distributiviteti
Distributiviteti, or distributivity, is a basic property of binary operations in mathematics. An operation ⊗ is said to distribute over another operation ⊕ if applying ⊗ to a sum of elements equals the sum of the results of applying ⊗ to each element. In symbols, a ⊗ (b ⊕ c) = (a ⊗ b) ⊕ (a ⊗ c) and (b ⊕ c) ⊗ a = (b ⊗ a) ⊕ (c ⊗ a).
The most familiar example is multiplication over addition in the real numbers: a(b+c) = ab + ac. The
In set theory and combinatorics, the Cartesian product distributes over union and intersection: A×(B∪C) = (A×B) ∪ (A×C)
Not every pair of operations is distributive. For example, subtraction is not distributive over addition in