Definition:Distributive
From ProofWiki
Contents |
Definition
Let $S$ be a set on which is defined two binary operations, defined on all the elements of $S \times S$, which we will denote as $\circ$ and $*$.
Left Distributive
The operation $\circ$ is left distributive over the operation $*$ iff:
- $\forall a, b, c \in S: a \circ \left({b * c}\right) = \left({a \circ b}\right) * \left({a \circ c}\right)$
Right Distributive
The operation $\circ$ is right distributive over the operation $*$ iff:
- $\forall a, b, c \in S: \left({a * b}\right) \circ c = \left({a \circ c}\right) * \left({b \circ c}\right)$
Distributive
If $\circ$ is both right and left distributive over $*$, then $\circ$ is distributive over $*$, or $\circ$ distributes over $*$.
Also see
So as to streamline what may turn into cumbersome language, some further definitions:
Distributand
Let $\circ$ be distributive over $*$.
Then $*$ is a distributand of $\circ$.
Distributor
Let $\circ$ be distributive over $*$.
Then $\circ$ is a distributor of $*$.
Sources
- Iain T. Adamson: Introduction to Field Theory (1964)... (previous)... (next): $\S 1.1$
- Seth Warner: Modern Algebra (1965)... (previous)... (next): $\S 16$
- C.R.J. Clapham: Introduction to Abstract Algebra (1969)... (previous)... (next): $\S 1.3$
- B. Hartley and T.O. Hawkes: Rings, Modules and Linear Algebra (1970): $\S 1.1$: Definitions $1.1 \ \text{(c)}$