Skip to main content
Back to Mathematical Reasoning
JEE Main 2021
Mathematical Reasoning
Mathematical Reasoning
Medium

Question

Which one of the following is a tautology?

Options

Solution

Key Concepts and Formulas

  • Tautology: A statement that is always true, regardless of the truth values of its component propositions.
  • Truth Tables: A table that lists all possible combinations of truth values for the component propositions and the resulting truth value of the compound proposition.
  • Logical Equivalences:
    • PQ¬PQP \to Q \equiv \neg P \vee Q
    • ¬(PQ)¬P¬Q\neg(P \wedge Q) \equiv \neg P \vee \neg Q (De Morgan's Law)
    • ¬(PQ)¬P¬Q\neg(P \vee Q) \equiv \neg P \wedge \neg Q (De Morgan's Law)
    • P(PQ)PP \vee (P \wedge Q) \equiv P (Absorption Law)
    • P(PQ)PP \wedge (P \vee Q) \equiv P (Absorption Law)
    • PFalsePP \vee \text{False} \equiv P
    • PTruePP \wedge \text{True} \equiv P
    • PTrueTrueP \vee \text{True} \equiv \text{True}
    • PFalseFalseP \wedge \text{False} \equiv \text{False}
    • P¬PTrueP \vee \neg P \equiv \text{True}
    • P¬PFalseP \wedge \neg P \equiv \text{False}

Step-by-Step Solution

We will analyze each option to determine if it is a tautology.

Option A: P(PQ)P \wedge (P \vee Q)

Step 1: Construct the truth table for P(PQ)P \wedge (P \vee Q).

  • We need to consider all possible combinations of truth values for PP and QQ.
  • We calculate PQP \vee Q first, then P(PQ)P \wedge (P \vee Q).
PQP \vee QP \wedge (P \vee Q)
TTTT
TFTT
FTTF
FFFF

Step 2: Analyze the truth table.

  • The last column, representing P(PQ)P \wedge (P \vee Q), is not always true. It is only true when P is true.
  • Therefore, option A is not a tautology.
  • Note that P(PQ)PP \wedge (P \vee Q) \equiv P (Absorption Law).

Option B: P(PQ)P \vee (P \wedge Q)

Step 1: Construct the truth table for P(PQ)P \vee (P \wedge Q).

  • We need to consider all possible combinations of truth values for PP and QQ.
  • We calculate PQP \wedge Q first, then P(PQ)P \vee (P \wedge Q).
PQP \wedge QP \vee (P \wedge Q)
TTTT
TFFT
FTFF
FFFF

Step 2: Analyze the truth table.

  • The last column, representing P(PQ)P \vee (P \wedge Q), is not always true. It is only true when P is true.
  • Therefore, option B is not a tautology.
  • Note that P(PQ)PP \vee (P \wedge Q) \equiv P (Absorption Law).

Option C: Q(P(PQ))Q \to (P \wedge (P \to Q))

Step 1: Rewrite the expression using logical equivalences.

  • Q(P(PQ))¬Q(P(¬PQ))Q \to (P \wedge (P \to Q)) \equiv \neg Q \vee (P \wedge (\neg P \vee Q))

Step 2: Simplify the expression.

  • ¬Q(P(¬PQ))¬Q((P¬P)(PQ))\neg Q \vee (P \wedge (\neg P \vee Q)) \equiv \neg Q \vee ((P \wedge \neg P) \vee (P \wedge Q))
  • ¬Q((P¬P)(PQ))¬Q(False(PQ))\neg Q \vee ((P \wedge \neg P) \vee (P \wedge Q)) \equiv \neg Q \vee (False \vee (P \wedge Q))
  • ¬Q(False(PQ))¬Q(PQ)\neg Q \vee (False \vee (P \wedge Q)) \equiv \neg Q \vee (P \wedge Q)
  • ¬Q(PQ)(¬QP)(¬QQ)\neg Q \vee (P \wedge Q) \equiv (\neg Q \vee P) \wedge (\neg Q \vee Q)
  • (¬QP)(¬QQ)(¬QP)True(\neg Q \vee P) \wedge (\neg Q \vee Q) \equiv (\neg Q \vee P) \wedge True
  • (¬QP)True¬QP(\neg Q \vee P) \wedge True \equiv \neg Q \vee P
  • P¬QP \vee \neg Q is not a tautology.

Step 3: Construct the truth table for ¬QP\neg Q \vee P.

PQ¬\negQP \vee ¬\negQ
TTFT
TFTT
FTFF
FFTT

Step 4: Analyze the truth table.

  • The last column, representing ¬QP\neg Q \vee P, is not always true.
  • Therefore, option C is not a tautology.

Option D: (P(PQ))Q(P \wedge (P \to Q)) \to Q

Step 1: Rewrite the expression using logical equivalences.

  • (P(PQ))Q(P(¬PQ))Q(P \wedge (P \to Q)) \to Q \equiv (P \wedge (\neg P \vee Q)) \to Q
  • (P(¬PQ))Q¬(P(¬PQ))Q(P \wedge (\neg P \vee Q)) \to Q \equiv \neg (P \wedge (\neg P \vee Q)) \vee Q

Step 2: Simplify the expression.

  • ¬(P(¬PQ))Q¬((P¬P)(PQ))Q\neg (P \wedge (\neg P \vee Q)) \vee Q \equiv \neg ((P \wedge \neg P) \vee (P \wedge Q)) \vee Q
  • ¬((P¬P)(PQ))Q¬(False(PQ))Q\neg ((P \wedge \neg P) \vee (P \wedge Q)) \vee Q \equiv \neg (False \vee (P \wedge Q)) \vee Q
  • ¬(False(PQ))Q¬(PQ)Q\neg (False \vee (P \wedge Q)) \vee Q \equiv \neg (P \wedge Q) \vee Q
  • ¬(PQ)Q(¬P¬Q)Q\neg (P \wedge Q) \vee Q \equiv (\neg P \vee \neg Q) \vee Q
  • (¬P¬Q)Q¬P(¬QQ)(\neg P \vee \neg Q) \vee Q \equiv \neg P \vee (\neg Q \vee Q)
  • ¬P(¬QQ)¬PTrue\neg P \vee (\neg Q \vee Q) \equiv \neg P \vee True
  • ¬PTrueTrue\neg P \vee True \equiv True

Step 3: Analyze the simplified expression.

  • Since the expression simplifies to True, it is a tautology.

Common Mistakes & Tips

  • Be careful with the order of operations when applying logical equivalences.
  • Remember De Morgan's Laws and Absorption Laws to simplify expressions.
  • When using truth tables, ensure you cover all possible combinations of truth values.
  • Recognizing common patterns and equivalences can greatly simplify the process.

Summary

We analyzed each option to determine if it is a tautology. Options A, B, and C were shown not to be tautologies. Option D, after simplification using logical equivalences, resulted in True, indicating that it is a tautology.

Final Answer The final answer is \boxed{(P \wedge (P \to Q)) \to Q}, which corresponds to option (D).

Practice More Mathematical Reasoning Questions

View All Questions