The Logic of Truth
A Journey into Tautologies
Welcome, future engineers! Today, we are going to peel back the curtain on one of the most elegant and foundational topics in mathematics: Mathematical Reasoning.
Specifically, we are going to master the concept of a tautology. Imagine a statement that is so robust, so perfectly constructed, that it remains true regardless of the chaos of the variables within it. That, my friends, is a tautology.
The Tautology Club
In the world of logic, a tautology is a compound statement that is always true, no matter what truth values you assign to its individual components (p, q, and r). Think of it as a mathematical identity, like:
It does not matter if θ is 30∘ or 300∘; the identity holds. Similarly, a tautology is a logical identity.
Our mission today is to evaluate two statements:
S2:((p∨q)⇒r)⇔((p⇒r)∨(q⇒r))
Are they tautologies? Let's find out.
The Sniper Strategy
Counter-Examples
Many students immediately reach for their pens to draw a massive eight-row truth table. While that is a valid approach, it is the 'brute force' method. In the JEE, we prefer the 'sniper' approach.
To prove a statement is a tautology, you must show it is true for all 8 cases. But to prove it is not a tautology? You only need one counter-example where the Left Hand Side (LHS) does not equal the Right Hand Side (RHS).
If we find a single case where the bi-conditional ⇔ fails, the statement is not a tautology. Let's start hunting.
Analyzing Statement S1
Let's look at S1:((p∨q)⇒r)⇔(p⇒r). We want to find a case where the LHS and RHS differ.
The easiest way to break an implication is to make the premise True and the conclusion False. Let's try to make the LHS False. For (p∨q)⇒r to be False, we need (p∨q) to be True and r to be False.
Let's choose p=F, q=T, and r=F.
1. Evaluate LHS: (p∨q)⇒r. Since p=F and q=T, (p∨q) is T. Then, T⇒F is False.
2. Evaluate RHS: p⇒r. Since p=F and r=F, F⇒F is True.
Since LHS=False and RHS=True, the bi-conditional fails. S1 is not a tautology!
Analyzing Statement S2
Now for the more complex S2:((p∨q)⇒r)⇔((p⇒r)∨(q⇒r)). Again, we hunt for a counter-example.
Let's try to make the LHS False again. We need (p∨q) to be True and r to be False. Let's try p=T, q=F, and r=F.
1. Evaluate LHS: (p∨q)⇒r. With p=T and q=F, (p∨q) is T. Then, T⇒F is False.
2. Evaluate RHS: (p⇒r)∨(q⇒r).
- (p⇒r) is T⇒F, which is False.
- (q⇒r) is F⇒F, which is True.
- The OR of these is False∨True, which is True.
Again, LHS=False and RHS=True. The bi-conditional fails. S2 is not a tautology either!
The Takeaway
We have successfully navigated the logic maze. By using the counter-example strategy, we avoided the tedious work of drawing full truth tables and arrived at the conclusion that neither S1 nor S2 is a tautology.
Remember, logic is not just about memorizing tables; it is about understanding the flow of truth. Keep practicing, stay curious, and you will master these concepts in no time!