Question
Question: Which of the following is not a tautology? A. \(p \to (p \vee q)\) B. \((p \wedge q) \to p\) ...
Which of the following is not a tautology?
A. p→(p∨q)
B. (p∧q)→p
C. (p∨q)∨(p∧∼q)
D. (p∨∼p)
Solution
In these types of the question first, we will try to simplify the statement to get the required answer and if we can’t find the answer through simplifying, we have to make the truth tables of every statement to find out the required answer.
Complete step by step solution:
According to the question, we have to find the choice which is not a tautology, and we know that a tautology is a statement that is true for every possible interpretation i.e. it is always true
So, checking for option A
p→(p∨q)
We know that (p→q) is logically equivalent to ∼p∨q
⇒∼p∨(p∨q)
On using distributive law, we get,
⇒(∼p∨p)∨(∼p∨q)
We also know (∼p∨p) is equal to a universal set which is always true.
(True)∨(∼p∨q)
And the union of a universal set with any other set is also a universal set which means it is always
True
So, this option A is a tautology
Checking for option B
(p∧q)→p
We know that (p→q) is logically equivalent to ∼p∨q
⇒∼(p∧q)∨p
Since ∼(a∧b)=(∼a∨∼b) , so we get,
⇒(∼p∨∼q)∨p
On using distributive law, we get,
⇒(∼p∨p)∨(∼q∨p)
We also know (∼p∨p) is equal to a universal set which is always true.
True∨(∼q∨p)
And the union of a universal set with any other set is also a universal set which means it is always
True
So, this option B is a tautology
Checking for option C
(p∨q)→(p∧(∼q))
Since, we know that a→b=∼a∨b , we get
⇒∼(p∨q)∨(p∧(∼q))
Using De Morgan’s law, we get
⇒(∼p∧∼q)∨(p∧∼q)
Taking ∼q common, we get
⇒(∼p∨p)∧∼q
Let (∼p∨p)=t , so we have
⇒t∧∼q
As,
⇒∼q=t
Since we cannot say that ∼q is always true as if q is true then ∼q is false, hence
∼q=True
So, this option C is not a tautology
Checking for option D
(p∨∼p)
We know (p∨∼p) is equal to a universal set which is always True.
True
So, this option D is a tautology.
Note:
Alternate Solution
We can make truth tables and if all the columns of the final statement are true then it is a tautology
For Option A
p | q | (p∨q) | p→(p∨q) |
---|---|---|---|
T | T | T | T |
T | F | T | T |
F | T | T | T |
F | F | F | T |
Since all the columns of the final statement are true, it is a tautology
For Option B
p | q | (p∨q) | p→(p∨q) |
---|---|---|---|
T | T | T | T |
T | F | T | T |
F | T | T | T |
F | F | F | T |
Since all the columns of the final statement are true, it is a tautology
For Option C
p | q | (p∨q) | ∼q | (p∧∼q) | (p∨q)∨(p∧∼q) |
---|---|---|---|---|---|
T | T | T | F | F | T |
T | F | T | T | T | T |
F | T | T | F | F | T |
F | F | F | T | F | F |
Since all the columns of the final statement are NOT true, it is a NOT tautology
For Option D
p | q | (p∨q) |
---|---|---|
T | F | T |
F | T | T |
Since all the columns of the final statement are true, it is a tautology
Hence, we get the answer as Option D.