• MBM@lemmings.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months 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.