In mathematics, the additive inverse of an element , denoted , is the element that when added to , yields the additive identity. This additive identity is often the number 0 (zero), but it can also refer to a more generalized zero element.

In elementary mathematics, the additive inverse is often referred to as the opposite number, or the negative of a number. The unary operation of arithmetic negation is closely related to subtraction and is important in solving algebraic equations. Not all sets where addition is defined have an additive inverse, such as the natural numbers.

Common examples

When working with integers, rational numbers, real numbers, and complex numbers, the additive inverse of any number can be found by multiplying it by −1.

Formal definition

Given an algebraic structure defined under addition <math>(S, +)</math> with an additive identity <math>e \in S</math>, an element <math>x \in S</math> has an additive inverse <math>y</math> if and only if <math>y \in S</math>, <math>x + y = e</math>, and <math>y + x = e</math>. When it is associative, so <math>(a + b) + c = a + (b + c)</math>, the left and right inverses, if they exist, will agree, and the additive inverse will be unique. In non-associative cases, the left and right inverses may disagree, and in these cases, the inverse is not considered to exist.

The definition requires closure, that the additive element <math>y</math> be found in <math>S</math>. However, despite being able to add the natural numbers together, the set of natural numbers does not include the additive inverse values. This is because the additive inverse of a natural number (e.g., <math>-3</math> for <math>3</math>) is not a natural number; it is an integer. Therefore, the natural numbers in set <math>S</math> do have additive inverses and their associated inverses are negative numbers.

Further examples

  • In a vector space, the additive inverse (often called the opposite vector of ) has the same magnitude as and but the opposite direction.
  • In modular arithmetic, the modular additive inverse of is the number such that and always exists. For example, the inverse of 3 modulo 11 is 8, as .
  • In a Boolean ring, which has elements <math>\{0, 1\}</math> addition is often defined as the symmetric difference. So <math>0 + 0 = 0</math>, <math>0 + 1 = 1</math>, <math>1 + 0 = 1</math>, and <math>1 + 1 = 0</math>. Our additive identity is 0, and both elements are their own additive inverse as <math>0 + 0 = 0</math> and <math>1 + 1 = 0</math>.

See also

  • Absolute value (related through the identity ).
  • Inverse function
  • Involution (mathematics)
  • Monoid
  • Multiplicative inverse
  • Reflection (mathematics)
  • Reflection symmetry
  • Semigroup

Notes and references