Distributive property


In mathematics, the distributive property of binary operations generalizes the distributive law from Boolean algebra and elementary algebra. In propositional logic, distribution refers to two valid rules of replacement. The rules allow one to reformulate conjunctions and disjunctions within logical proofs.
For example, in arithmetic:
On the left-hand side of the first equation, the 2 multiplies the sum of 1 and 3; on the right-hand side, it multiplies the 1 and the 3 individually, with the products added afterward.
Because these give the same final answer, multiplication by 2 is said to distribute over the addition of 1 and 3.
Since one could have put any real numbers in place of 2, 1, and 3 above, and still have obtained a true equation, multiplication of real numbers distributes over addition of real numbers.

Definition

Given a set and two binary operators ∗ and + on, the operation ∗ :
is left-distributive over + if, given any elements and of,
is right-distributive over + if, given any elements, and of,
is distributive over + if it is left- and right-distributive.
Notice that when ∗ is commutative, the three conditions above are logically equivalent.

Meaning

The operators used for examples in this section are those of the usual addition and multiplication.
If the operation denoted is not commutative, there is a distinction between left-distributivity and right-distributivity:
In either case, the distributive property can be described in words as:
To multiply a sum by a factor, each summand is multiplied by this factor and the resulting products are added.
If the operation outside the parentheses is commutative, then left-distributivity implies right-distributivity and vice versa, and one talks simply of distributivity.
One example of an operation that is "only" right-distributive is division, which is not commutative:
In this case, left-distributivity does not apply:
The distributive laws are among the axioms for rings and fields. 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 then add up all of the resulting products.

Examples

Real numbers

In the following examples, the use of the distributive law on the set of real numbers 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.
;First example
During mental arithmetic, distributivity is often used unconsciously:
Thus, to calculate in one's head, one first multiplies and and add the intermediate results. Written multiplication is also based on the distributive law.
;Second example
;Third example
;Fourth Example

Matrices

The distributive law is valid for matrix multiplication. More precisely,
for all -matrices and -matrices, as well as
for all -matrices and -matrices. 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 examples

  1. Multiplication of ordinal numbers, in contrast, is only left-distributive, not right-distributive.
  2. The cross product is left- and right-distributive over vector addition, though not commutative.
  3. The union of sets is distributive over intersection, and intersection is distributive over union.
  4. Logical disjunction is distributive over logical conjunction, and vice versa.
  5. For real numbers, the maximum operation is distributive over the minimum operation, and vice versa: and.
  6. For integers, the greatest common divisor is distributive over the least common multiple, and vice versa: and.
  7. For real numbers, addition distributes over the maximum operation, and also over the minimum operation: and.
  8. For binomial multiplication, distribution is sometimes referred to as the FOIL Method such as:.
  9. Polynomial multiplication is distributive over polynomial addition.
  10. Complex number multiplication is distributive:

    Propositional logic

Rule of replacement

In standard truth-functional propositional logic, distribution 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
and
where "", also written , is a metalogical symbol representing "can be replaced in a proof with" or "is logically equivalent to".

Truth functional connectives

Distributivity 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.
;Distribution of conjunction over conjunction:
;Distribution of conjunction over disjunction:
;Distribution of disjunction over conjunction:
;Distribution of disjunction over disjunction:
;Distribution of implication:
;Distribution of implication over equivalence:
;Distribution of disjunction over equivalence:
;Double distribution:

Distributivity and rounding

In practice, the distributive property of multiplication over addition may appear to be compromised or lost because of the limitations of arithmetic precision. For example, the identity appears to fail if the addition is conducted in decimal arithmetic; however, if many significant digits are used, the calculation will result in a closer approximation to the correct results. For example, if the arithmetical calculation takes the form:, this result is a closer approximation than if fewer significant digits had been used. Even when fractional numbers can be represented exactly in arithmetical form, errors will be introduced if those arithmetical values are rounded or truncated. For example, buying two books, each priced at £14.99 before a tax of 17.5%, in two separate transactions will actually save £0.01, over buying them together: to the nearest £0.01, giving a total expenditure of £35.22, but. Methods such as banker's rounding may help in some cases, as may increasing the precision used, but ultimately some calculation errors are inevitable.

Distributivity in rings

Distributivity is most commonly found in rings and distributive lattices.
A ring has two binary operations, + and ∗, and one of the requirements of a ring is that ∗ must distribute over +.
Most kinds of numbers and matrices form rings.
A lattice is another kind of algebraic structure with two binary operations, ∧ and ∨.
If either of these operations distributes over the other, then ∨ must also distribute over ∧, and the lattice is called distributive. See also the article on distributivity.
Examples 4 and 5 are Boolean algebras, which can be interpreted either as a special kind of ring or a special kind of distributive lattice. Each interpretation is responsible for different distributive laws in the Boolean algebra. Examples 6 and 7 are distributive lattices which are not Boolean algebras.
Failure of one of the two distributive laws brings about near-rings and near-fields instead of rings and division rings respectively. The operations are usually configured to have the near-ring or near-field distributive on the right but not on the left.
Rings and distributive lattices are both special kinds of rigs, certain generalizations of rings.
Those numbers in example 1 that don't form rings at least form rigs.
Near-rigs are a further generalization of rigs that are left-distributive but not right-distributive; example 2 is a near-rig.

Generalizations of distributivity

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 one binary operation, such as the according definitions and their relations are given in the article distributivity. 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 = by either ≤ or ≥. 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 and are monads on a category C, a distributive law is a natural transformation such that is a lax map of monads and is a colax map of monads. This is exactly the data needed to define a monad structure on : the multiplication map is and the unit map is ηS.η. See: distributive law between monads.
A generalized distributive law has also been proposed in the area of information theory.

Notions of antidistributivity

The ubiquitous identity that relates inverses to the binary operation in any group, namely, which is taken as an axiom in the more general context of a semigroup with involution, has sometimes been called an antidistributive property.
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 distributive elements but also of antidistributive elements. The latter reverse the order of addition; assuming a left-nearring, then an antidistributive element a reverses the order of addition when multiplied to the right:.
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:
These two tautologies are a direct consequence of the duality in De Morgan's laws.