At first, we remind that logical implication → can be rewritten via a logical disjunction. Namely, a→b=aˉ∨b for two statements a,b. Thus, the expression can be rewritten as: (p∧(p→q))→q=(p∧(pˉ∨q))∨q. Remind De Morgan’s laws (they belong to laws of logic): p∧q=pˉ∨qˉ, p∨q=pˉ∧qˉ. From them we get: (p∧(pˉ∨q))∨q=(pˉ∨(pˉ∨q))∨q=pˉ∨(p∧qˉ)∨q=pˉ∨q∨(p∧qˉ). We point out that pˉ∨q=(p∧qˉ). Thus, we have a disjunction of the statement p∨q and its negation. Therefore, the expression is a tautology.
Comments