How to define addition and multiplication using Peano's axioms?

In summary, Peano's axioms define the basic operations of number, successor, and zero, and use five propositions to define the properties of numbers. Addition, multiplication, division, and subtraction can all be defined in terms of these basic operations, but may require further extensions of the number system to handle more complex operations.
  • #1
Logical Dog
362
97
How can one define addition using peanos axioms?

Number, successor, zero are terms which we presume to know the meaning of.

We then use five propositions:

1. 0 is a number.
2. Every number has a successor.
3. 0 is not the successor of any number.
4. Any proeprty common to zero and its successor and its successors successors is a property of all numbers. (basically any property common to zero, 1 and 2 is a property of all numbers)
5. No two numbers have the same successor.

I started with M + 0 = M
and M + 1 = successor of M.

and for multiplication M * N = M + M ...(n times)
 
  • Like
Likes Sreekar adithya
Mathematics news on Phys.org
  • #2
Let f(M) be the successor of M, define 1=f(0), 2=f(1) and so on.
Define M+0=M, N+M=M+N and f(M)+N = M+f(N), everything else follows from induction.

Using N=0, we get f(M)=f(M)+0=M+f(0)=M+1
Setting N=1, we get f(f(M))=f(M)+1=M+f(1)=M+2
...
 
  • Like
Likes Sreekar adithya and Logical Dog
  • #3
mfb said:
Let f(M) be the successor of M, define 1=f(0), 2=f(1) and so on.
Define M+0=M, N+M=M+N and f(M)+N = M+f(N), everything else follows from induction.

Using N=0, we get f(M)=f(M)+0=M+f(0)=M+1
Setting N=1, we get f(f(M))=f(M)+1=M+f(1)=M+2
...
First, you need to prove that N+M = M+N (commutation does not follow directly from the axioms). It usually starts with 0+0 = 0 (your definition) and 1+0 =1.
 
  • Like
Likes Logical Dog
  • #4
Svein said:
First, you need to prove that N+M = M+N (commutation does not follow directly from the axioms).
I don't have to prove it if I include it in the definition. If we can show it based on the other parts of the definition, even better.
 
  • #5
Svein said:
First, you need to prove that N+M = M+N (commutation does not follow directly from the axioms). It usually starts with 0+0 = 0 (your definition) and 1+0 =1.

mfb said:
I don't have to prove it if I include it in the definition. If we can show it based on the other parts of the definition, even better.

I am a slow learner in mathematics lol. Is it fair to say that addition is the operation and multiplication, division and subtraction are all defined in terms of this?
 
Last edited:
  • #6
Bipolar Demon said:
I am a slow learner in mathematics lol. Is it fair to say that addition is the operation and multiplication, division and subtraction are all defined in terms of this?
If you want a lucid and fun treatise on the subject, get hold of an exemplar of "Gödel, Escher, Bach - an Eternal Golden Braid".
 
  • Like
Likes Logical Dog
  • #7
Svein said:
If you want a lucid and fun treatise on the subject, get hold of an exemplar of "Gödel, Escher, Bach - an Eternal Golden Braid".
Yes, I will try..But can you answer my question please? :) Isnt multiplication and division and subtraction all defined in terms of addition..
 
  • #8
Thanks for the recommendation I will get it...

"
Gödel, Escher, Bach: An Eternal Golden Braid, also known as GEB, is a 1979 book by Douglas Hofstadter. The tagline "a metaphorical fugue on minds and machines in the spirit of Lewis Carroll" was used by the publisher to describe the book.[1]

By exploring common themes in the lives and works of logician Kurt Gödel, artist M. C. Escher and composer Johann Sebastian Bach, the book expounds concepts fundamental to mathematics, symmetry, and intelligence. Through illustration and analysis, the book discusses how self-reference and formal rules allow systems to acquire meaning despite being made of "meaningless" elements. It also discusses what it means to communicate, how knowledge can be represented and stored, the methods and limitations of symbolic representation, and even the fundamental notion of "meaning" itself.

In response to confusion over the book's theme, Hofstadter has emphasized that Gödel, Escher, Bach is not about the relationships of mathematics, art, and music, but rather about how cognition emerges from hidden neurological mechanisms. At one point in the book, he presents an analogy about how the individual neurons of the brain coordinate to create a unified sense of a coherent mind by comparing it to the social organization displayed in a colony of ants.[2][3]

