Prove ##(a+b) + c = a + (b+c)## using Peano postulates

In summary: The first property follows from the definition of addition. The second property follows from the distributive law for addition.
  • #1
issacnewton
1,020
35
Homework Statement
Prove ##(a+b) + c = a + (b+c)## using Peano postulates
Relevant Equations
Peano postulates
I have to prove the associative law for addition ##(a+b) + c = a + (b+c)## using Peano postulates, given that ##a, b, c \in \mathbb{N}##. Now define the set

$$ G = \{ z \in \mathbb{N} |\forall\; x, y \in \mathbb{N} \quad (x + y) + z = x + (y + z) \} $$

Obviously, ## G \subseteq \mathbb{N} ##. Now ## 1 \in \mathbb{N} ## according to Peano postulates. Let ##x, y \in \mathbb{N} ## be arbitrary.
Using the way addition function is defined using the successor function, we have ## (x + y) + 1 = s(x + y) ##. But ##s(x + y) = x + s(y) ## and ## s(y) = y + 1##. So, we have ##(x + y) + 1 = x + s(y) = x + (y + 1)##. This means that ## 1 \in G##.

Now, suppose ##r \in G##. This means that ##r \in \mathbb{N} ## and

$$ \forall\; x, y \in \mathbb{N} \quad (x + y) + r = x + (y + r) $$

Suppose ##x, y \in \mathbb{N} ## be arbitrary. Since, ##r \in G##, we have

$$ (x + y) + r = x + (y + r) $$
$$ \therefore s((x + y) + r) = s( x + (y + r) ) $$

Using definition of addition function, we have

$$ \therefore (x + y) + s(r) = x + s(y + r) = x + (y + s(r)) $$
$$ \therefore (x + y) + s(r) = x + (y + s(r)) $$

From definition of successor function, ## s(r) \in \mathbb{N} ##. Hence ##s(r) \in G##. So, using Peano postulates, ## G = \mathbb{N}##.

Since ##a, b, c \in \mathbb{N}##, we have ## c \in G##. It follows that ##(a+b) + c = a + (b+c)##. Is this proof correct ?
 
  • Like
Likes PeroK
Physics news on Phys.org
  • #2
Do you define ##\mathbb{N}## such that 0 is an element? If so, you didn't show ##0 \in G##, so you can't conclude ##G = \mathbb{N}##.
 
  • #3
No, I define ##\mathbb{N}## such that ##1 \in \mathbb{N}##. Following is a set of Peano postulates I am using.

There exists a set ##\mathbb{N}## with an element ##1 \in \mathbb{N}## and a function ##s: \mathbb{N} \rightarrow \mathbb{N} ## that satisfy the following three properties.

1) There is no ##n \in \mathbb{N}## such that ##s(n) = 1##

2) The function ##s## is injective.

3) Let ##G \subseteq \mathbb{N}## be a set. Suppose that ##1 \in G##, and that if ##g \in G## then ##s(g) \in G##. Then ## G = \mathbb{N} ##

I just got in reply for my post. Is this because this is a physics forum and very few mathematicians visit this forum ?
 
  • #4
There are a number of mathematicians around here. I don’t know why none replied to your question earlier.
 
  • Like
Likes PeroK
  • #5
So vela, is the proof correct ? Can you please comment ?
 
  • #6
Looks good to me.
 
  • Like
Likes issacnewton
  • #7
issacnewton said:
No, I define ##\mathbb{N}## such that ##1 \in \mathbb{N}##. Following is a set of Peano postulates I am using.

There exists a set ##\mathbb{N}## with an element ##1 \in \mathbb{N}## and a function ##s: \mathbb{N} \rightarrow \mathbb{N} ## that satisfy the following three properties.

1) There is no ##n \in \mathbb{N}## such that ##s(n) = 1##

2) The function ##s## is injective.

3) Let ##G \subseteq \mathbb{N}## be a set. Suppose that ##1 \in G##, and that if ##g \in G## then ##s(g) \in G##. Then ## G = \mathbb{N} ##

I just got in reply for my post. Is this because this is a physics forum and very few mathematicians visit this forum ?
It was helpful to me that you posted the set of Peano postulates that you were using.

I agree with @vela: Your proof looks good.
 
  • Like
Likes berkeman
  • #8
issacnewton said:
So vela, is the proof correct ? Can you please comment ?
I tried to follow your proof, but I couldn't figure out what is the definition of the binary operation ##+##?
 
  • #9
PeroK, sorry for late reply. I am not getting email notifications. I will have to check settings. I am using the book "The real numbers and real analysis" by Ethan Bloch . He uses the following theorem as the definition of +.

There is a unique binary operation ##+: \mathbb{N} \times \mathbb{N} \to \mathbb{N} ## that satisfies the following two properties for all ##n, m \in \mathbb{N} ##

a. ## n + 1 = s(n) ##
b. ## n + s(m) = s(n + m) ##
 
  • Like
Likes PeroK
  • #10
