DEEP DOWN, all theorems are of the form IF A THEN B. They may be expressed in some other way, such as ALL A ARE B or LET A BE TRUE. THEN B IS TRUE, but the goal in each case is to get from the assumptions -- the A part -- to the conclusions -- the B part. To prove a theorem, you combine the assumptions with definitions and other theorems and show that the conclusion is always true. The hard part is figuring out what definitions and other theorems to use. Definitions and theorems let you convert statements to other statements; by stringing these definitions and theorems together you can convert the statements of A into the statements of B. This constitutes a proof. For instance:
This theorem converts the statement ``a number is greater than or equal to '' to ``for this number, . We can use it in the proof of another theorem, like so:
If we can prove that is of necessity greater than or equal to (by noting, for instance, that , , , and are at least , and thus their sum is thus at least ), then we can convert the assumption of our theorem from `` is the sum of four positive squares'' to `` is at least .'' Then we can use the first proof to convert the statement `` is at least '' to ``.'' This completes our proof.
Often, we use definitions to expand out mathematical shorthand before we can start applying proofs. For instance, if an assumption is `` is prime,'' we might need to convert it to `` has exactly two positive divisors'' before continuing with the proof. If you are at a loss for how to start a proof, convert all the terms in the assumptions to their definitions.
Here is a theorem that can be proved using these techniques.
Intuitively, this is saying that if you have an infinite supply of something, and you take a finite amount of it away, you are left with an infinite amount. This last sentence may seem obvious, but it is not a proof. To obtain a rigorous proof, we must get from the assumptions to the conclusion through theorems and definitions. We identify the assumptions: `` is a finite subset of an infinite set. It has a complement .'' A good start is to expand the definitions in the assuption.
Now we use our definitions to convert our assumptions:
Original statement | New statement |
is finite | There is a number such that |
is infinite | There is no number such that |
is the complement of | and is |
We're still stuck, so we have to apply one of the proof methods which will be discussed in the next sections, which let you work backwards from the conclusion -- the B part -- to help prove the theorem. In particular, we need the common proof technique of proof by contrapositive: We assume that the result is false, and show that as a result, the assumptions must be false as well. But the assumptions are never false (by assumption!) so the theorem must be true.
In this case, we assume the result is false, that is that is in fact finite. Then, applying a definition, there is a number such that . Since we know that and is , we know (if you don't know this, then you can prove it on its own before you try to include it into this proof). But we know and , so ; that is, . But we have just violated the second assumption, that there is no number such that is less than it. The only weak link in our chain of deduction is that is finite, so that claim must be wrong. Since the contradiction is wrong, the theorem must be true. We write this up in a more terse, mathematical form.
Proof: We know that and and are disjoint, so
. Since is finite, for some , and since
is infinite, for all . So assume is finite,
that is, for some , . Then
, or,
substituting, . But this contradicts our claim that for all .
That box is how I indicate the end of a proof. I am limited in what symbol I used by the fonts on my computer, but in general unlimited creativity is allowed here.