Addition is the mathematical operation of increasing one amount by another. The result of adding two quantities a and b is their sum, a + b; it is a more than b, and b more than a. For example, 3 + 2 = 5, since 5 is 2 more than 3. Addition also models many related processes, including joining two collections of objects, repeated incrementation, moving a point across the number line, and representing two successive translations as one.
Performing addition is one of the simplest numerical tasks, accessible to infants as young as five months and even some animals.
In formal mathematics, a binary operation called "addition" is defined on many sets of numbers. Essential contexts include the natural numbers, the integers, the rational numbers, and the real numbers. These addition operations extend to more complicated objects such as matrices and polynomials.
Adding more than two numbers can be viewed as repeated addition; this procedure is known as summation and includes ways to add infinitely many numbers in an infinite series. Repeated addition of the number one is the most basic form of counting.
There are also situations where addition is "understood" even though no symbol appears:
The numbers or the objects to be added are generally called the "terms", the "addends", or the "summands"; this terminology carries over to the summation of multiple terms. This is to be distinguished from factors, which are multiplied. Some authors call the first addend the augend. In fact, during the Renaissance, many authors did not consider the first addend an "addend" at all. Today, due to the symmetry of addition, "augend" is rarely used, and both terms are generally called addends.Schwartzman p.19
All of this terminology derives from Latin. "addition" and "add" are English words derived from the Latin verb addere, which is in turn a compound of ad "to" and dare "to give", from the Indo-European root do- "to give"; thus to add is to give to.Schwartzman p.19 Using the gerundive suffix -nd results in "addend", "thing to be added"."Addend" is not a Latin word; in Latin it must be further conjugated, as in numerus addendus "the number to be added". Likewise from augere "to increase", one gets "augend", "thing to be increased".
"Sum" and "summand" derive from the Latin noun summa "the highest, the top" and associated verb summare. This is appropriate not only because the sum of two positive numbers is greater than either, but because it was once common to add upward, contrary to the modern practice of adding downward, so that a sum was literally higher than the addends.Schwartzman (p.212) attributes adding upwards to the Greeks and Romans, saying it was about as common as adding downwards. On the other hand, Karpinski (p.103) writes that Leonard of Pisa "introduces the novelty of writing the sum above the addends"; it is unclear whether Karpinski is claiming this as an original invention of simply the introduction of the practice to Europe. Addere and summare date back at least to Boethius, if not to earlier Roman writers such as Vitruvius and Frontinus; Boethius also used several other terms for the addition operation. The later Middle English terms "adden" and "adding" were popularized by Chaucer.Karpinski pp.150–153
Note that the collections are assumed to be pairwise disjoint, or to be combined in a disjoint union.
This interpretation is easy to visualize, with little danger of ambiguity. However, it is not obvious how one should extend this version of addition to include fractional numbers or negative numbers. See this article for an example of the sophistication involved in adding with sets of "fractional cardinality".
One possible fix is to consider collections of objects that can be easily divided, such as pies or, still better, segmented rods.Adding it up (p.73) compares adding measuring rods to adding sets of cats: "For example, inches can be subdivided into parts, which are hard to tell from the wholes, except that they are shorter; whereas it is painful to cats to divide them into parts, and it seriously changes their nature." Rather than just combining collections of segments, rods can be joined end-to-end.
Under this interpretation, the parts of a sum a + b play asymmetric roles; instead of calling both a and b addends, it is more appropriate to call a the augend, since a plays a passive role. In geometry, a might be a point and b a vector; their sum is then another point, the translation of a by b. In analytic geometry, a and b might both be represented by ordered pairs of numbers, but they remain conceptually different.Stewart makes the distinction by writing angle brackets for vectors and parentheses for points, although this notation is not widely used. See the chapter Vectors.
Here, the addition operation is not so much a binary operation as a family of unary operations; the function (+b) is acting on a.Weaver (p.62) argues for the importance of contrasting the two views, going so far as to term the version of commutativity satisfied by unary addition "pseudocommutativity". The unary and binary views are formally equivalent: if X is the set of all possible augends and Y is the set of all possible addends, there is a natural identification of sets of functions
The unary view is useful, for example, when discussing subtraction. Addition and subtraction are not inverses as binary operations, but they are inverses as families of unary operations.
In the context of integers, addition of one also plays a special role: for any integer a, the integer (a + 1) is the least integer greater than a, also known as the successor of a. Because of this succession, the value of some a + b can also be seen as the successor of a, making addition iterated succession.
Even some nonhuman animals show a limited ability to add, particularly primates. In a 1995 experiment imitating Wynn's 1992 result (but using eggplants instead of dolls), rhesus macaques and cottontop tamarins performed similarly to human infants. More dramatically, after being taught the meanings of the Arabic numerals 0 through 4, one chimpanzee was able to compute the sum of two numerals without further training.Wynn p.19
To add multidigit numbers, one typically aligns the addends vertically and adds the columns, starting from the ones column on the right. If a column exceeds ten, the extra digit is "carried" into the next column.The word "carry" may be inappropriate for education; Van de Walle (p.211) calls it "obsolete and conceptually misleading", preferring the word "trade". For a more detailed description of this algorithm, see Elementary arithmetic: Addition. An alternate strategy starts adding from the most significant digit on the left; this route makes carrying a little clumsier, but it is faster at getting a rough estimate of the sum.
Addition is not tremendously important to analog computers, whose essential function is integration.Truitt and Rogers p.1;86 By contrast, addition is fundamental to the operation of digital computers. For digital computers, the efficiency of addition, in particular the carry mechanism, is an important limitation to overall performance.
In fact, addition was not only a tool but also a basic goal for the earliest automatic, digital computers, and as late as the 20th century, mechanical calculators have been called "adding machines". Wilhelm Schickard's 1623 Calculating Clock could add and subtract, but it was severely limited by an awkward carry mechanism. As he wrote to Kepler describing the novel device, "You would burst out laughing if you were present to see how it carries by itself from one column of tens to the next..." Adding 999,999 and 1 on Schickard's machine would require enough force to propagate the carries that the gears might be damaged, so he limited his machines to six digits, even though Kepler required more. By 1642 Blaise Pascal independently developed an adding machine with an ingenious gravity-assisted carry mechanism. Pascal's calculator was limited by its carry machanism in a different sense: its wheels turned only one way, so it could add but not subtract, except by the method of complements. By 1674 Gottfried Leibniz made the first mechanical multiplier; it was still powered, but not motivated, by addition.Williams pp.122–140
Adders execute integer addition in electronic digital computers, usually using binary arithmetic. The simplest architecture is the ripple carry adder, which follows the standard multi-digit algorithm taught to children. One slight improvement is the carry skip design, again following human intuition; one does not perform all the carries in computing 999 + 1, but one bypasses the group of 9s and skips to the answer. This old method predates electronic computing; it was known to Charles Babbage as "carriage anticipating".Flynn and Overman pp.2, 8
Since they compute digits one at a time, the above methods are too slow for most modern purposes. In modern digital computers, integer addition is typically the fastest arithmetic instruction, yet it has the largest impact on performance, since it underlies all the floating-point operations as well as such basic tasks as address generation during memory access and fetching instructions during branching. To increase speed, modern designs calculate digits in parallel; these schemes go by such names as carry select, carry lookahead, and the Ling pseudocarry. Almost all modern implementations are, in fact, hybrids of these last three designs.Flynn and Overman pp.1–9
Unlike addition on paper, addition on a computer often changes the addends. On the ancient abacus and adding board, both addends are destroyed, leaving only the sum. The influence of the abacus on mathematical thinking was strong enough that early Latin texts often claimed that in the process of adding "a number to a number", both numbers vanish.Karpinski pp.102–103 In modern times, the ADD instruction of a microprocessor replaces the augend with the sum but preserves the addend.The identity of the augend and addend varies with architecture. For ADD in x86 see Horowitz and Hill p.679; for ADD in 68k see p.767. In a high-level programming language, evaluating a + b does not change either a or b; to change the value of a one uses the addition assignment operator a += b.
The other popular definition is recursive:
This recursive formulation of addition was developed by Dedekind as early as 1854, and he would expand upon it in the following decades.Ferreirós p.223 He proved the associative and commutative properties, among others, through mathematical induction; for examples of such inductive proofs, see Addition of natural numbers.
The simplest conception of an integer is that it consists of an absolute value (which is a natural number) and a sign (generally either positive or negative). The integer zero is a special third case, being neither positive nor negative. The corresponding definition of addition must proceed by cases:
A much more convenient conception of the integers is the Grothendieck group construction. The essential observation is that every integer can be expressed (not uniquely) as the difference of two natural numbers, so we may as well define an integer as the difference of two natural numbers. Addition is then defined to be compatible with subtraction:
A common construction of the set of real numbers is the Dedekind completion of the set of rational numbers. A real number is defined to be a Dedekind cut of rationals: a non-empty set of rationals that is closed downward and has no greatest element. The sum of real numbers a and b is defined element by element:
Unfortunately, dealing with multiplication of Dedekind cuts is a case-by-case nightmare similar to the addition of signed integers. Another approach is the metric completion of the rational numbers. A real number is essentially defined to be the a limit of a Cauchy sequence of rationals, lim an. Addition is defined term by term:
This definition was first published by Georg Cantor, also in 1872, although his formalism was slightly different.Ferreirós p.128 One must prove that this operation is well-defined, dealing with co-Cauchy sequences. Once that task is done, all the properties of real addition follow immediately from the properties of rational numbers. Furthermore, the other arithmetic operations, including multiplication, have straightforward, analogous definitions.Burrill p.140Real addition extends to addition operations on even larger sets, such as the set of complex numbers or a many-dimensional vector space in linear algebra.
There are already infinitely many natural numbers, and the set of real numbers is even larger. It is also useful to study addition on smaller sets, even finite ones. In modular arithmetic, the set of integers modulo 12 has twelve elements; it inherits an addition operation from the integers that is central to musical set theory. The set of integers modulo 2 has just two elements; the addition operation it inherits is known in Boolean logic as "exclusive or".
The ideas of extending and compacting sets can be combined. In geometry, the sum of two angles is often taken to be their sum as two real numbers modulo 2π. This amounts to an addition operation on the circle, which in turn generalizes to addition operations on many-dimensional tori.
A general form of addition occurs in abstract algebra, where addition may be almost any well-defined binary operation on a set. For an operation to be called "addition" in abstract algebra, it is required to be associative and commutative. Basic algebraic structures with an addition operation include commutative monoids and abelian groups.
One extraordinary generalization of the addition of natural numbers is the addition of ordinal numbers. Unlike most addition operations, ordinal addition is not commutative. However, passing to the "smaller" class of cardinal numbers, we recover a commutative operation. Cardinal addition is closely related to the disjoint union of two sets. In category theory, the disjoint union is a kind of coproduct, so coproducts are perhaps the most abstract of all the generalizations of addition. Some coproducts are named to evoke their connection with addition; see Direct sum and Wedge sum.
Given a set with an addition operation, one cannot always define a corresponding subtraction operation on that set; the set of natural numbers is a simple example. On the other hand, a subtraction operation uniquely determines an addition operation, an additive inverse operation, and an additive identity; for this reason, an additive group can be desribed as a set that is closed under subtraction.The set still must be nonempty. Dummit and Foote (p.48) discuss this criterion written multiplicatively.
Multiplication can be thought of as repeated addition. If a single term x appears in a sum n times, then the sum is the product of n and x. If n is not a natural number, the product may still make sense; for example, multiplication by −1 yields the additive inverse of a number.
In the real and complex numbers, addition and multiplication can be interchanged by the exponential function:
There are even more generalizations of multiplication than addition.Linderholm (p.49) observes, "By multiplication, properly speaking, a mathematician may mean practically anything. By addition he may mean a great variety of things, but not so great a variety as he will mean by 'multiplication'." In general, multiplication operations always distribute over addition; this requirement is formalized in the definition of a ring. In some contexts, such as the integers, distributivity over addition and the existence of a multiplicative identity is enough to uniquely determine the multiplication operation. The distributive property also provides information about addition; by expanding the product (1 + 1)(a + b) in both ways, one concludes that addition is forced to be commutative. For this reason, ring addition is commutative in general.Dummit and Foote p.224. For this argument to work, one still must assume that addition is a group operation and that multiplication has an identity.
Division is an arithmetic operation remotely related to addition. Since a/b = a(b−1), division is right distributive over addition: (a + b) / c = a / c + b / c.For an example of left and right distributivity, see Loday, especially p.15. However, division is not left distributive over addition; 1/ (2 + 2) is not the same as 1/2 + 1/2.
The approximation becomes exact in a kind of infinite limit; if either a or b is an infinite cardinal number, their cardinal sum is exactly equal to the greater of the two.Enderton calls this statement the "Absorption Law of Cardinal Arithmetic"; it depends on the comparability of cardinals and therefore on the Axiom of Choice. Accordingly, there is no subtraction operation for infinite cardinals.Enderton p.164
Maximization is commutative and associative, like addition. Furthermore, since addition preserves the ordering of real numbers, addition distributes over "max" in the same way that multiplication distributes over addition:
Tying these observations together, tropical addition is approximately related to regular addition through the logarithm:
Summation describes the addition of arbitrarily many numbers, usually more than just two. It includes the idea of the sum of a single number, which is itself, and the empty sum, which is zero.Martin p.49 An infinite summation is a delicate procedure known as a series.Stewart p.8
Counting a finite set is equivalent to summing 1 over the set.
Integration is a kind of "summation" over a continuum, or more precisely and generally, over a differentiable manifold. Integration over a zero-dimensional manifold reduces to summation.
Linear combinations combine multiplication and summation; they are sums in which each term has a multiplier, usually a real or complex number. Linear combinations are especially useful in contexts where straightforward addition would violate some normalization rule, such as mixing of strategies in game theory or superposition of states in quantum mechanics.
Convolution is used to add two independent random variables defined by distribution functions. Its usual definition combines integration, subtraction, and multiplication. In general, convolution is useful as a kind of domain-side addition; by contrast, vector addition is a kind of range-side addition.
Arithmetic | Binary operations
Suma | Sčítání | Addition | Addition | Πρόσθεση | Liitmine | Suma | Addition | 덧셈 | Zbrajanje | Adiciono | Penjumlahan | Samlagning | Addizione | Additio | Sudėtis | sumji | Optellen | 総和 | Addisjon | Dodawanie | Adição | Сложение (чисел) | Addition | Vsota | Yhteenlasku | Addition | Pagdaragdag | การบวก | 加法
This article is licensed under the GNU Free Documentation License.
It uses material from the
"Addition".
Home Page • arts • business • computers • games • health • hospitals • home • kids & teens • news • physicians • recreation• reference • regional • science • shopping • society • sports • world