issacnewton said:
Homework Statement: Prove ##(a+b) + c = a + (b+c)## using Peano postulates
Relevant Equations: Peano postulates

I have to prove the associative law for addition ##(a+b) + c = a + (b+c)## using Peano postulates, given that ##a, b, c \in \mathbb{N}##. Now define the set

$$ G = \{ z \in \mathbb{N} |\forall\; x, y \in \mathbb{N} \quad (x + y) + z = x + (y + z) \} $$

Obviously, ## G \subseteq \mathbb{N} ##. Now ## 1 \in \mathbb{N} ## according to Peano postulates. Let ##x, y \in \mathbb{N} ## be arbitrary.
Using the way addition function is defined using the successor function, we have ## (x + y) + 1 = s(x + y) ##. But ##s(x + y) = x + s(y) ## and ## s(y) = y + 1##. So, we have ##(x + y) + 1 = x + s(y) = x + (y + 1)##. This means that ## 1 \in G##.

Now, suppose ##r \in G##. This means that ##r \in \mathbb{N} ## and

$$ \forall\; x, y \in \mathbb{N} \quad (x + y) + r = x + (y + r) $$

Suppose ##x, y \in \mathbb{N} ## be arbitrary. Since, ##r \in G##, we have

$$ (x + y) + r = x + (y + r) $$
$$ \therefore s((x + y) + r) = s( x + (y + r) ) $$

Using definition of addition function, we have

$$ \therefore (x + y) + s(r) = x + s(y + r) = x + (y + s(r)) $$
$$ \therefore (x + y) + s(r) = x + (y + s(r)) $$

From definition of successor function, ## s(r) \in \mathbb{N} ##. Hence ##s(r) \in G##. So, using Peano postulates, ## G = \mathbb{N}##.

Since ##a, b, c \in \mathbb{N}##, we have ## c \in G##. It follows that ##(a+b) + c = a + (b+c)##. Is this proof correct ?
Algebraically this is much simpler, you just have to prove that every non-zero natural is an nth successor of 1. Prove that 1 under the recurrence definition of addition is associative with itself, prove that the successor of a number is just it + 1 (which is either trivial or definition). As a bonus you can also conclude commutativity which is nice.
(This argument involves some additional things, but I'm just mentioning the main ideas, it'll probably be simple to know how to proceed knowing this).

Essentially you're just proving that the naturals are the free monoid with 1 generator (up to isomorphism).
 

Related to Prove ##(a+b) + c = a + (b+c)## using Peano postulates

What are Peano postulates?

Peano postulates, also known as Peano axioms, are a set of axioms for the natural numbers proposed by the Italian mathematician Giuseppe Peano. They include axioms for zero, the successor function, and the properties of equality and addition. These axioms form the foundation for arithmetic in number theory.

How do Peano postulates define addition?

Addition in the context of Peano postulates is defined recursively. Specifically, for any natural numbers \(a\) and \(b\), addition is defined as:1. \(a + 0 = a\)2. \(a + S(b) = S(a + b)\)where \(S(b)\) denotes the successor of \(b\). This recursive definition allows us to build up the concept of addition from the basic properties of the natural numbers.

What is the associative property of addition?

The associative property of addition states that for any three natural numbers \(a\), \(b\), and \(c\), the equation \((a + b) + c = a + (b + c)\) holds. This means that the way in which the numbers are grouped in an addition operation does not affect the result.

How can we use induction to prove the associative property of addition?

To prove the associative property of addition using Peano postulates, we use mathematical induction. We start by proving the base case for \(c = 0\), showing that \((a + b) + 0 = a + (b + 0)\). Then, we assume the property holds for some natural number \(c\) and prove that it must also hold for the successor \(S(c)\). This involves showing that \((a + b) + S(c) = a + (b + S(c))\) using the recursive definition of addition.

What are the steps to prove \((a + b) + c = a + (b + c)\) using Peano postulates?

The steps to prove the associative property using Peano postulates are:1. **Base Case**: Prove that \((a + b) + 0 = a + (b + 0)\). Since \(a + 0 = a\) and \(b + 0 = b\), this simplifies to \(a + b = a + b\), which is trivially true.2. **Inductive Step**: Assume that \((a + b) + c = a + (b + c)\) holds for some natural number \(c\). We need to show that \((a + b) + S(c) = a + (b + S(c))\).3. Using

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
567
  • Calculus and Beyond Homework Help
Replies
3
Views
920
  • Calculus and Beyond Homework Help
Replies
3
Views
682
  • Calculus and Beyond Homework Help
Replies
3
Views
859
  • Calculus and Beyond Homework Help
Replies
2
Views
501
  • Calculus and Beyond Homework Help
Replies
1
Views
679
  • Calculus and Beyond Homework Help
Replies
1
Views
704
  • Calculus and Beyond Homework Help
Replies
11
Views
477
  • Calculus and Beyond Homework Help
Replies
3
Views
463
  • Calculus and Beyond Homework Help
Replies
20
Views
2K
Back
Top