Solveeit Logo

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(pq)p \to (p \vee q)
B. (pq)p(p \wedge q) \to p
C. (pq)(pq)(p \vee q) \vee (p \wedge \sim q)
D. (pp)(p\, \vee \sim p)

Explanation

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(pq)p \to (p \vee q)
We know that (pq)(p \to q) is logically equivalent to pq \sim p \vee q
p(pq)\Rightarrow \sim p \vee (p \vee q)
On using distributive law, we get,
(pp)(pq)\Rightarrow ( \sim p \vee p) \vee ( \sim p \vee q)
We also know (pp)( \sim p \vee p) is equal to a universal set which is always true.
(True)(pq)(True) \vee ( \sim p \vee 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
(pq)p(p \wedge q) \to p
We know that (pq)(p \to q) is logically equivalent to pq \sim p \vee q
(pq)p\Rightarrow \sim (p \wedge q) \vee p
Since (ab)=(ab) \sim (a \wedge b) = ( \sim a \vee \sim b) , so we get,
(pq)p\Rightarrow ( \sim p \vee \sim q) \vee p
On using distributive law, we get,
(pp)(qp)\Rightarrow ( \sim p \vee p) \vee ( \sim q \vee p)
We also know (pp)( \sim p \vee p\,\,) is equal to a universal set which is always true.
True(qp)True\,\, \vee ( \sim q \vee 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
(pq)(p(q))(p \vee q) \to (p \wedge ( \sim q))
Since, we know that ab=aba \to b = \sim a \vee b , we get
(pq)(p(q))\Rightarrow \sim (p \vee q) \vee (p \wedge ( \sim q))
Using De Morgan’s law, we get
(pq)(pq)\Rightarrow ( \sim p \wedge \sim q) \vee (p \wedge \sim q)
Taking q \sim q common, we get
(pp)q\Rightarrow ( \sim p \vee p) \wedge \sim q
Let (pp)=t( \sim p \vee p) = t , so we have
tq\Rightarrow t \wedge \sim q
As,
qt\Rightarrow \sim q \ne t
Since we cannot say that q \sim q is always true as if q is true then q \sim q is false, hence
qTrue\sim q\, \ne \,True
So, this option C is not a tautology
Checking for option D
(pp)(p\,\, \vee \sim p)
We know (pp)(p\,\, \vee \sim p) is equal to a universal set which is always TrueTrue.
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

pq(pq)(p\,\, \vee q)p(pq)p \to (p\,\, \vee \,q)
TTTT
TFTT
FTTT
FFFT

Since all the columns of the final statement are true, it is a tautology

For Option B

pq(pq)(p\,\, \vee q)p(pq)p \to (p\,\, \vee q)
TTTT
TFTT
FTTT
FFFT

Since all the columns of the final statement are true, it is a tautology

For Option C

pq(pq)(p\,\, \vee q)q \sim q(pq)(p \wedge \sim q)(pq)(pq)(p \vee q) \vee (p\,\, \wedge \sim q)
TTTFFT
TFTTTT
FTTFFT
FFFTFF

Since all the columns of the final statement are NOT true, it is a NOT tautology

For Option D

pq(pq)(p\,\, \vee q)
TFT
FTT

Since all the columns of the final statement are true, it is a tautology

Hence, we get the answer as Option D.