12
[292]Having fixed the parameter \(hβ β\), we define the operation \(h+β \), which will be a function \(f_ h : βββ \) given by \(f_ h(n)=h+n\), using a recursive definition: we wish to express the rules
\( h+0=h\)β,
\(β nβ β, h+S(n)=S(h+n)\)β.
To this end, set \(A=β\), and \(g(n,a)=S(a)\), we rewrite the above as recursive rules for \(f_ h\)
\( f_ h(0)=h\)β,
\(β nβ β, f_ h(S(n))=g(n,f_ h(n))=S(f_ h(n))\)β.
This defines recursively \(f_ h\). Considering then the parameter \(h\) as a variable, we have constructed the addition operation, and we define the operation β+β between natural numbers as \(h+n=f_ h(n)\).