1.
p q p∨q ¬q (p∨q)∨(¬q)0 0 0 1 10 1 1 0 11 0 1 1 11 1 1 0 1
We can see that (p∨q)∨(¬q) is always true meaning that it is a tautology.
2.
p q p∧q ¬p∧¬q (p∧q)∨(¬p∧¬q)0 0 0 1 10 1 0 0 01 0 0 0 01 1 1 0 1
p q p↔q0 0 10 1 01 0 01 1 1
Comparing two last tables we can see that (p∧q)∨(¬p∧¬q)=p↔q
Comments
Leave a comment