Exercise 2.2.2
Prove Lemma 2.2.10. Let be a positive number. Then there exists exactly one natural number such that .
We are required to do two things
- existence - show that there is a solution
- uniqueness - show that there is only one solution
Again, the challenge is to get past the obviousness of the statement and try to dispassionately show it is true using the axioms.
Axiom 2.2 says that if is a natural number, then is also a natural number. We should take care to note this is a one-way implication. It doesn't say that if is a natural number then so is . Note also that in Tao's book natural numbers include .
Existence
The book encourages us to use induction.
Let the proposal state that if is a positive number, then there exists a natural number such that . That is,
Let's consider the base case . The base case is not because must be a positive number which is never , as per Definition 2.2.7.
Is this true? It is because 1 is indeed a positive number, and there does exist a natural number such that . That is .
The inductive hypothesis is that is true,
We need to show that is true. I've used to avoid mixing up variables,
This says that if is a positive number, then there exists a natural number such that . Is it true?
Well, is indeed a positive number, because it is not zero, by Axiom 2.3.
Is there a that is ? If we set then because is a natural number, so is , and so is its successor by Axiom 2.2.
Note that we didn't actually use to show is true. We showed is true directly. This doesn't invalidate the structure of a proof by induction. Strictly speaking, if the consequent of an implication is always true, the implication itself is true.
Summarising, we have shown:
- the base case is true
- if is true then is true
So by induction, the proposal P(a) is true for all positive numbers .
But we're not finished yet because the proposal only says that a exists, not that it is unique.
Uniqueness
Imagine that there are two disctinct natural numbers and that satisfy the proposal.
Axiom 2.4 says different natural numbers have different successors. Here and have the same successor, so they must not be different. That is, must be . So in the proposal is unique.
Having shown existence and uniqueness, the Lemma 2.2.10 is proven.
No comments:
Post a Comment