Arithmetic of Natural Numbers

Subjects: Set Theory
Links: Natural Numbers

Addition

Th: There is a unique function +:N×NN such that

Multiplication

Th: There is a unique function :N×NN such that

Th: Addition and Multiplication are commutative, associative. Additionally, multiplication is distributive over addition.

Exponentiation

We can uniquely define exponentiation of natural numbers as

m { #0} = 1\quad \text{ for all } m\in \Bbb N $$$$ m^{n+1} = m^n \cdot m \quad \text{for all }m, n \in \Bbb N

Difference or Subtraction

Let n,mN such that mn. The unique natural r that satisfies m+r=n, we call it the difference of n and m, denoted as nm

Prop: Let m,n,r,sN such that mn and sr. Then

Peano’s Axioms for Arithmetic

  1. If S(n)=S(m) , then n=m
  2. S(n)Ne0
  3. n+0=n
  4. n+S(m)=S(n+m)
  5. n0=0
  6. nS(m)=nm+n
  7. If nNe0, then n=S(k) for some k
  8. The Induction Schema. Let A be an arithmetic property (a property expresible in terms of +,,S,0). If 0 has the property A and if A(k) implies A(S(k)) for every k, then has the property A.

Given what we have we can check that the natural numbers constructed satisify Peano’s Axioms for arithmetic.

Σ and Π notation

We can define for each finite sequence kiin of natural numbers, define kiin so that

=0$$$$k0=k0$$

\sum \langle k_0, \dots, k_n\rangle = \sum \langle k_0, \dots, k_{n-1}\rangle+k_n $$

and kiin so that

=1$$$$k0=k0$$$$k0,,kn=k0,,kn1kn