![]() |
VOOZH | about |
The set of natural numbers is axiomatically defined below. G. Peano, an Italian mathematician, and J. W. R. Dedekind, a German mathematician, are credited with these axioms. These axioms aim to prove the existence of one natural number before defining a function to create the remaining natural numbers, known as the successor function.
A premise or starting point for further reasoning and argumentation is an axiom, postulate, or assumption, which is a statement that is assumed to be true. The axioms developed by G.Peano are -
Example 1: Prove that 1 is a natural number.
Proof:
By axiom 1, 0 is a natural number.
By axiom 2, S(0) exists and is a natural number.
We define 1 as S(0).
Therefore, 1 is a natural number.
Example 2: Prove that 2 is not equal to 0.
Proof:
Assume, for the sake of contradiction, that 2 = 0.
We know that 2 = S(1) = S(S(0)).
If 2 = 0, then S(S(0)) = 0.
But this contradicts axiom 3, which states that 0 is not the successor of any natural number.
Therefore, our assumption must be false, and 2 β 0.
Example 3: Prove that for any natural number n, n + 1 β n.
Proof:
Let n be any natural number.
n + 1 is defined as S(n).
Assume, for the sake of contradiction, that n + 1 = n.
This would mean S(n) = n.
But this contradicts axiom 4, which states that if S(m) = S(n), then m = n.
(In this case, S(n) = n would imply n = n-1, which is impossible for natural numbers.)
Therefore, our assumption must be false, and n + 1 β n for any natural number n.
Example 4: Use mathematical induction to prove that for all natural numbers n, n + 1 > n.
Proof:
Base case: When n = 0
0 + 1 = 1, and 1 > 0 (by the definition of the successor function and the ordering of natural numbers).
Inductive step: Assume the statement is true for some natural number k, i.e., k + 1 > k.
We need to prove that (k + 1) + 1 > (k + 1).
(k + 1) + 1 = S(k + 1) (by the definition of addition)
= S(S(k)) (by the inductive hypothesis)
Example 6 : Prove that addition is associative for natural numbers.
Proof:
We need to show that (a + b) + c = a + (b + c) for all natural numbers a, b, and c.
We can use induction on c.
Base case: c = 0
(a + b) + 0 = a + b (by definition of addition)
a + (b + 0) = a + b (by definition of addition)
So, (a + b) + 0 = a + (b + 0)
Inductive step:
Assume (a + b) + k = a + (b + k) for some natural number k.
We need to prove (a + b) + S(k) = a + (b + S(k))
(a + b) + S(k) = S((a + b) + k) (by definition of addition)
= S(a + (b + k)) (by inductive hypothesis)
= a + S(b + k) (by definition of addition)
= a + (b + S(k)) (by definition of addition)
By induction, (a + b) + c = a + (b + c) for all natural numbers a, b, and c.
Example 5 : Prove that there is no largest natural number.
Proof by contradiction:
Assume there exists a largest natural number n.
Consider S(n), the successor of n.
By axiom 2, S(n) is a natural number.
By the definition of the successor function, S(n) > n.
This contradicts our assumption that n is the largest natural number.
Therefore, there is no largest natural number.
Example 6 : Prove that for any natural number n, n + 0 = n.
Proof:
Proof by induction:
Base case: n = 0
0 + 0 = 0 (by definition of addition)
Inductive step:
Assume k + 0 = k for some natural number k.
We need to prove S(k) + 0 = S(k)
S(k) + 0 = S(k + 0) (by definition of addition)
= S(k) (by inductive hypothesis)
By induction, n + 0 = n for all natural numbers n.
Example 7 : Prove that multiplication distributes over addition for natural numbers.
Solution:
We need to show that a * (b + c) = (a * b) + (a * c) for all natural numbers a, b, and c.
We can use induction on c.
Base case: c = 0
a * (b + 0) = a * b (by properties of addition and multiplication)
(a * b) + (a * 0) = (a * b) + 0 = a * b
Inductive step:
Assume a * (b + k) = (a * b) + (a * k) for some natural number k.
We need to prove a * (b + S(k)) = (a * b) + (a * S(k))
a * (b + S(k)) = a * S(b + k) (by definition of addition)
= (a * (b + k)) + a (by definition of multiplication)
= ((a * b) + (a * k)) + a (by inductive hypothesis)
= (a * b) + ((a * k) + a) (by associativity of addition)
= (a * b) + (a * S(k)) (by definition of multiplication)
By induction, a * (b + c) = (a * b) + (a * c) for all natural numbers a, b, and c.
Example 9 : Prove that for any natural numbers a and b, if a + b = a, then b = 0.
Proof:
Assume a + b = a for some natural numbers a and b.
By the cancellation property of addition (which can be proved using Peano axioms), we can subtract a from both sides:
(a + b) - a = a - a
The left side simplifies to b, and the right side to 0:
b = 0
Therefore, if a + b = a, then b must be 0.
Example 10 : Prove that for any natural number n, 1 * n = n.
Proof by induction:
Base case: n = 0
1 * 0 = 0 (by definition of multiplication)
Inductive step:
Assume 1 * k = k for some natural number k.
We need to prove 1 * S(k) = S(k)
1 * S(k) = (1 * k) + 1 (by definition of multiplication)
= k + 1 (by inductive hypothesis)
= S(k) (by definition of successor function)
By induction, 1 * n = n for all natural numbers n.
1. Prove that for any natural number n, n + 1 β n.
2. Show that addition is commutative for natural numbers: a + b = b + a for all natural numbers a and b.
3. Prove that multiplication is associative: (a * b) * c = a * (b * c) for all natural numbers a, b, and c.
4. Demonstrate that 0 is the additive identity: n + 0 = n for any natural number n.
5. Prove the principle of mathematical induction as derived from the Peano axioms.
6. Show that for any natural numbers a and b, if a + b = a, then b must be 0.
7. Prove that there is no largest natural number.
8. Demonstrate that multiplication distributes over addition: a * (b + c) = (a * b) + (a * c) for all natural numbers a, b, and c.
9. Prove that for any natural number n, 1 * n = n.
10. Show that the successor function is injective: if S(a) = S(b), then a = b for any natural numbers a and b.
The Peano axioms are a set of fundamental rules that define the natural numbers and form the basis for arithmetic. They consist of five key principles: 0 is a natural number, every natural number has a unique successor, 0 is not the successor of any natural number, different natural numbers have different successors, and the principle of mathematical induction holds. These axioms allow us to rigorously define and prove basic properties of natural numbers, such as the commutativity and associativity of addition and multiplication, the existence of additive and multiplicative identities, and the lack of a largest natural number. They also enable us to establish more complex concepts like the well-ordering principle and the division algorithm. By providing a formal foundation for arithmetic, the Peano axioms play a crucial role in mathematics, underpinning our understanding of numbers and serving as a starting point for more advanced mathematical theories.