Math Home

Direct Proof

A direct proof of a mathematical statement is a valid argument, in words, that shows a mathematical statement is tautologically true given a set of assumptions.

Example

Claim: An odd plus an odd is an even.

Proof: One must be very precise with definitions when doing a mathematical proof. In this case, by an odd we mean an integer in the set {1,1,3,3,5,5,}{1,1,3,3,5,5,} and by an even we mean an integer in the set {0,2,2,4,4,}.{0,2,2,4,4,}.

By a quick check, you can see that sometimes and odd plus an odd is an odd. For example, 11 and 33 are both odds, and 1+3=41+3=4 is even. Similarly, 55 and 55 are both odd, and 5+5=05+5=0 is an even. However, it is impossible to check all cases by hand. To show the statement is always true, we need a proof.

Another way to write the set of odds is {x:x=2k+1 for some integer k},{x:x=2k+1 for some integer k}, and another way to write the set of evens is {x:x=2k for some integer k}.{x:x=2k for some integer k}. For example, 55 is odd and 5=22+1.5=22+1. Similarly, 77 is odd and 7=42+1.7=42+1. On the other hand, 66 is even and 6=32,6=32, and 00 is even and 0=02.0=02.

Let aa and bb be odd numbers. Then there exists integers cc and dd such that a=2c+1a=2c+1 and b=2d+1.b=2d+1. So, a+b=(2c+1)+(2d+1)=2c+2d+2=(c+d+1)2a+b=(2c+1)+(2d+1)=2c+2d+2=(c+d+1)2 Since c+d+1c+d+1 is an integer, (c+d+1)2(c+d+1)2 is an even. Since aa and bb could be any odd numbers, any odd plus any odd is an even.

Proofs

In general, a proof will have the structure above. There will first be a claim, which will be called a Claim, Lemma, Corollary or Theorem. Then there will be the start of a argument, which will be either Proof or Counter Example.