Template:Short description Template:Redirect distinguish Template:Infobox mathematical statement

In mathematics, the distributive property of binary operations is a generalization of the distributive law, which asserts that the equality <math display="block">x \cdot (y + z) = x \cdot y + x \cdot z</math> is always true in elementary algebra. For example, in elementary arithmetic, one has <math display="block">2 \cdot (1 + 3) = (2 \cdot 1) + (2 \cdot 3).</math> Therefore, one would say that multiplication distributes over addition.

This basic property of numbers is part of the definition of most algebraic structures that have two operations called addition and multiplication, such as complex numbers, polynomials, matrices, rings, and fields. It is also encountered in Boolean algebra and mathematical logic, where each of the logical and (denoted <math>\,\land\,</math>) and the logical or (denoted <math>\,\lor\,</math>) distributes over the other.

DefinitionEdit

Given a set <math>S</math> and two binary operators <math>\,*\,</math> and <math>\,+\,</math> on <math>S,</math>

  • the operation <math>\,*\,</math> is Template:Em over (or with respect to) <math>\,+\,</math> if, given any elements <math>x, y, \text{ and } z</math> of <math>S,</math>

<math display=block>x * (y + z) = (x * y) + (x * z);</math>

  • the operation <math>\,*\,</math> is Template:Em over <math>\,+\,</math> if, given any elements <math>x, y, \text{ and } z</math> of <math>S,</math>

<math display=block>(y + z) * x = (y * x) + (z * x);</math>

When <math>\,*\,</math> is commutative, the three conditions above are logically equivalent.

MeaningEdit

The operators used for examples in this section are those of the usual addition <math>\,+\,</math> and multiplication <math>\,\cdot.\,</math>

If the operation denoted <math>\cdot</math> is not commutative, there is a distinction between left-distributivity and right-distributivity:

<math display="block">a \cdot \left( b \pm c \right) = a \cdot b \pm a \cdot c \qquad \text{ (left-distributive) }</math> <math display="block">(a \pm b) \cdot c = a \cdot c \pm b \cdot c \qquad \text{ (right-distributive) }.</math>

In either case, the distributive property can be described in words as:

To multiply a sum (or difference) by a factor, each summand (or minuend and subtrahend) is multiplied by this factor and the resulting products are added (or subtracted).

If the operation outside the parentheses (in this case, the multiplication) is commutative, then left-distributivity implies right-distributivity and vice versa, and one talks simply of Template:Em.

One example of an operation that is "only" right-distributive is division, which is not commutative: <math display="block">(a \pm b) \div c = a \div c \pm b \div c.</math> In this case, left-distributivity does not apply: <math display="block">a \div(b \pm c) \neq a \div b \pm a \div c</math>

The distributive laws are among the axioms for rings (like the ring of integers) and fields (like the field of rational numbers). Here multiplication is distributive over addition, but addition is not distributive over multiplication. Examples of structures with two operations that are each distributive over the other are Boolean algebras such as the algebra of sets or the switching algebra.

Multiplying sums can be put into words as follows: When a sum is multiplied by a sum, multiply each summand of a sum with each summand of the other sum (keeping track of signs) then add up all of the resulting products.

ExamplesEdit

Real numbersEdit

In the following examples, the use of the distributive law on the set of real numbers <math>\R</math> is illustrated. When multiplication is mentioned in elementary mathematics, it usually refers to this kind of multiplication. From the point of view of algebra, the real numbers form a field, which ensures the validity of the distributive law.

Template:Glossary Template:TermTemplate:Defn Template:TermTemplate:Defn Template:TermTemplate:Defn Template:TermTemplate:Defn Template:Glossary end

MatricesEdit

The distributive law is valid for matrix multiplication. More precisely, <math display="block">(A + B) \cdot C = A \cdot C + B \cdot C</math> for all <math>l \times m</math>-matrices <math>A, B</math> and <math>m \times n</math>-matrices <math>C,</math> as well as <math display="block">A \cdot (B + C) = A \cdot B + A \cdot C</math> for all <math>l \times m</math>-matrices <math>A</math> and <math>m \times n</math>-matrices <math>B, C.</math> Because the commutative property does not hold for matrix multiplication, the second law does not follow from the first law. In this case, they are two different laws.

