Writing Proofs, Part II - "if-then"
This is a little trickier than the previous page. Let's start with some True-False practice involving easy "if-then" sentences. As before, think about why you are answering True or False, and how you'd explain your answer to a friend.
HINT 1: "if p then q" is equivalent to "p is false or q is true".
HINT 2: The last two are supposed to be true for all possible numbers x. If you can find an x that makes "p" true and "q" false, you should answer False.
Comments: In the first four exs, the only combination that you should call False is the "If True, then False" one (ex 4). Ex 1 and ex 2 are true because "pigs can fly" is false. Ex 3 is true because "cats cannot fly" is true.
Ex 5 is false because x might be 2.5, for example, which produces the If True then False combo.
Ex 6 is true. You can assume x > 3 in your reasoning. Use the transitive property and the fact that 3 > 2 to deduce that x > 2.
Summary of these proof strategies:
OK, let's practice with these ideas a bit.
Suppose you want to prove that "If pigs can fly then cats can fly" is true. Then you'd (choose one):
If you feel lost and want to do some background reading, contact me. Or if you just want to tell me what you think of this page. If you are ready to go on, you can try Writing Proofs, Part III (quantifiers).
Written by S.Hudson, 5/1/02