so I guess numbers are a hack concept :biggrin:
 
  • #9
Bipolar Demon said:
Yes, I will try..But can you answer my question please? :) Isnt multiplication and division and subtraction all defined in terms of addition..
Well - the basic operation is the succession. From that operation you can define the numbers (since the only number in the axioms is 0). Then you can define addition: N+0 = N; Succ(N + M) = N + Succ(M). Defining subtraction is hard since the result of a subtraction may not exist (remember that we only have defined the classic natural numbers). Multiplication may be defined: M⋅1 = M; M⋅Succ(N) = M.N + M. Division is even more tricky than subtraction, since the result usually is not a natural number.
 
  • Like
Likes Logical Dog
  • #10
Svein said:
Well - the basic operation is the succession. From that operation you can define the numbers (since the only number in the axioms is 0). Then you can define addition: N+0 = N; Succ(N + M) = N + Succ(M). Defining subtraction is hard since the result of a subtraction may not exist (remember that we only have defined the classic natural numbers). Multiplication may be defined: M⋅1 = M; M⋅Succ(N) = M.N + M. Division is even more tricky than subtraction, since the result usually is not a natural number.

Yes, I realized that too that we had only come up with natural numbers..I don't know how other numbers were defined this way. I mean I know the set definitions for them but not this way.
 
  • #11
Bipolar Demon said:
Yes, I realized that too that we had only come up with natural numbers..I don't know how other numbers were defined this way.
The answer is rather long, but the short version is:
  • We saw that subtraction did not always give meaningful answers, so we extended the natural number to the integers (containing both the natural numbers and the negation of them).
  • We saw that division did not always give an integer answer, so we extended the integers to the rational numbers.
  • We observed that square roots tended to give answers that were not rational numbers, so we extended the rationals to the algebraic numbers.
  • The famous diagonal argument of George Cantor showed that we needed to extend the algebraic numbers to the real numbers.
  • And since the square root of negative numbers could not be found in the real numbers, we extended the real numbers to the complex numbers.
 
  • #12
Svein said:
The answer is rather long, but the short version is:
  • We saw that subtraction did not always give meaningful answers, so we extended the natural number to the integers (containing both the natural numbers and the negation of them).
  • We saw that division did not always give an integer answer, so we extended the integers to the rational numbers.
  • We observed that square roots tended to give answers that were not rational numbers, so we extended the rationals to the algebraic numbers.
  • The famous diagonal argument of George Cantor showed that we needed to extend the algebraic numbers to the real numbers.
  • And since the square root of negative numbers could not be found in the real numbers, we extended the real numbers to the complex numbers.
I know. I meant I thought they are also defined in the same way above with successor.
 
  • #13
Bipolar Demon said:
I know. I meant I thought they are also defined in the same way above with successor.
No. For the rationals and onward, there is no "successor" (given two real numbers a and b, a<b, there exists a rational number q such that a<q<b). When you extend the natural numbers to the integers, axiom 3 is violated.
 

1. What are Peano's axioms?

Peano's axioms are a set of five statements that form the foundation of arithmetic. They were created by Italian mathematician Giuseppe Peano in the late 19th century.

2. How do Peano's axioms define addition?

Peano's axioms define addition as a binary operation that takes two natural numbers and produces a third natural number as its result. It is denoted by the symbol "+".

3. How do Peano's axioms define multiplication?

Peano's axioms define multiplication as a binary operation that takes two natural numbers and produces a third natural number as its result. It is denoted by the symbol "x".

4. What is the successor function in Peano's axioms?

The successor function, denoted by "S", is a unary operation that takes a natural number as its input and produces the next natural number as its output. For example, S(3) = 4.

5. How do Peano's axioms ensure that the set of natural numbers is closed under addition and multiplication?

Peano's axioms state that every natural number has a unique successor and that the successor of a natural number is also a natural number. This ensures that the set of natural numbers is closed under addition and multiplication, as the result of these operations will always be a natural number.

Similar threads

  • Calculus and Beyond Homework Help
Replies
9
Views
1K
Replies
72
Views
4K
Replies
1
Views
182
Replies
3
Views
2K
Replies
3
Views
2K
Replies
4
Views
1K
  • Topology and Analysis
Replies
2
Views
140
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
698
  • Calculus and Beyond Homework Help
Replies
1
Views
569
  • Calculus and Beyond Homework Help
Replies
3
Views
803
Back
Top