4.6 Proving equivalences
We have already seen and proven some conditional statements, i.e. ones of the form . Recall, from Section 3.2.5, that saying two statements and are equivalent means that and . Hence proving means proving and .
4.6.1 Proving by proving and separately
As we saw with the proofs of the Pythagorean theorem and its converse (Section 4.2.1), it may be simplest to prove and separately and then conclude that .
Example 4.26.
Suppose that for positive integers and . We shall prove that is a multiple of if and only if is a multiple of .
[Take a few minutes to make sure you understand what this statement is claiming.]
Note that a positive integer being a multiple of means that it can be written in the form times an integer. So the above statement is claiming that
for some integers and .
First we will prove the statement . Suppose . Then
(definition of ) | ||||||
(replacing ) | ||||||
(rewriting the right-hand side) | ||||||
(rearranging) | ||||||
(factorising). |
Since is an integer, we can conclude that is a multiple of .
Now we prove that . Suppose . Then
(definition of ) | ||||||
(rewriting the right-hand side) | ||||||
(replacing ) | ||||||
(factorising). |
Since is an integer, we can conclude that is a multiple of 9.
We have proved and and so we have proved .
Exercise 4.27.
Prove that a positive integer is a multiple of if and only if is a multiple of and of .
-
Solution.First we will prove that if is a multiple of then is a multiple of and of .
Suppose is a multiple of , i.e. for some integer . Then
hence is a multiple of 2, and hence is a multiple of 3. Now we prove that if is a multiple of and of then is a multiple of . Suppose:
-
–
is a multiple of 2, i.e. let for some integer , and
-
–
is a multiple of 3, i.e. let for some integer .
Then
(see the note below) (replacing ) (simplifying) (factorising). Because is an integer, it follows that is a multiple of 6. The proof is complete.
-
–
A key step in the solution presented above is realising that you can write as . The identity is obvious, but it is not obvious that this fact is going to be useful in a proof. Most mathematics students struggle with this phenomenon – you may read a proof, follow the logical argument, but be left feeling ‘I would not have thought of that’. The point you should take away from this exercise is that figuring out how to construct a proof (e.g. realising that writing might help) is part of what doing mathematics is all about. You will get better at finding arguments the more you practice and build your repertoire of ideas.
4.6.2 Proving directly
In some cases, it might be possible to prove a statement directly, rather than proving and separately.
Example 4.28.
Suppose that and are real numbers. We shall prove that .
[As usual, take a few minutes to understand this claim.]
Here is a proof.
(adding to both sides) | |||||
(dividing both sides by ). |
All statements made in this argument are equivalent; the proof is complete.
Note that we could have presented proofs of and separately (as we did in the previous section) but in this case it is possible and neater to do both at once.
4.6.3 Proving that more than two statements are equivalent
In Sections 4.6.1 and 4.6.2 we discussed how to prove statements of the form . We now discuss what it means to prove that more than two statements are equivalent.
We do this by discussing an example and leave the details of the proof as an exercise.
Example 4.29.
Suppose that is an integer and consider the following statements.
-
:
is even.
-
:
is an integer.
-
:
is odd.
-
:
is even.
These statements are all equivalent; if one is true then the others are true, and if one is false then the others are false. Take a few minutes to convince yourself of this.
One way to prove that , , and are equivalent would be to do so pairwise, i.e. to prove , , , , , . But this is quite inefficient and is not necessary if we think things through logically.
Suppose instead we can prove , , and . We can then deduce that all four statements are equivalent. To see this, observe that we would have established this loop of implications.
Now, for example, we can deduce that : we know that and and so ; and we know that and and so .
Observe, too, that it is not necessary to take the statements in the order they are given above. For example, it might be easier to prove . As long as there is a loop of implications involving all statements, you can deduce that the statements are equivalent.
Exercise 4.30.
Let be an integer. Prove that the following are equivalent.
-
:
is even.
-
:
is an integer.
-
:
is odd.
-
:
is even.
-
Solution.As suggested above, we will prove .
: Assuming is an integer , then
This is the form of an even number so we can conclude is even.
: By Definition 2.6, if is even, we can write for some integer . Then is odd.
: If is odd, we can write for some integer and
This is the form of an even number so we conclude is even.
: Assuming is even, then there is an integer such that . Rearranging, we have which shows is even as required.