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,000
29
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).
 

1. What are the Peano postulates?

The Peano postulates, also known as the Peano axioms, are a set of five axioms that provide the foundation for the natural numbers. They were developed by Italian mathematician Giuseppe Peano in the late 19th century.

2. How do the Peano postulates relate to addition?

The Peano postulates include an axiom that defines the addition operation on natural numbers. This axiom states that for any two natural numbers a and b, their sum a + b is also a natural number.

3. Can the Peano postulates be used to prove the associativity of addition?

Yes, one of the Peano postulates states that addition is associative, meaning that the grouping of terms does not affect the result. This can be used to prove the equation (a+b) + c = a + (b+c).

4. How does the proof of (a+b) + c = a + (b+c) using Peano postulates work?

The proof involves using the Peano postulates to show that both sides of the equation are equal. This is done by starting with the definition of addition and using the axioms to manipulate the terms until they are in the same form on both sides.

5. Are there other ways to prove (a+b) + c = a + (b+c) besides using Peano postulates?

Yes, there are other mathematical methods and systems that can be used to prove this equation, such as using algebraic properties or using the concept of associativity in a different number system. However, using Peano postulates is a common and straightforward approach for proving this equation.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
461
  • Calculus and Beyond Homework Help
Replies
3
Views
814
  • Calculus and Beyond Homework Help
Replies
3
Views
522
  • Calculus and Beyond Homework Help
Replies
3
Views
693
  • Calculus and Beyond Homework Help
Replies
2
Views
276
  • Calculus and Beyond Homework Help
Replies
1
Views
578
  • Calculus and Beyond Homework Help
Replies
1
Views
518
  • Calculus and Beyond Homework Help
Replies
3
Views
231
  • Calculus and Beyond Homework Help
Replies
20
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
505
Back
Top