Solveeit Logo

Question

Question: Which of the following propositions is tautology?...

Which of the following propositions is tautology?

A

(p ∨ q) → q

B

p ∨ (q → p)

C

p ∨ (p → q)

D

Both (b) & (c)

Answer

(c)

Explanation

Solution

To determine which proposition is a tautology, we analyze each one:

  1. (pq)q(p \vee q) \rightarrow q: This is not a tautology. For example, if pp is True and qq is False, the expression becomes (TF)F(T \vee F) \rightarrow F, which simplifies to TFT \rightarrow F, which is False.

  2. p(qp)p \vee (q \rightarrow p): This is not a tautology. If pp is False and qq is True, the expression becomes F(TF)F \vee (T \rightarrow F), which simplifies to FFF \vee F, which is False.

  3. p(pq)p \vee (p \rightarrow q): This is a tautology. We can use logical equivalences: p(pq)p \vee (p \rightarrow q) p(¬pq)\equiv p \vee (\neg p \vee q) (Implication Law) (p¬p)q\equiv (p \vee \neg p) \vee q (Associative Law) Tq\equiv T \vee q (Law of Excluded Middle) T\equiv T (Domination Law) Since the expression is always True, it is a tautology.

  4. Both (b) & (c): Since proposition (b) is not a tautology, this option is incorrect.

Therefore, only proposition (c) is a tautology.