Other examplesEdit

  • Multiplication of ordinal numbers, in contrast, is only left-distributive, not right-distributive.
  • The cross product is left- and right-distributive over vector addition, though not commutative.
  • The union of sets is distributive over intersection, and intersection is distributive over union.
  • Logical disjunction ("or") is distributive over logical conjunction ("and"), and vice versa.
  • For real numbers (and for any totally ordered set), the maximum operation is distributive over the minimum operation, and vice versa: <math display="block">\max(a, \min(b, c)) = \min(\max(a, b), \max(a, c)) \quad \text{ and } \quad \min(a, \max(b, c)) = \max(\min(a, b), \min(a, c)).</math>
  • For integers, the greatest common divisor is distributive over the least common multiple, and vice versa: <math display="block">\gcd(a, \operatorname{lcm}(b, c)) = \operatorname{lcm}(\gcd(a, b), \gcd(a, c)) \quad \text{ and } \quad \operatorname{lcm}(a, \gcd(b, c)) = \gcd(\operatorname{lcm}(a, b), \operatorname{lcm}(a, c)).</math>
  • For real numbers, addition distributes over the maximum operation, and also over the minimum operation: <math display="block">a + \max(b, c) = \max(a + b, a + c) \quad \text{ and } \quad a + \min(b, c) = \min(a + b, a + c).</math>
  • For binomial multiplication, distribution is sometimes referred to as the FOIL Method<ref>Kim Steward (2011) Multiplying Polynomials from Virtual Math Lab at West Texas A&M University</ref> (First terms <math>a c,</math> Outer <math>a d,</math> Inner <math>b c,</math> and Last <math>b d</math>) such as: <math>(a + b) \cdot (c + d) = a c + a d + b c + b d.</math>
  • In all semirings, including the complex numbers, the quaternions, polynomials, and matrices, multiplication distributes over addition: <math>u (v + w) = u v + u w, (u + v)w = u w + v w.</math>
  • In all algebras over a field, including the octonions and other non-associative algebras, multiplication distributes over addition.

Propositional logicEdit

Template:Transformation rules

Rule of replacementEdit

In standard truth-functional propositional logic, Template:Em<ref>Elliott Mendelson (1964) Introduction to Mathematical Logic, page 21, D. Van Nostrand Company</ref><ref>Alfred Tarski (1941) Introduction to Logic, page 52, Oxford University Press</ref> in logical proofs uses two valid rules of replacement to expand individual occurrences of certain logical connectives, within some formula, into separate applications of those connectives across subformulas of the given formula. The rules are <math display="block">(P \land (Q \lor R)) \Leftrightarrow ((P \land Q) \lor (P \land R)) \qquad \text{ and } \qquad (P \lor (Q \land R)) \Leftrightarrow ((P \lor Q) \land (P \lor R))</math> where "<math>\Leftrightarrow</math>", also written <math>\,\equiv,\,</math> is a metalogical symbol representing "can be replaced in a proof with" or "is logically equivalent to".

Truth functional connectivesEdit

Template:Em is a property of some logical connectives of truth-functional propositional logic. The following logical equivalences demonstrate that distributivity is a property of particular connectives. The following are truth-functional tautologies. <math display="block">\begin{alignat}{13} &(P &&\;\land &&(Q \lor R)) &&\;\Leftrightarrow\;&& ((P \land Q) &&\;\lor (P \land R)) && \quad\text{ Distribution of } && \text{ conjunction } && \text{ over } && \text{ disjunction } \\ &(P &&\;\lor &&(Q \land R)) &&\;\Leftrightarrow\;&& ((P \lor Q) &&\;\land (P \lor R)) && \quad\text{ Distribution of } && \text{ disjunction } && \text{ over } && \text{ conjunction } \\ &(P &&\;\land &&(Q \land R)) &&\;\Leftrightarrow\;&& ((P \land Q) &&\;\land (P \land R)) && \quad\text{ Distribution of } && \text{ conjunction } && \text{ over } && \text{ conjunction } \\ &(P &&\;\lor &&(Q \lor R)) &&\;\Leftrightarrow\;&& ((P \lor Q) &&\;\lor (P \lor R)) && \quad\text{ Distribution of } && \text{ disjunction } && \text{ over } && \text{ disjunction } \\ &(P &&\to &&(Q \to R)) &&\;\Leftrightarrow\;&& ((P \to Q) &&\to (P \to R)) && \quad\text{ Distribution of } && \text{ implication } && \text{ } && \text{ } \\ &(P &&\to &&(Q \leftrightarrow R)) &&\;\Leftrightarrow\;&& ((P \to Q) &&\leftrightarrow (P \to R)) && \quad\text{ Distribution of } && \text{ implication } && \text{ over } && \text{ equivalence } \\ &(P &&\to &&(Q \land R)) &&\;\Leftrightarrow\;&& ((P \to Q) &&\;\land (P \to R)) && \quad\text{ Distribution of } && \text{ implication } && \text{ over } && \text{ conjunction } \\ &(P &&\;\lor &&(Q \leftrightarrow R)) &&\;\Leftrightarrow\;&& ((P \lor Q) &&\leftrightarrow (P \lor R)) && \quad\text{ Distribution of } && \text{ disjunction } && \text{ over } && \text{ equivalence } \\ \end{alignat}</math>

Double distribution

