Compound Conditionals: AND/OR in Premises and Conclusions
In the previous chapters we mastered the single conditional A → B — its truth values, contrapositive, and the classic mistakes (converse and inverse). Now it is time to add complexity: what happens when the antecedent or the consequent is itself a compound statement joined by AND (∧) or OR (∨)?
This is where most students stall. Compound conditionals appear constantly in government-exam logical reasoning sections, and getting them wrong costs points. Let us fix that.
Quick Review: AND and OR
| Symbol | Meaning | True when… |
|---|---|---|
| A ∧ B | A AND B | Both A and B are true |
| A ∨ B | A OR B | At least one of A, B is true |
The negation rules you must internalize:
| Original | Negation |
|---|---|
| ¬(A ∧ B) | ¬A ∨ ¬B |
| ¬(A ∨ B) | ¬A ∧ ¬B |
These are De Morgan’s Laws. Read them aloud: “the negation of AND becomes OR with each part negated; the negation of OR becomes AND.”
Part 1: Compound Antecedent
Form: (A ∧ B) → C
Plain English: “If both A and B hold, then C follows.”
Contrapositive: ¬C → ¬(A ∧ B) ≡ ¬C → (¬A ∨ ¬B)
Reading the contrapositive: “If C is false, then at least one of A or B must be false.”
Example:
“If you pass the written exam and pass the physical test, you will be hired.”
- Contrapositive: “If you were not hired, then you either did not pass the written exam or did not pass the physical test (or both).”
Form: (A ∨ B) → C
Plain English: “If either A or B (or both) holds, then C follows.”
Contrapositive: ¬C → ¬(A ∨ B) ≡ ¬C → (¬A ∧ ¬B)
Reading the contrapositive: “If C is false, then both A and B must be false.”
Example:
“If it rains or snows, the outdoor event is cancelled.”
- Contrapositive: “If the outdoor event is not cancelled, then it neither rained nor snowed.”
Notice the asymmetry: an OR antecedent requires ALL parts to be false in the contrapositive; an AND antecedent only requires ONE part to be false.
Part 2: Compound Consequent
Form: A → (B ∧ C)
Plain English: “If A, then both B and C must be true.”
Contrapositive: ¬(B ∧ C) → ¬A ≡ (¬B ∨ ¬C) → ¬A
Reading the contrapositive: “If B is false or C is false (or both), then A must be false.”
Example:
“If this product gets certified, it must be both safe and effective.”
- Contrapositive: “If the product is not safe or not effective, then it did not get certified.”
Form: A → (B ∨ C)
Plain English: “If A, then at least one of B or C is true.”
Contrapositive: ¬(B ∨ C) → ¬A ≡ (¬B ∧ ¬C) → ¬A
Reading the contrapositive: “If both B and C are false, then A must be false.”
Example:
“If the proposal is approved, then either budget or timeline will be adjusted.”
- Contrapositive: “If neither budget nor timeline was adjusted, then the proposal was not approved.”
Part 3: The Negation-Distribution Error
The most common exam mistake: applying De Morgan’s Law incorrectly under pressure.
❌ Wrong: ¬(A ∧ B) = ¬A ∧ ¬B ✅ Correct: ¬(A ∧ B) = ¬A ∨ ¬B
❌ Wrong: ¬(A ∨ B) = ¬A ∨ ¬B ✅ Correct: ¬(A ∨ B) = ¬A ∧ ¬B
Memory trick: The connective flips when you push the negation inside. AND → OR, OR → AND.
Summary Table
| Conditional | Contrapositive (simplified) | Key insight |
|---|---|---|
| (A ∧ B) → C | ¬C → (¬A ∨ ¬B) | AND antecedent → OR in contra |
| (A ∨ B) → C | ¬C → (¬A ∧ ¬B) | OR antecedent → AND in contra |
| A → (B ∧ C) | (¬B ∨ ¬C) → ¬A | AND consequent → OR in contra |
| A → (B ∨ C) | (¬B ∧ ¬C) → ¬A | OR consequent → AND in contra |
Practice Problems
Problem 1: Given “(P ∧ Q) → R”, what can you conclude if R is false?
Solution
Contrapositive: ¬R → (¬P ∨ ¬Q). If R is false: at least one of P or Q must be false. We cannot specify which one without more information.
Problem 2: Given “(A ∨ B) → C”, and C is false. What follows?
Solution
Contrapositive: ¬C → (¬A ∧ ¬B). If C is false: both A and B must be false.
Problem 3: “If a candidate wins the primary and raises enough funds, they will run in the general election.” The candidate did not run in the general election. What can you conclude?
Solution
Let P = won primary, F = raised funds, R = ran in general. Statement: (P ∧ F) → R Contrapositive: ¬R → (¬P ∨ ¬F) ¬R is given, so: the candidate either did not win the primary, or did not raise enough funds (or both).
Problem 4: “To be promoted, an employee must demonstrate leadership or exceed sales targets.” An employee was not promoted. What follows?
Solution
Let L = demonstrated leadership, S = exceeded sales, P = promoted. Statement: (L ∨ S) → P Contrapositive: ¬P → (¬L ∧ ¬S) ¬P is given, so: the employee neither demonstrated leadership nor exceeded sales targets.
The pattern is always the same: find the contrapositive by flipping the arrow direction and negating both sides — and when negating a compound, apply De Morgan. With this, no compound conditional can surprise you.
Oiyo
Content Editor지식 인큐베이터이자 전문 콘텐츠 크리에이터. 경영, 경제, 법률 및 실생활에 유용한 실무/자격증 중심의 깊이 있는 정보를 연구하고 공유합니다.