Multiplication Distributive Law

From GM-RKB
Jump to navigation Jump to search

An Multiplication Distributive Law is a distributive operation relation between multiplication ([math]\displaystyle{ \times }[/math]) addition ([math]\displaystyle{ + }[/math]) or subtraction ([math]\displaystyle{ - }[/math]) binary operations.



References

2017

∗ is left-distributive over + if, given any elements x, y, and z of S,
[math]\displaystyle{ x * (y + z) = (x * y) + (x * z), }[/math]
∗ is right-distributive over + if, given any elements x, y, and z of S,
[math]\displaystyle{ (y + z) * x = (y * x) + (z * x), }[/math] and
∗ is distributive over + if it is left- and right-distributive.[1]
Notice that when ∗ is commutative, the three conditions above are logically equivalent.
(...) 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.

2017

[math]\displaystyle{ (x+y)z=xz+yz }[/math]
for every [math]\displaystyle{ x }[/math], [math]\displaystyle{ y }[/math], and [math]\displaystyle{ z }[/math]. Similarly, it is said to be left distributive if
[math]\displaystyle{ z(x+y)=zx+zy }[/math]
for every [math]\displaystyle{ x }[/math], [math]\displaystyle{ y }[/math], and [math]\displaystyle{ z }[/math].
If a multiplication is both right- and left-distributive, it is simply said to be distributive. For example, the real numbers R are distributive.