Truth table

From Wiki @ Karl Jones dot com
Jump to: navigation, search

A truth table is a mathematical table used in logic—specifically in connection with Boolean algebra, boolean functions, and propositional calculus—to compute the functional values of logical expressions on each of their functional arguments, that is, on each combination of values taken by their logical variables.

Description

In particular, truth tables can be used to tell whether a propositional expression is true for all legitimate input values, that is, logically valid.

Practically, a truth table is composed of one column for each input variable (for example, A and B), and one final column for all of the possible results of the logical operation that the table is meant to represent (for example, A XOR B).

Each row of the truth table therefore contains one possible configuration of the input variables (for instance, A=true B=false), and the result of the operation for those values. See the examples below for further clarification.

Ludwig Wittgenstein is often credited with their invention in the Tractatus Logico-Philosophicus, though they appeared at least a year earlier in a paper on propositional logic by Emil Leon Post.

See also

External links