The statement (p→(q→p))→(p→(p∨q)) is:
equivalent to (p∨q)∧(~p)
equivalent to (p∧q)∨(~p)
a contradiction
a tautology
Explanation for the correct option:
Given, (p→(q→p))→(p→(p∨q))
Make a truth table
pqq→pp→q→pp∨qp→p∨q(p→q→p)→(p→p∨q)TTTTTTTTFTTTTTFTFTTTTFFTTFTT
Thus, (p→(q→p))→(p→(p∨q)) is a tautology.
Hence, option (D) is the correct answer.