Every time you say “It’s raining and I forgot my umbrella,” you are doing something logicians have formalized for centuries – building a compound proposition and assigning it a truth value. Logic is not just about individual true or false statements; it is about how those statements combine and what happens to their truth when they do. Understanding how compound propositions work, and how truth tables help us map every possible outcome, is one of the most foundational skills in formal logic.
Table of Contents
- What is a proposition?
- Logical connectives: the glue of compound propositions
- Negation (ยฌ or ~): “not”
- Conjunction (โง): “and”
- Disjunction (โจ): “or”
- Conditional (โ): “ifโฆ thenโฆ”
- Biconditional (โ): “if and only if”
- What is a truth table?
- Reading truth tables: one connective at a time
- Compound propositions with more than two components
- Tautologies, contradictions, and contingencies
- Why truth tables matter beyond the classroom
What is a proposition?
A proposition (also called a statement) is any declarative sentence that can be evaluated as either true or false – not both, and not neither. “Paris is the capital of France” is a proposition. So is “7 is an even number” (a false one). Questions, commands, and exclamations are not propositions because they carry no truth value. As Wikipedia’s entry on propositions puts it, propositions are the basic units of logic – they are the building blocks from which arguments are constructed and truth values are calculated.
A proposition in its simplest form – a single, undivided statement – is called an atomic proposition. When two or more atomic propositions are joined by logical connectives, the result is a compound proposition. The key insight of classical logic is this: the truth value of a compound proposition is determined solely by the truth values of its component propositions and the connectives that link them. This is the principle known as truth-functionality.
Logical connectives: the glue of compound propositions
Logical connectives are the words and symbols that join or modify propositions to create compound statements. In English, words such as “and,” “or,” “not,” and “ifโฆ thenโฆ” all function as logical operators. In formal logic, each has a precise symbolic representation and a fixed rule for determining truth. There are five primary connectives you need to know.
Negation (ยฌ or ~): “not”
Negation is the simplest connective. It takes a single proposition and flips its truth value. If proposition P is true, then ยฌP (read “not P”) is false – and vice versa. The negation operator reverses the truth value of a given statement. For example, if P is “It is raining,” then ยฌP is “It is not raining.” The negation of a true statement is always false; the negation of a false statement is always true.
Conjunction (โง): “and”
A conjunction joins two propositions with “and.” The compound proposition P โง Q is true only when both P and Q are individually true. A conjunction expresses “and,” which means both P and Q must be true. If even one component is false, the entire conjunction is false. Think of it as a strict requirement: both conditions must hold simultaneously.
Disjunction (โจ): “or”
A disjunction joins two propositions with “or.” P โจ Q is true whenever at least one of P or Q is true. It is only false when both are false. Importantly, logic uses the inclusive sense of “or” – meaning P โจ Q is also true when both P and Q are true. A disjunction is false only when both propositions being combined are false. This is broader than the everyday use of “or,” which sometimes implies exclusivity.
Conditional (โ): “ifโฆ thenโฆ”
The conditional (also called implication) expresses a dependency between two propositions. P โ Q is read as “If P, then Q.” Here, P is the antecedent and Q is the consequent. The conditional is false in only one scenario: when P is true and Q is false. In all other cases, it is true – including when P is false. An implication is false only when the antecedent is true and the consequent is false; otherwise it is true. This might feel counterintuitive – a false antecedent makes the whole conditional true regardless – but it follows from the formal meaning of logical implication.
Biconditional (โ): “if and only if”
The biconditional is a two-way conditional. P โ Q is true only when P and Q share the same truth value – both true, or both false. The biconditional is false when P and Q have opposite truth values. It captures the meaning of “P if and only if Q” – the truth of each statement depends on, and matches, the other.
What is a truth table?
A truth table is a systematic chart that displays every possible combination of truth values for the component propositions of a compound statement, alongside the resulting truth value of the entire compound. As Britannica’s entry on truth-value explains, each row of a truth table represents one possible combination of truth values for the component propositions, and the number of rows is determined by how many combinations are possible.
The number of rows needed follows a simple rule: if there are n component propositions, the table requires 2n rows. One proposition gives 2 rows (T and F). Two propositions give 4 rows. Three propositions give 8 rows, and so on. When constructing a truth table, you must consider all possible assignments of true and false to the component statements – no combination can be omitted or repeated.
Reading truth tables: one connective at a time
The best way to understand truth tables is to work through each connective systematically. Below is a summary of the truth table outcomes for two propositions P and Q across all four connectives (excluding negation, which applies to a single proposition).
Reading across the table, the conjunction column is the strictest – it yields true only in the first row where both P and Q are true. The disjunction column is the most permissive – it yields false only in the last row where both are false. The conditional column shows its one false case in the second row, where P is true but Q is false. The biconditional matches truth values, so it is true in the first and last rows, and false in the middle two.
Compound propositions with more than two components
Real arguments rarely stop at two propositions. Compound statements can combine multiple atomic propositions and several connectives in a single formula. When evaluating these, propositional formulas may use several connectives simultaneously, much like arithmetic formulas use multiple operators – and just as in arithmetic, there is an order of precedence to follow. Negation is applied first, then conjunction, then disjunction, then conditional, and finally biconditional. Parentheses override this order, just as they do in mathematics.
For a compound statement with three components – say P, Q, and R – the truth table requires 23 = 8 rows. Each row must be worked through column by column, computing the truth value of each sub-expression before combining them into the final result. This column-by-column method ensures that complex formulas are evaluated accurately and consistently, without guesswork.
Tautologies, contradictions, and contingencies
One of the most important things truth tables reveal is whether a compound proposition always behaves the same way, regardless of the truth values of its components. Logicians classify compound propositions into three categories based on this behavior.
A tautology is a compound proposition that is true in every row of its truth table, no matter what truth values its components take. The classic example is P โจ ยฌP – “P or not P.” Since P is either true or false, one of the disjuncts is always true, making the whole statement necessarily true. A tautology is also sometimes called a logical truth.
A contradiction is the opposite – a compound proposition that is false in every row. P โง ยฌP – “P and not P” – is a contradiction. A proposition cannot simultaneously be true and false, so this compound is never true. Classical propositional logic upholds the principle of bivalence and the law of excluded middle: every proposition is either true or false, and no proposition is both.
A contingency is any compound proposition that is neither always true nor always false – its truth value depends on the specific truth values assigned to its components. Most compound propositions encountered in ordinary reasoning are contingencies. Whether “It is raining and I have my umbrella” is true depends entirely on whether the individual claims happen to be true at a given moment.
Why truth tables matter beyond the classroom
Truth tables are not just an academic exercise. They are a rigorous tool for testing the validity of arguments. When evaluating arguments using truth tables, we examine the truth values of the premises and the conclusion to see if any scenario exists in which the premises are true while the conclusion is false. If such a scenario exists, the argument is invalid. This method is used in philosophy, mathematics, computer science, and law to verify whether conclusions genuinely follow from their premises.
In computing, the connectives of propositional logic map directly onto the logic gates of digital circuits: negation corresponds to the NOT gate, conjunction to the AND gate, and disjunction to the OR gate. Negation is equivalent to the NOT gate, conjunction to the AND gate, and disjunction to the OR gate in digital electronics – which means that every electronic device you use is, at its most fundamental level, performing propositional logic millions of times per second.
In everyday critical thinking, the ability to break down complex statements into their components – and to identify which connective governs the whole – helps you spot when an argument has a false premise, when a conditional claim is being misapplied, or when two conditions are being confused for one. Truth tables provide a comprehensive view of how compound statements behave under all possible circumstances, making them an indispensable tool for anyone who wants to reason more precisely.
What do you think? When you hear a conditional claim in everyday life – like “If this policy is enacted, then prices will fall” – can you identify what would have to be true for that claim to be false? And does recognizing the logical structure of such statements change how critically you engage with them?
References
- https://iep.utm.edu/propositional-logic-sentential-logic/
- https://en.wikipedia.org/wiki/Proposition
- https://www.rationalrealm.com/philosophy/logic/propositional-logic-primer-page2.html
- https://www.chilimath.com/lessons/introduction-to-number-theory/truth-tables-of-five-common-logical-connectives/
- https://math.libretexts.org/Courses/Las_Positas_College/Math_for_Liberal_Arts/03:_Logic/3.02:_Truth_Tables-_Conjunction_(and)_Disjunction_(or)_Negation_(not)
- https://philosophyalevel.com/posts/truth-tables-connectives-validity/
- https://www.britannica.com/topic/truth-value
- https://sites.millersville.edu/bikenaga/math-proof/truth-tables/truth-tables.html
- https://www.csd.uwo.ca/~abrandt5/teaching/DiscreteStructures/Chapter1/prop-logic.html
- https://en.wikipedia.org/wiki/Propositional_logic
- https://www.gatevidyalay.com/logical-connectives-truth-tables-examples/
Leave a Reply