Quick Answer
A truth table lists every possible combination of truth values (true or false) for a formula's atomic propositions and shows the resulting truth value of the whole formula under each combination. Truth tables define the meaning of logical connectives and provide a mechanical test of validity: an argument is valid if no row makes all premises true and the conclusion false.
Key Takeaways
- ✦A truth table enumerates every assignment of truth values to atomic propositions
- ✦Truth tables define the semantics of negation, conjunction, disjunction, conditional, and biconditional
- ✦An argument is valid if no row has true premises and a false conclusion
- ✦Tautologies are true in every row; contradictions are false in every row
- ✦The method was developed by Peirce and popularized by Wittgenstein
Direct Answer
A truth table is a chart that shows, for every possible assignment of truth values (T or F) to a formula's atomic propositions, the truth value of the whole formula. It has one row for each combination of atomic values, and one column for each subformula. Truth tables serve two fundamental purposes: they define the logical connectives, and they provide a mechanical test of validity.
The basic tables:
- Negation ¬P: P=T gives F; P=F gives T.
- Conjunction P∧Q: true only in the row T,T.
- Disjunction P∨Q: false only in the row F,F.
- Conditional P→Q: false only in the row T,F.
- Biconditional P↔Q: true exactly when P and Q match.
Because every connective is a truth function, a truth table for a formula with n atomic propositions has 2^n rows, and its final column completely describes the formula's semantics. To test whether an argument is valid, build a table for the premises and conclusion: if any row makes all premises true and the conclusion false, the argument is invalid; if no such row exists, it is valid.
Historical Context
The idea of tabulating truth values emerged in the mid-nineteenth century. George Boole's Laws of Thought (1854) expressed the connectives as algebra over the values 0 and 1, and Charles Sanders Peirce independently developed truth-functional analysis and truth-table-like matrices in the 1880s, though much of his work remained unpublished. The method entered the mainstream through Ludwig Wittgenstein's Tractatus Logico-Philosophicus (1921), which used truth tables as its central device, and through Emil Post and Paul Bernays in the early 1920s, who gave the propositional calculus its metatheory — proving with truth tables that it is complete and consistent.
In the 1930s, Claude Shannon's master's thesis showed that Boole's algebra, and hence the very same truth tables, describe the behavior of electrical switching circuits. That insight made truth tables the practical mathematics of digital computing: every logic gate in a microprocessor computes a row of a truth table billions of times per second.
Philosophical Significance
Wittgenstein drew a striking philosophical conclusion from truth tables in the Tractatus: the truth-functional structure of language is the essence of logical form. A tautology — a formula true in every row, such as P ∨ ¬P — says nothing about the world; it is a truth of logic, a piece of "scaffolding." A contradiction — false in every row, such as P ∧ ¬P — is similarly content-free. Only contingent formulas, true in some rows and false in others, describe how things are.
This doctrine ignited a century of debate. The logical positivists built on it: the meaning of a proposition is given by its truth conditions, and the truths of logic are analytic. Critics objected that the truth-table account of the conditional makes "if...then" diverge from ordinary usage (the "paradoxes of material implication"), motivating alternative logics — relevance logic, intuitionistic logic — that reject parts of classical truth-functional semantics. Truth tables thus remain the meeting point of the philosophy of logic, the foundations of mathematics, and the theory of computation.
Examples
The conditional's defining table:
| P | Q | P→Q | |---|---|-----| | T | T | T | | T | F | F | | F | T | T | | F | F | T |
Testing validity. Consider the argument P→Q, P ⊢ Q (modus ponens). List all rows for P and Q:
| P | Q | P→Q | Premises true? | Conclusion | |---|---|-----|----------------|------------| | T | T | T | yes | T (ok) | | T | F | F | no | F | | F | T | T | no | T | | F | F | T | no | F |
The only row with true premises has a true conclusion, so the argument is valid.
Classifying formulas:
- P ∨ ¬P: T in every row — tautology (law of excluded middle).
- P ∧ ¬P: F in every row — contradiction.
- P: T in one row, F in the other — contingent.
Related Concepts
Truth tables are the semantics of propositional logic and the foundation of Boolean algebra. They test validity and soundness mechanically and make vivid the notion of logical consequence. They connect forward to predicate logic, where truth-in-a-model replaces truth tables, and to the philosophy of logic.
Further Learning
The Stanford Encyclopedia of Philosophy entry "The Propositional Calculus" covers truth tables and the metatheory rigorously; "Ludwig Wittgenstein" recounts their role in the Tractatus. The Internet Encyclopedia of Philosophy's "Propositional Logic" gives worked truth-table exercises. For the computing connection, read about Claude Shannon's 1937 thesis "A Symbolic Analysis of Relay and Switching Circuits," and for the philosophical debate, William and Martha Kneale's The Development of Logic remains the standard history.
Continue Learning
Knowledge NetworkDeep Dive
Explore related concepts
- answer
What Is Propositional Logic? Truth Functions & Connectives
Related through Formal Logic
- topic
Logic
Related through Formal Logic
- answer
What Is Logic? The Systematic Study of Valid Reasoning
Related through Formal Logic
- answer
What Is Logical Consequence? The Relation That Makes Arguments Work
Related through Formal Logic
- collection
Critical Thinking & Logic: A Learning Path Through Reasoning, Fallacies & Scientific Method
Related through Formal Logic
- thinker
George Boole: Boolean Algebra, Logic & Philosophy
Related through Formal Logic
- philosophy
Formal Logic
Related through Philosophy Of Logic
- answer
Validity vs. Soundness: What's the Difference in Logic?
Related through Formal Logic
Archive references
Sources
- 01The Propositional CalculusBy Stanford Encyclopedia of PhilosophyConsult source
- 02Ludwig WittgensteinBy Stanford Encyclopedia of PhilosophyConsult source
- 03Propositional LogicBy Internet Encyclopedia of PhilosophyConsult source
ZHAIBIAN Editorial Board reviewed
Reviewed by ZHAIBIAN AI Editorial Review · 2026-08-10