|
|
Revision:Natural Numbers, Induction and CountingTSR Wiki > Study Help > Subjects and Revision > Revision Notes > Mathematics > Natural Numbers, Induction and Counting This page should be treated as a follow-on to the page on Foundations. It builds on the idea of sets, relations and functions to define what we mean by a number, and the natural numbers in particular. These notes are partly based on a course by Tim Gowers that I took in my first year of studying mathematics at Cambridge, partly based on the book An Introduction To Mathematical Philosophy by Bertrand Russell, and partly from my own mind.
The Natural NumbersThe Peano axiomsGuiseppe Peano was an Italian mathematican in the late 19th and early 20th centuries. In 1889 he published a paper which gave five rules from which you were supposed to be able to deduce any fact about the natural numbers. These rules were so succesful that they came to be named in honour of him, as the Peano axioms. To specify what we mean by the natural numbers The Peano axioms say that
Rule (5) is called the inductive rule, and it is this which lets us use mathematical induction to prove things. It basically says that if σ(n) has a property whenever n has that property, and if 0 has that property, then every natural number has that property. Let's spend a little time thinking about how the theory of the natural numbers comes from these five rules. Firstly, it is clear that we can carry on counting forever. We define 1 as the successor of 0, 2 as the successor of 1 etc. Because of rule (2), we can always go to the next number. Because of rule (3) this can't be any of the numbers that we've reached already, because if it were then two numbers would have the same successor. Because of rule (4), we never get back to 0. Therefore we get an endless series of new numbers. It is also clear that if we keep counting for long enough, we can reach any natural number. By rule (1), 0 is a number. If n is a number then σ(n) is a number, by rule (2). But then by rule (5), every n belongs to the series that we get by taking successive successors, and so every n is a number. Arithmetic with the Peano axiomsNow that we have defined the natural numbers using the Peano axioms, we can begin to think about how we do arithmetic with them. The first thing that we'd like to know how to do is add two numbers together. One of the most important properties of the natural numbers is property (5), the inductive property. This suggests that to get a useful idea of addition, we might have to define it inductively, using the successor function. We can define addition as follows: Because of property (5), this gives a definition of m + n for any pair of natural numbers m and n. We could define multiplication in a similar way: Because of property (5), this gives a definition of m
Peano proved a whole host of other facts about arithmetic, including:
The proofs of these shouldn't be too hard, but the precise details aren't that important so we'll skip over them. What's important is that with just three ideas and five rules, we can prove lots of statements about arithmetic. As a final point, notice that we can define an order relation on the natural numbers, by saying that m < n if these is a natural number a, which is not 0, such that m + a = n. You can check that this is transitive, antisymmetric and total. Problems with the Peano axiomsWe would like the Peano axioms to specify a unique set which we can then call the natural numbers, and use to do counting. Unfortunately this isn't the case, and it is one of the biggest problems with Peano arithmetic. For example, if we take "0" to be the number one (bear with me, this will make sense...), take our definition of "number" to be the set 1, 1/2, 1/4, 1/8, 1/16, ... and our successor function to be "divide by two" then this new set satisfies all of the Peano axioms. You might think that it doesn't satisfy rule (4), since 1 is the successor of 2 (since half of two is one). However, the number two is not a "number" in the sense that we have defined it here, and so 1 is not the successor of any number. As another example, we could take "0" to be the number 0 as before, take our definition of "number" to be a member of the set of even numbers, and take our successor function to be "add two". Then the new set that we get is 0, 2, 4, 6, 8, ... and this still satisfies all of Peano's five axioms. The point is that our interpretation of what we mean by "0", "number" and "successor" is not defined by any of Peano's five axioms, and so the axioms are capable of any number of interpretations. This is problematic! We want our system of counting to actually correspond to what we know about the world, and not just to satisfy an abstract set of mathematical formula. For example, we want our system of numbers to say that we have two eyes and two ears, and that there are three mugs of cold coffee sitting on my desk. The set 1, 1/2, 1/4, 1/8, ... satisfies Peano's five rules, but it is no good to do counting with. We can say that we "just know" what we mean by the number 0, and in fact it is perfectly fine to do this and just get on with our everyday lives. However, the point of studying the foundations of mathematics is to put off saying this as long as possible. So can we express what we mean by "0", "number" and "successor" in terms of even simpler ideas? |