this post was submitted on 20 Oct 2024
0 points (NaN% liked)
Math Memes
1528 readers
2 users here now
Memes related to mathematics.
Rules:
1: Memes must be related to mathematics in some way.
2: No bigotry of any kind.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Using the Peano axioms, which are often used as the basis for arithmetic, you first define a successor function, often denoted as •' and the number 1. The natural numbers (including 0) then are defined by repeated application of the successor function (you also first need to define what equality is):
0 = 0 1 := 0' 2 := 1' = 0'' etc
Addition, denoted by •+• , is then recursively defined via
a + 0 = a a + b' = (a+b)'
which quickly gives you that 1+1=2. But that requires you to thake these axioms for granted. Mathematicians proved it with fewer assumptions, but the proof got a tad verbose