<math display="block">\begin{alignat}{13} &((P \land Q) &&\;\lor (R \land S)) &&\;\Leftrightarrow\;&& (((P \lor R) \land (P \lor S)) &&\;\land ((Q \lor R) \land (Q \lor S))) && \\ &((P \lor Q) &&\;\land (R \lor S)) &&\;\Leftrightarrow\;&& (((P \land R) \lor (P \land S)) &&\;\lor ((Q \land R) \lor (Q \land S))) && \\ \end{alignat}</math>

Distributivity and roundingEdit

In approximate arithmetic, such as floating-point arithmetic, the distributive property of multiplication (and division) over addition may fail because of the limitations of arithmetic precision. For example, the identity <math>1/3 + 1/3 + 1/3 = (1 + 1 + 1) / 3</math> fails in decimal arithmetic, regardless of the number of significant digits. Methods such as banker's rounding may help in some cases, as may increasing the precision used, but ultimately some calculation errors are inevitable.

In rings and other structuresEdit

Distributivity is most commonly found in semirings, notably the particular cases of rings and distributive lattices.

A semiring has two binary operations, commonly denoted <math>\,+\,</math> and <math>\,*,</math> and requires that <math>\,*\,</math> must distribute over <math>\,+.</math>

A ring is a semiring with additive inverses.

A lattice is another kind of algebraic structure with two binary operations, <math>\,\land \text{ and } \lor.</math> If either of these operations distributes over the other (say <math>\,\land\,</math> distributes over <math>\,\lor</math>), then the reverse also holds (<math>\,\lor\,</math> distributes over <math>\,\land\,</math>), and the lattice is called distributive. See also Template:Em.

A Boolean algebra can be interpreted either as a special kind of ring (a Boolean ring) or a special kind of distributive lattice (a Boolean lattice). Each interpretation is responsible for different distributive laws in the Boolean algebra.

Similar structures without distributive laws are near-rings and near-fields instead of rings and division rings. The operations are usually defined to be distributive on the right but not on the left.

GeneralizationsEdit

Template:Anchor

In several mathematical areas, generalized distributivity laws are considered. This may involve the weakening of the above conditions or the extension to infinitary operations. Especially in order theory one finds numerous important variants of distributivity, some of which include infinitary operations, such as the infinite distributive law; others being defined in the presence of only Template:Em binary operation, such as the according definitions and their relations are given in the article distributivity (order theory). This also includes the notion of a completely distributive lattice.

In the presence of an ordering relation, one can also weaken the above equalities by replacing <math>\,=\,</math> by either <math>\,\leq\,</math> or <math>\,\geq.</math> Naturally, this will lead to meaningful concepts only in some situations. An application of this principle is the notion of sub-distributivity as explained in the article on interval arithmetic.

In category theory, if <math>(S, \mu, \nu)</math> and <math>\left(S^{\prime}, \mu^{\prime}, \nu^{\prime}\right)</math> are monads on a category <math>C,</math> a distributive law <math>S . S^{\prime} \to S^{\prime} . S</math> is a natural transformation <math>\lambda : S . S^{\prime} \to S^{\prime} . S</math> such that <math>\left(S^{\prime}, \lambda\right)</math> is a lax map of monads <math>S \to S</math> and <math>(S, \lambda)</math> is a colax map of monads <math>S^{\prime} \to S^{\prime}.</math> This is exactly the data needed to define a monad structure on <math>S^{\prime} . S</math>: the multiplication map is <math>S^{\prime} \mu . \mu^{\prime} S^2 . S^{\prime} \lambda S</math> and the unit map is <math>\eta^{\prime} S . \eta.</math> See: distributive law between monads.

A generalized distributive law has also been proposed in the area of information theory.

AntidistributivityEdit

The ubiquitous identity that relates inverses to the binary operation in any group, namely <math>(x y)^{-1} = y^{-1} x^{-1},</math> which is taken as an axiom in the more general context of a semigroup with involution, has sometimes been called an antidistributive property (of inversion as a unary operation).<ref name="BrinkKahl1997">Template:Cite book</ref>

In the context of a near-ring, which removes the commutativity of the additively written group and assumes only one-sided distributivity, one can speak of (two-sided) distributive elements but also of antidistributive elements. The latter reverse the order of (the non-commutative) addition; assuming a left-nearring (i.e. one which all elements distribute when multiplied on the left), then an antidistributive element <math>a</math> reverses the order of addition when multiplied to the right: <math>(x + y) a = y a + x a.</math><ref>Template:Cite book</ref>

In the study of propositional logic and Boolean algebra, the term antidistributive law is sometimes used to denote the interchange between conjunction and disjunction when implication factors over them:<ref name="Hehner1993">Template:Cite book</ref> <math display="block">(a \lor b) \Rightarrow c \equiv (a \Rightarrow c) \land (b \Rightarrow c)</math> <math display="block">(a \land b) \Rightarrow c \equiv (a \Rightarrow c) \lor (b \Rightarrow c).</math>

These two tautologies are a direct consequence of the duality in De Morgan's laws.

NotesEdit

Template:Reflist Template:Reflist

External linksEdit

Template:Sister project