4.2 Direct proof
As we discussed in Section 1.4 What is proof in mathematics?, deductive reasoning is fundamental to mathematics. Deductive reasoning means starting with some assumptions and making a correct argument that leads to a conclusion.
A direct proof of a statement is a chain of deductive reasoning that concludes with the claim of the statement. That is, we prove the claim directly. Examples 3.3 and 3.6 included direct proofs. A calculation, such as an algebraic rearrangement, is a form of direct proof.
Direct proofs very often start by applying a formal definition. For example, if we assume that is even then it is natural to apply the definition and deduce that there exists an integer for which . Direct proofs very often end by using a formal definition. For example we might conclude ‘…which equals , and so it is even’. Many direct proofs are therefore a ‘definition chase’ from definitions used in the hypothesis to definitions used in the conclusion.
Example 4.9.
Here is a proof that the product of two even integers is even.
Proof. By Definition 2.6, we can write and for some integers and . Then their product can be expressed as
Since , and are integers then so is their product . Therefore fits the definition of an even integer. Hence the product of two even integers is even. ∎
Exercise 4.10.
Prove that the product of an even integer and an odd integer is even.
-
Solution.This proof is similar to the previous example.
Proof. Using the definitions of even and odd from Section 2.2.2, we can write and for some integers and . Their product is then
As , and are integers, so is . Thus is an even integer. Hence the product of an even integer and odd integer is even. ∎
Example 4.11.
What can be deduced about the product of two odd integers? [Take a few minutes to think about this yourself.]
We shall prove that the product of two odd integers is odd.
Proof. Let and for some integers and . Then,
Note that is an integer as and are integers. Therefore is an odd integer and we have proven our claim. ∎
Exercise 4.12.
Let be an integer. Prove that is even.
-
Solution.Suppose is an integer. Factorising gives , and so is a product of two consecutive integers. Any pair of consecutive integers must consist of one even and one odd integer. By Exercise 4.10, the product of an even and an odd integer is even. Therefore must be even.
4.2.1 Proofs of three familiar results
We end this section by proving what should be three familiar results, just in case you have never seen proofs of them before. Remember from Section 1.4 that proofs sometime leave out details that you should be able to fill in yourself. As you read the proofs below, you may find it necessary to convince yourself of certain deductions. We have given you some hints to help.
When you write your own proofs as a student, you should aim to convince your tutor or lecturer that you understand your argument deeply. Therefore, you should not leave out important details.
Proposition 4.13 (Dividing fractions).
If and are integers with , then .
Proof.
Suppose and are integers and . Then
(muliplying top and bottom by ) | ||||||
(since the denominator is ). | ∎ |
Note that we really do need to assume that to avoid division by zero. Can you see precisely why each assumption is needed?
Theorem 4.14 (The Pythagorean theorem).
Suppose that a planar triangle has sides of length , , and . If the angle between sides and is a right angle then .
Proof.
Suppose that a triangle has sides of length , , and . Assume that the angle between sides and is a right angle. Then we can arrange four copies of the triangle as follows to form a large square of side length .
[How can you be sure that the figure formed is actually a square? And what would happen if was larger than ?]
The shaded shape is also a square [can you see why?], and we can calculate its area in two ways:
First, because is a square with side length .
Second, the area of the large surrounding square is . The area of the original right-angled triangle is . So the area of the shaded square is
We have calculated in two ways and so these must give the same value. Therefore . ∎
Theorem 4.15 (Converse of the Pythagorean theorem).
Suppose planar a triangle has sides of length , , and . If then the angle between sides and is a right angle.
Proof.
Suppose a triangle has sides of length , , and . Assume that .
Form a new triangle with side lengths and at right angles. Then, by the Pythagorean theorem, the third side of this new triangle has length . But and so , since is positive (because it’s the side length of a triangle).
Thus we have two triangles with the same side lengths: the original one from the statement and the new one we have just constructed. Because they have the same side lengths, they must have the same angles [why is this?]. Therefore the angle between sides and in the original triangle must also be a right angle. ∎