RankLab
Back to Concepts
MathsMediumClass 11

Truth Tables — Tautology, contradiction

Mathematical Reasoning

7

JEE Qs

8%

Hard

50

min

Always follow a systematic, column-by-column approach when constructing truth tables to avoid errors, especially for complex logical statements.

🧮 Key Formulas

Truth Table for Negation (~P): If P is T, ~P is F; If P is F, ~P is T.
Truth Table for Conjunction (P ^ Q): True only if both P and Q are True. Otherwise False.
Truth Table for Disjunction (P v Q): False only if both P and Q are False. Otherwise True.
Truth Table for Implication (P => Q): False only if P is True and Q is False. Otherwise True.
Truth Table for Biconditional (P <=> Q): True only if P and Q have the same truth value (both True or both False). Otherwise False.
Tautology: A compound statement whose truth value is always True, regardless of the truth values of its component statements.
Contradiction: A compound statement whose truth value is always False, regardless of the truth values of its component statements.
Contingency: A compound statement that is neither a Tautology nor a Contradiction.

✅ Key Points for JEE

  • 1Systematically construct truth tables for compound statements by first listing all possible truth value combinations for individual propositions, then evaluating sub-expressions step-by-step.
  • 2A compound statement is a Tautology if the final column of its truth table contains only 'T' (True) values.
  • 3A compound statement is a Contradiction if the final column of its truth table contains only 'F' (False) values.
  • 4For 'n' simple statements, there will be 2^n rows in the truth table, ensuring all possible combinations of truth values are covered.
  • 5Pay close attention to the truth values of 'Implication (P => Q)' which is false ONLY when P is true and Q is false, and 'Biconditional (P <=> Q)' which is true only when P and Q have the same truth value.

⚠️ Common Mistakes

  • Incorrectly evaluating the truth value for implication (P => Q), especially when P is false (it's always true in such cases).
  • Errors in systematic column-by-column evaluation when building complex truth tables, leading to incorrect final truth values.
  • Mistakes in determining the total number of rows (2^n) or properly listing all combinations of truth values for multiple propositions.

NCERT Chapters

  • Class 11 Maths Ch 14: Mathematical Reasoning