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

(p ∨ q) → q
p ∨ (q → p)
p ∨ (p → q)
Both (b) & (c)
(c)
Solution
To determine which proposition is a tautology, we analyze each one:
-
(p∨q)→q: This is not a tautology. For example, if p is True and q is False, the expression becomes (T∨F)→F, which simplifies to T→F, which is False.
-
p∨(q→p): This is not a tautology. If p is False and q is True, the expression becomes F∨(T→F), which simplifies to F∨F, which is False.
-
p∨(p→q): This is a tautology. We can use logical equivalences: p∨(p→q) ≡p∨(¬p∨q) (Implication Law) ≡(p∨¬p)∨q (Associative Law) ≡T∨q (Law of Excluded Middle) ≡T (Domination Law) Since the expression is always True, it is a tautology.
-
Both (b) & (c): Since proposition (b) is not a tautology, this option is incorrect.
Therefore, only proposition (c) is a tautology.