Comment on 1 + 1

<- View Parent
MBM@lemmings.world ⁨1⁩ ⁨month⁩ ago

+ is a map from N×N to N where a + 0 = a and a + S(b) = S(a + b) (S is the successor function that gives the next number).
Then 1 + 1 = 1 + S(0) = S(1 + 0) = S(1) = 2.

source
Sort:hotnewtop