Natural Numbers and Peano’s Axioms
SUMMARY
This class covers natural numbers and how they are defined using Peano’s axioms: a series of mathematical principles that establish their fundamental properties. It also explains how symbols are used to represent the successors of natural numbers, their symbolic representation, and the use of the principle of mathematical induction for conducting inductive proofs.
LEARNING OBJECTIVES
- Understand Peano’s axioms for the formulation of natural numbers.
- Understand the formulation of the symbolic representation of natural numbers.
INDEX
The Peano’s axioms
The principle of induction in natural numbers
Commentary on demonstrations
The Peano’s Axioms
The Natural Numbers, also known as positive integers, are those we use for counting and measuring. They naturally arise in the operation of counting, which is the simplest arithmetic operation. These numbers are defined through the Peano’s axioms, a set of mathematical principles that establish how these numbers function.
- “1” is a natural number.
- If n is a natural number, then its successor S(n) is also a natural number.
- “1” is not the successor of any natural number.
- If S(n) = S(m), then n=m.
- If 1 belongs to some set A; and if, given any k in A, S(k) is also in A, then A is the set of natural numbers denoted by \mathbb{N}.
When studying Peano’s axioms, we realize that the symbol “1” is just a representation used to indicate a specific natural number. This number is the one that meets these properties. Just as 1 represents the “first natural”, we also use symbols (which are familiar to us) to represent its successors.
- 2=S(1)
- 3=S(2)
- 4=S(3) \\ \vdots
and so on. In this way, the symbols 1, 2, 3, etc… are abstract entities representing the different successors of 1. The collection of all these objects are the natural numbers, which we represent as:
\mathbb{N}=\{1,2,3,4,\cdots \}
It is also said that natural numbers are arranged in a sequence, the sequence of natural numbers:
1,2,3,4,5,6,7,8,9,10,11,12, \cdots
The Principle of Induction in Natural Numbers
An important aspect of natural numbers is that there is always a number after each one, which means there are infinite. We can intuit this from the fifth axiom, or principle of induction, which is expressed as follows:
If a property holds for 1; and if given that it holds for any natural number k, it also holds for the next S(k); then such property holds for all natural numbers.
The principle of induction provides, in addition to a foundational basis, a useful tool to prove if a property holds for natural numbers. To understand this, let’s see a simple example:
EXAMPLE: Through the principle of induction, it can be demonstrated that every natural number is different from its successor. |
While this is obvious, it helps to understand the procedure when proving through induction. Proof:
|
Comment on Proofs
While the property stated in the example is quite obvious, it’s common in mathematics for proofs not to maintain this obviousness. This proof we just saw is an example of what is typically done when working mathematically. To support your understanding of the deduction techniques inherent in mathematics, I recommend you review the materials designed for the mathematical logic course.
