Share on Facebook Share on Twitter Email
Answers.com

distributive

 
Dictionary: dis·trib·u·tive   (dĭ-strĭb'yə-tĭv) pronunciation
adj.
    1. Of, relating to, or involving distribution.
    2. Serving to distribute.
  1. Mathematics. Of or relating to a rule that the same product results in multiplication when performed on a set of numbers as when performed on members of the set individually. If a × (b + c) = a × b + a × c, then × is distributive over +.
  2. Grammar. Referring to each individual or entity of a group separately rather than collectively, as every in the sentence Every employee attended the meeting.
n.
A distributive word or term.

distributively dis·trib'u·tive·ly adv.
distributiveness dis·trib'u·tive·ness n.

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Britannica Concise Encyclopedia: distributive law
Top

One of the laws relating to number operations. In symbols, it is stated: a(b + c) = ab + ac. The monomial factor a is distributed, or separately applied, to each term of the polynomial factor b + c, resulting in the product ab + ac. It can also be stated in words: The result of first adding several numbers and then multiplying the sum by some number is the same as first multiplying each separately by the number and then adding the products. See also associative law; commutative law.

For more information on distributive law, visit Britannica.com.

 
Columbia Encyclopedia: distributive law
Top
distributive law. In mathematics, given any two operations, symbolized by * and ◦, the first operation, *, is distributive over the second, ◦, if a*(bc)=(a*b)◦(a*c) for all possible choices of a, b, and c. Multiplication, ×, is distributive over addition, +, since for any numbers a, b, and c, a×(b+c)=(a×b)+(a×c). For example, for the numbers 2, 3, and 4, 2×(3+4)=14 and (2×3)+(2×4)=14, meaning that 2×(3+4)=(2×3)+(2×4). Strictly speaking, this law expresses only left distributivity, i.e., a is distributed from the left side of (b+c); the corresponding definition for right distributivity is (a+bc=(a×c)+(b×c).


Wikipedia: Distributivity
Top

In mathematics, and in particular in abstract algebra, distributivity is a property of binary operations that generalises the distributive law from elementary algebra. For example:

2 × (1 + 3) = (2 × 1) + (2 × 3).

In the left-hand side of the above 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 results added afterwards. Because these give the same final answer (8), we say that multiplication by 2 distributes over addition of 1 and 3. Since we could have put any real numbers in place of 2, 1, and 3 above, and still have obtained a true equation, we say that multiplication of real numbers distributes over addition of real numbers.

Contents

Definition

Given a set S and two binary operations · and + on S, we say that the operation ·

  • is left-distributive over + if, given any elements x, y, and z of S,
x · (y + z) = (x · y) + (x · z);
  • is right-distributive over + if, given any elements x, y, and z of S:
(y + z) · x = (y · x) + (z · x);
  • is distributive over + if it is both left- and right-distributive.[1]

Notice that when · is commutative, then the three above conditions are logically equivalent.

Examples

  1. Multiplication of numbers is distributive over addition of numbers, for a broad class of different kinds of numbers ranging from natural numbers to complex numbers and cardinal numbers.
  2. Multiplication of ordinal numbers, in contrast, is only left-distributive, not right-distributive.
  3. Matrix multiplication is distributive over matrix addition, even though it's not commutative.
  4. The union of sets is distributive over intersection, and intersection is distributive
  5. Logical disjunction ("or") is distributive over logical conjunction ("and"), and conjunction is distributive over disjunction. Also, conjunction is distributive over exclusive disjunction ("xor").
  6. For real numbers (or for any totally ordered set), the maximum operation is distributive over the minimum operation, and vice versa: max(a,min(b,c)) = min(max(a,b),max(a,c)) and min(a,max(b,c)) = max(min(a,b),min(a,c)).
  7. For integers, the greatest common divisor is distributive over the least common multiple, and vice versa: gcd(a,lcm(b,c)) = lcm(gcd(a,b),gcd(a,c)) and lcm(a,gcd(b,c)) = gcd(lcm(a,b),lcm(a,c)).
  8. For real numbers, addition distributes over the maximum operation, and also over the minimum operation: a + max(b,c) = max(a+b,a+c) and a + min(b,c) = min(a+b,a+c).

Distributivity and rounding

In practice, the distributive property of multiplication (and division) over addition is lost around the limits of arithmetic precision. For example, the identity ⅓+⅓+⅓ = (1+1+1)/3 appears to fail if conducted in decimal arithmetic; however many significant digits are used, the calculation will take the form 0.33333+0.33333+0.33333 = 0.99999 ≠ 1. Even where fractional numbers are representable exactly, errors will be introduced if rounding too far; 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: £14.99×1.175 = £17.61 to the nearest £0.01, giving a total expenditure of £35.22, but £29.98×1.175 = £35.23. 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 (commonly called "+" and "*"), and one of the requirements of a ring is that * must distribute over +. Most kinds of numbers (example 1) and matrices (example 3) form rings. A lattice is another kind of algebraic structure with two binary operations, ^ and v. If either of these operations (say ^) distributes over the other (v), then v must also distribute over ^, and the lattice is called distributive. See also the article on distributivity (order theory).

Examples 4 and 5 are Boolean algebras, which 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. Examples 6 and 7 are distributive lattices which are not Boolean algebras.

Rings and distributive lattices are both special kinds of rigs, certain generalisations of rings. Those numbers in example 1 that don't form rings at least form rigs. Near-rigs are a further generalisation 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 implication operator of Heyting algebras. Details of 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 = 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 intervals.

In category theory, if (S, μ, η) and (S', μ', η') are monads on a category C, a distributive law S.S' → S'.S is a natural transformation λ : S.S' → S'.S such that (S' , λ) is a lax map of monads S → S and (S, λ) is a colax map of monads S' → S' . This is exactly the data needed to define a monad structure on S'.S: the multiplication map is S'μ.μ'S².S'λS and the unit map is η'S.η. See: distributive law between monads.

Notes

  1. ^ Ayres, p. 20.

References

  • Ayres, Frank, Schaum's Outline of Modern Abstract Algebra, McGraw-Hill; 1st edition (June 1, 1965). ISBN 0070026556.

External links


Translations: Distributed
Top

Dansk (Danish)
adj. - udbredt, uddelt

Nederlands (Dutch)
verdeeld, verspreid

Français (French)
adj. - réparti

Deutsch (German)
adj. - verteilt, aufgeteilt

Ελληνική (Greek)
adj. - (Η/Υ) κατανεμημένος

Italiano (Italian)
distribuito

Português (Portuguese)
adj. - distribuído, classificado

Русский (Russian)
распределенный

Español (Spanish)
adj. - distribuido, repartido

Svenska (Swedish)
adj. - utdelad

中文(简体)(Chinese (Simplified))
分散式的, 分布式的

中文(繁體)(Chinese (Traditional))
adj. - 分散式的, 分布式的

한국어 (Korean)
adj. - 공급된

日本語 (Japanese)
adj. - 分布をした

العربيه (Arabic)
‏(صفه) موزع‏

עברית (Hebrew)
adj. - ‮מחולק, מפוזר, מופץ‬


Best of the Web: distributive
Top

Some good "distributive" pages on the web:


Math
mathworld.wolfram.com
 
 
 

 

Copyrights:

Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved.  Read more
Britannica Concise Encyclopedia. Britannica Concise Encyclopedia. © 2006 Encyclopædia Britannica, Inc. All rights reserved.  Read more
Columbia Encyclopedia. The Columbia Electronic Encyclopedia, Sixth Edition Copyright © 2003, Columbia University Press. Licensed from Columbia University Press. All rights reserved. www.cc.columbia.edu/cu/cup/ Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Distributivity" Read more
Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved.  Read more