Saved Bookmarks
| 1. |
I.The negation of p ^(q r) |
|
Answer» <P> By definition, p → q is FALSE if, and only if, its hypothesis, p, is true and its conclusion, q, is false. It follows that the negation of "If p then q" is logically EQUIVALENT to "p and not q." p→q =∼p∨q−−−(1) ∼[(p→q)∧r] ∼[∼p∨q∧r]...[form(i)] ∼(∼p∨q)∨∼r...[Demorgans low] ∼(∼p)∧∼q∨q∼r AV(b∧c) p∧∼q∨∼r =(a∨b)∨(a∨c)] |
|