Distributivity: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Richard Pinch
(new entry, just a stub)
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{subpages}}
In [[algebra]], '''distributivity''' is a property of two [[binary operation]]s which generalises the relationship between [[addition]] and [[multiplication]] in [[elementary algebra]] known as "multiplying out".  For these elementary operations it is also known as the '''distributive law''', expressed as
In [[algebra]], '''distributivity''' is a property of two [[binary operation]]s which generalises the relationship between [[addition]] and [[multiplication]] in [[elementary algebra]] known as "multiplying out".  For these elementary operations it is also known as the '''distributive law''', expressed as


Line 5: Line 6:
Formally, let <math>\otimes</math> and <math>\oplus</math> be binary operations on a set ''X''.  We say that <math>\otimes</math> '''left distributes over''' <math>\oplus</math>, or is '''left distributive''', if
Formally, let <math>\otimes</math> and <math>\oplus</math> be binary operations on a set ''X''.  We say that <math>\otimes</math> '''left distributes over''' <math>\oplus</math>, or is '''left distributive''', if


:<math> a \otimes (b \oplus c) = (a \times b) \oplus (a \times c) \,</math>
:<math> a \otimes (b \oplus c) = (a \otimes b) \oplus (a \otimes c) \,</math>


and <math>\otimes</math> '''right distributes over''' <math>\oplus</math>, or is '''right distributive''', if
and <math>\otimes</math> '''right distributes over''' <math>\oplus</math>, or is '''right distributive''', if


:<math>(b \oplus c) \otimes a = (b \times a) \oplus (c \times a) . \,</math>
:<math>(b \oplus c) \otimes a = (b \otimes a) \oplus (c \otimes a) . \,</math>


The laws are of course equivalent if the operation <math>\otimes</math> is [[commutative]].
The laws are of course equivalent if the operation <math>\otimes</math> is [[commutative]].
Line 18: Line 19:
* There are three closely connected examples where each of two operations distributes over the other:
* There are three closely connected examples where each of two operations distributes over the other:
** In [[set theory]], [[intersection]] distributes over [[union]] and union distributes over intersection;
** In [[set theory]], [[intersection]] distributes over [[union]] and union distributes over intersection;
** In [[propositional logic]], [[conjunction]] (logical and) distributes over [[disjunction]] (logical or)  and disjunction distributes over conjunction;
** In [[propositional logic]], [[Conjunction (logical and)|conjunction]] (logical and) distributes over [[disjunction]] (logical or)  and disjunction distributes over conjunction;
** In a [[Boolean algebra]], [[join]] distributes over [[meet]] and meet distributes over join.
** In a [[distributive lattice]], [[join]] distributes over [[meet]] and meet distributes over join.

Latest revision as of 13:15, 18 November 2022

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In algebra, distributivity is a property of two binary operations which generalises the relationship between addition and multiplication in elementary algebra known as "multiplying out". For these elementary operations it is also known as the distributive law, expressed as

Formally, let and be binary operations on a set X. We say that left distributes over , or is left distributive, if

and right distributes over , or is right distributive, if

The laws are of course equivalent if the operation is commutative.

Examples