Section 2.1: Proof Techniques

Abstract:

Sometimes we see patterns in nature and wonder if they hold in general: in such situations we are demonstrating inductive reasoning to propose a theorem, which we can attempt to prove via deductive reasoning. From our work in Chapter 1, we conceive of a theorem as an argument of the form tex2html_wrap_inline150 , whose validity we seek to demonstrate.

This section outlines a variety of proof techniques, including direct proofs, proofs by contraposition, proofs by contradiction, proofs by exhaustion, and proofs by dumb luck or genius! You have already seen each of these in chapter 1 (with the exception of ``dumb luck or genius'', perhaps!).

Theorems and Informal Proofs

The theorem-forming process is one in which we

This process is formalized in the following definitions:

Before attempting to prove a theorem, we should be convinced of its correctness; if we doubt it, then we should pursue the line of our doubt, and attempt to find a counterexample.

Kids are wonderful at developing conjectures, and sometimes even applying deductive logic as illustrated by my friend's son Sam's Story. Practice 1, p. 85 illustrates the kinds of conjectures kids will make (e.g. ``All animals living in the ocean are fish.''), and parents, sibling, friend, and teachers all have the priviledge and pleasure of coming up with counterexamples.

Exhaustive Proof

Example: The Four-color problem

When there are only a few things (in particular, a finite number) to test, we can use proof by exhaustion.

Example: Prolog Prolog is able to test conjections, or theorems, such as in-food-chain(bear,algae) by simply doing a proof by exhaustion: it checks all cases, and eventually finds that algae is indeed in the bear's food chain.

Direct Proof

The most obvious, and perhaps common technique, is the direct proof: you start with your hypotheses tex2html_wrap_inline154 , and proceed toward your conclusion Q:

displaymath152

Example: Exercise 7/9, p. 93/92

Contraposition

If tex2html_wrap_inline150 isn't getting you anywhere, you can use your logic systems to rewrite it as tex2html_wrap_inline160 (the contrapositive). This is called ``proof by contraposition''.

Example: Practice 4 and 5, p. 89

Example: Exercise 15/17, p. 93

Contradiction

Contradiction represents some interesting logic: again, we want to prove tex2html_wrap_inline150 , but rather than proceed directly, we seek to demonstrate that tex2html_wrap_inline164 : that is, that P and Q' leads to a contradiction. Then we cannot have both P true, and Q false - which would lead to tex2html_wrap_inline150 false, of course.

Example: Exercise 19/22, p. 93

   table78
Table: Summary of useful proof techniques, from Gersting, p. 91.

Serendipity

Mathematicians often spend a great deal of time finding the most ``elegant'' proof of a theorem, or the shortest proof, or the most intuitive proof. We may stumble across a beautiful proof quite by accident (``serendipitously''), and those are perhaps the most pleasant proofs of all. There is a wonderful story associated with Exercise 50/55, p. 95/94.



LONG ANDREW E
Mon Sep 16 10:38:08 EDT 2002