Addition of natural numbers

From Free net encyclopedia

Addition of natural numbers is the most basic arithmetic operation. In its simplest form, addition combines two numbers (terms, summands), the augend and addend, into a single number, the sum.

Notation and terms

The operation of addition, commonly written as the infix operator "+", is a function + : N × NN. For natural numbers a, b, and c, we write

<math>a + b = c.\,</math>

Here, a is the augend, b is the addend, and c is the sum.

Definition

We let S(a) denote the successor of a as defined in the Peano postulates.

Addition is defined inductively by fixing the augend. In other words, we let a be any arbitrary, but fixed natural number, and we then make the following definitions:

  • a + 0 = a [A1]
  • a + S(b) = S(a + b) [A2]

By the recursion theorem, this defines a unique function "a +" : NN. In words, it says that adding zero to a gives back a, and that applying the successor function to the addend has the effect of applying the successor function to the sum.

Since a was an arbitrary natural number, we can "put together" all these functions into a single binary operation N × NN.

Properties

The following are three immediate and important properties of addition which can be deduced from the definition.

<math>(a + b) + c = a + (b + c);\,</math> (proof)
<math>a + b = b + a;\,</math> (proof)
<math>a + 0 = 0 + a = a.\,</math> (proof)

Together, these three properties show that the set of natural numbers N under addition is a commutative monoid.fr:Addition des entiers naturels ja:加法