Hint
Rif to :
Exercise 10 asked you to show that the above formulae are tautologies using truth tables.
Then :
Exercise 12 : Show that each conditional statement in Exercise 10 is a tautology without using truth tables.
We have to use the logical equivalences listed in page 27 and the method described in Example 8 [page 30], i.e. we have to transform the formula through logical equivalences until we get $T$ (true).
Thus, for :
- $[¬p∧(p∨q)]→q$
first of all, we have to remove the conditional using Material implication [see Table 7, page 28] :
$\lnot [\lnot p \land (p \lor q)] \lor q$
and then use De Morgan's laws to "move" inside the negation :
$[p \lor (\lnot p \land \lnot q)] \lor q$.
Then we apply Distributive laws :
$([(p \lor \lnot p) \land (p \lor \lnot q)] \lor q) \equiv ([T \land (p \lor \lnot q)] \lor q)$
followed by Identity laws : $T \land a \equiv a$ :
$((p \lor \lnot q) \lor q) \equiv (p \lor (q \lor \lnot q))$
by Associative laws.
Finally, we apply Domination laws : $a \lor T \equiv T$ :
$p \lor T \equiv T$
and we can conclude that formula 1. is a tautology.
The same proof can be easily modified in order to solve also 3.