Let us construct a truth table for each of these compound propositions.
(i) (p→q)↔(¬q→¬p)
p0011q0101p→q1101¬q1010¬p1100¬q→¬p1101(p→q)↔(¬q→¬p)1111
ii) p⊕(p∨q)
p0011q0101p∨q0111p⊕(p∨q)0100
(i) Let us determine by using truth tables if (p∧q)→p is a tautology, contradiction or a contingency.
p0011q0101p∧q0001(p∧q)→p1111
Since the last column contains only 1, we conclude that this formula is a tautology. Therefore, this formula neither a contradiction, nor a contingency.
(ii) Let us show that ¬(p⊕q) and p↔q are logically equivalent using the truth table.
p0011q0101p⊕q0110¬(p⊕q)1001p↔q1001
Since the last two columns are coinside, the formulas ¬(p⊕q) and p↔q are logically equivalent.
Comments