Fact-checked by Grok 2 weeks ago

Distributive property

The distributive property, also known as the distribution law, is a core axiom in mathematics that governs how multiplication interacts with addition and subtraction, allowing one operation to be "distributed" across another. Formally, for any real numbers a, b, and c, it states that a \times (b + c) = (a \times b) + (a \times c) and (b + c) \times a = (b \times a) + (c \times a), with analogous forms for subtraction such as a \times (b - c) = (a \times b) - (a \times c). This property holds in the real numbers and extends to other numerical systems like integers and rationals. In and , the distributive property is indispensable for simplifying expressions and performing mental calculations efficiently, such as expanding $3 \times (4 + 5) = 3 \times 4 + 3 \times 5 = 12 + 15 = 27, which underpins techniques like factoring and solving linear equations. It facilitates the manipulation of polynomials and rational expressions, enabling students to rewrite complex forms into equivalent, more manageable ones that reveal patterns or solutions. Beyond basic operations, the property supports computational fluency by promoting strategies that break down into additive components, enhancing problem-solving speed and accuracy in educational contexts. In , the distributive property serves as a defining for structures like rings, where a set equipped with and is such that forms an , is associative, and distributivity holds ( distributes over from both left and right). For instance, in , it ensures that distributes over in both left and right forms, forming the basis for advanced topics including ideals, modules, and polynomial rings, which are crucial in fields like and . This generalization underscores the property's role in unifying diverse mathematical domains.

Core Concepts

Definition

In algebraic structures equipped with two binary operations, typically multiplication (denoted ⋅) and addition (denoted +), the distributive property asserts that for all elements a, b, c in the set, a \cdot (b + c) = (a \cdot b) + (a \cdot c). Symmetrically, it requires (b + c) \cdot a = (b \cdot a) + (c \cdot a). This property characterizes how the multiplication operation distributes over the addition operation, allowing the multiplication to be "spread" across the terms of a sum. It serves as an axiom in many algebraic systems, such as rings, where it is one of the defining conditions alongside properties of the individual operations. Importantly, the distributive property does not presuppose associativity (e.g., (x \cdot y) \cdot z = x \cdot (y \cdot z)) or commutativity (e.g., x \cdot y = y \cdot x) of either operation unless explicitly stated in the structure's axioms. The distributive property traces its origins to Euclidean geometry and arithmetic, where it appeared implicitly in proofs involving areas and proportions, as seen in Book II, Proposition 1 of Euclid's Elements, which geometrically demonstrates the law for multiplication over addition. It was formalized within abstract algebra in the 19th century, notably by George Boole in his 1854 work An Investigation of the Laws of Thought, where it forms a core law in the algebra of logic (e.g., x(y + z) = xy + xz), and by Giuseppe Peano in his 1889 axiomatization of the natural numbers, where distributivity emerges as a theorem proved from recursive definitions of addition and multiplication.

Interpretation

The distributive property intuitively describes how can be "spread" across the terms of a , transforming the product of a and a parenthetical into the of individual products. This conceptual breakdown views as a way to decompose complex expressions: for instance, multiplying a single quantity by a combined total is equivalent to multiplying that quantity by each component separately and then combining the results, which aids in expanding or factoring algebraic forms to reveal underlying patterns or simplify calculations. This property underscores the equality a(b + c) = ab + ac, which preserves the equivalence of expressions during transformations, ensuring that computational structures remain consistent and reliable across operations. By linking multiplication directly to addition in this manner, it maintains the foundational balance of arithmetic and algebraic systems, preventing distortions in equality that could arise from mismatched groupings. In problem-solving, the distributive property serves as a cornerstone for algebraic manipulation, enabling the resolution of equations by isolating variables or verifying identities through systematic expansion and recombination. In axiomatic systems such as rings and fields, it is a defining axiom. In Peano arithmetic for natural numbers, it is a theorem derived via mathematical induction from the recursive definitions of addition and multiplication.

Basic Examples

Real Numbers

The distributive property states that multiplication distributes over addition for real numbers, meaning that for any real numbers a, b, and c, a(b + c) = ab + ac. A concrete numerical illustration of this property is the computation $2 \times (3 + 4). First, evaluate the sum inside the parentheses: $3 + 4 = 7. Then, multiply: $2 \times 7 = 14. Alternatively, distribute the multiplication: $2 \times 3 + 2 \times 4 = 6 + 8 = 14. Both approaches yield the same result, verifying the property holds for these specific real numbers. In algebraic form, the identity a(b + c) = ab + ac applies universally to real scalars a, b, and c. This extends to binomial expansions, such as (x + y)z = xz + yz, where x, y, and z are real variables, facilitating the simplification of expressions in and algebra. The distributive property also holds for integers and rational numbers, as these sets are subsets of the real numbers and satisfy the same axioms, including distributivity of over .

Matrices

The distributive property extends to matrices, where matrix multiplication distributes over matrix addition. Specifically, for matrices A, B, and C of compatible dimensions, the equation A(B + C) = AB + AC holds, with matrix addition performed element-wise and multiplication following the standard definition of the matrix product. This property relies on the conformability of dimensions: if B and C are m \times n and A is p \times m, the operations are well-defined, and the result is a p \times n matrix. The property is valid for matrices with entries in the real numbers or complex numbers, as these form fields under addition and multiplication. Unlike the real number case, where multiplication is commutative, is generally non-commutative (i.e., AB \neq BA in general), yet the distributive property remains compatible with this structure. To illustrate, consider the following $2 \times 2 matrices over the reals: A = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}, \quad B = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}, \quad C = \begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix}. First, compute B + C: B + C = \begin{pmatrix} 1+5 & 2+6 \\ 3+7 & 4+8 \end{pmatrix} = \begin{pmatrix} 6 & 8 \\ 10 & 12 \end{pmatrix}. Then, A(B + C): A(B + C) = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} \begin{pmatrix} 6 & 8 \\ 10 & 12 \end{pmatrix} = \begin{pmatrix} 6 & 8 \\ 10 & 12 \end{pmatrix}. Now, compute AB and AC: AB = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}, AC = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} \begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix} = \begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix}. Adding these gives: AB + AC = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} + \begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix} = \begin{pmatrix} 6 & 8 \\ 10 & 12 \end{pmatrix}, which matches A(B + C), verifying the property.

Logical Applications

Propositional Logic

In propositional logic, the distributive property appears as equivalences among compound propositions involving the logical connectives for disjunction (∨, "or") and conjunction (∧, "and"), mirroring the structural rule seen in arithmetic operations. The key forms are disjunction distributing over conjunction, expressed as p \lor (q \land r) \equiv (p \lor q) \land (p \lor r), and conjunction distributing over disjunction, p \land (q \lor r) \equiv (p \land q) \lor (p \land r). These laws originate from the axioms of , developed by in his 1847 work The Mathematical Analysis of Logic and expanded in An Investigation of the Laws of Thought (1854), which formalized logic using algebraic structures in the . algebra's distributive properties underpin the of circuits, where they enable simplification of logical expressions for hardware implementation, and form a basis for systems that perform deductive . The equivalence p \lor (q \land r) \equiv (p \lor q) \land (p \lor r) can be verified through a , which exhaustively checks all possible truth values for the propositions p, q, and r. The below lists the eight combinations:
pqrq ∧ rp ∨ (q ∧ r)p ∨ qp ∨ r(p ∨ q) ∧ (p ∨ r)
TTTTTTTT
TTFFTTTT
TFTFTTTT
TFFFTTTT
FTTTTTTT
FTFFFTFF
FFTFFFTF
FFFFFFFF
In every row, the columns for p \lor (q \land r) and (p \lor q) \land (p \lor r) match, confirming the logical equivalence.

Truth-Functional Connectives

In propositional logic, the distributive property applies to implication in limited and directional ways, differing from the full distributivity seen with conjunction over disjunction. A standard form of distributivity involves implication over conjunction, expressed as p \to (q \wedge r) \equiv (p \to q) \wedge (p \to r). This equivalence holds because both sides evaluate to true whenever p is false or both q and r are true, and can be verified through exhaustive truth table analysis showing identical truth values across all combinations of p, q, and r. Similarly, implication distributes over disjunction as p \to (q \vee r) \equiv (p \to q) \vee (p \to r), allowing the antecedent to "factor out" across the disjuncts when the consequent is a disjunction. These laws facilitate the expansion or contraction of implications in complex expressions but do not extend symmetrically; for instance, conjunction does not generally distribute over implication. One limited case of potential distributivity for over is the form (p \to q) \wedge r \equiv (p \wedge r) \to (q \wedge r), which holds only under specific conditions rather than universally. To verify, consider the below, where the equivalence is true in 4 out of 8 cases but fails in others, such as when p is true, q is true, and r is false (left side false, right side true) or when p is true, q is false, and r is false (left side false, right side true). This partial validity arises when r aligns with the implications' outcomes, such as when r is true and p \to q holds, but it underscores the restricted nature of such distributions compared to core connectives.
pqrp → q(p → q) ∧ rp ∧ rq ∧ r(p ∧ r) → (q ∧ r)Equivalent?
TTTTTTTTYes
TTFTFFFTNo
TFTFFTFFYes
TFFFFFFTNo
FTTTTFTTYes
FTFTFFFTNo
FFTTTFFTYes
FFFTFFFTNo
Regarding negation, it exhibits non-distributivity over disjunction in the direct sense, as \neg(p \vee q) \not\equiv \neg p \vee \neg q, with the latter being true more often than the former; provide the correct dual form \neg(p \vee q) \equiv \neg p \wedge \neg q, transforming the operation rather than distributing negation additively. In contrast, negation does distribute directly over the exclusive-or connective (XOR, denoted ⊕), satisfying \neg(p \oplus q) \equiv \neg p \oplus q \equiv p \oplus \neg q, because negating an XOR flips the of differing inputs equivalently on either side. This property arises from XOR's definition as true precisely when inputs differ, and negation preserves that difference relation. These partial distributive behaviors for and play a crucial role in simplifying logical expressions during , where rewriting rules based on such equivalences reduce proof search spaces, and in digital circuit design, enabling optimization of gates for implications and XOR components in like adders or checkers.

Advanced Structures

Rings and Algebras

In , the distributive property serves as a fundamental that links the additive and multiplicative structures of a . A is defined as a nonempty set R equipped with two binary operations, addition and multiplication, where (R, +) forms an , multiplication is associative, and the distributive laws hold: for all a, b, c \in R, a(b + c) = ab + ac, \quad (a + b)c = ac + bc. These laws ensure that multiplication "distributes" over addition, allowing rings to model arithmetic-like behaviors in abstract settings. Classic examples include the integers \mathbb{Z} with standard addition and multiplication, where distributivity follows from the properties of integers, and polynomial rings such as \mathbb{Z}, where the operations on polynomials satisfy the same distributive axioms. The concept extends naturally to algebras, which are rings augmented with additional linear . An K is a A over K equipped with a bilinear A \times A \to A, meaning the is linear in each argument separately; this bilinearity implies full distributivity over . Additionally, the inherent to the distributes over : for \alpha \in K and u, v \in A, \alpha(u + v) = \alpha u + \alpha v. This property bridges ring-like multiplication with linear algebra, enabling applications in areas like representation theory. In contrast, near-rings illustrate structures where distributivity is relaxed, highlighting the axiom's role in ring definitions. A left near-ring consists of a set N where (N, +) is a (not necessarily abelian) group, multiplication satisfies left distributivity x(y + z) = xy + xz for all x, y, z \in N, but right distributivity (x + y)z = xz + yz may fail. This one-sided condition distinguishes near-rings from full rings, as the absence of bilateral distributivity prevents the tight integration of operations seen in rings. For instance, certain transformation near-rings on groups exhibit only left distributivity, underscoring how weakening this axiom alters the algebraic behavior.

Rounding and Computation

In governed by the standard, the distributive property of over addition does not hold exactly due to errors arising from the finite precision of representations. The standard specifies binary floating-point formats with a fixed number of bits for the (typically 24 for single precision and 53 for double precision), leading to approximations of most decimal numbers and subsequent in operations. This causes deviations where the rounded result of a applied to a differs from the of rounded multiplications, expressed as \mathrm{fl}(a \times (b + c)) \neq \mathrm{fl}(\mathrm{fl}(a \times b) + \mathrm{fl}(a \times c)), with \mathrm{fl}(\cdot) denoting the floating-point function that maps exact results to the nearest representable value (ties to even). For example, with a = 0.1, b = 0.2, and c = 0.3 in double-precision arithmetic, the b + c = 0.5 is exactly representable, and the distributive property holds: $0.1 \times 0.5 = 0.05 equals $0.1 \times 0.2 + 0.1 \times 0.3 = 0.02 + 0.03 = 0.05. However, approximations in other configurations lead to violations, as seen in the commutative variant (0.1 + 0.2) \times 0.3 \approx 0.09000000000000001, whereas $0.1 \times 0.3 + 0.2 \times 0.3 = 0.09, differing by about $10^{-17} due to the inexact $0.1 + 0.2 \approx 0.30000000000000004. To mitigate these violations and approximate the distributive property more closely, techniques such as using higher-precision formats (e.g., quadruple precision with 113-bit under ) reduce rounding errors by providing more guard bits during computations. Additionally, compensated summation algorithms, like Kahan's method, improve the accuracy of the summed terms (e.g., \mathrm{fl}(a \times b) + \mathrm{fl}(a \times c)) by tracking and compensating for lost low-order bits in additions, thereby minimizing propagation of precision loss in distributive expressions. These approaches computational cost for better fidelity to real-number but cannot fully eliminate errors in finite-precision systems.

Extensions and Variations

Generalizations

The distributive property extends beyond binary operations on numerical structures to more abstract algebraic settings, such as s, where it manifests as mutual distributivity between meet and join operations. In a distributive , for all elements a, b, c, the meet distributes over the join as a \wedge (b \vee c) = (a \wedge b) \vee (a \wedge c), and dually, the join distributes over the meet as a \vee (b \wedge c) = (a \vee b) \wedge (a \vee c). A prototypical example is the of subsets of a set S, ordered by , where the join is and the meet is ; here, distributivity holds because the intersection of a set with the union of two others equals the union of the intersections. Further generalizations involve multi-operation variants, including infinite distributivity in complete lattices, where finite meets distribute over arbitrary joins (i.e., x \wedge \bigvee S = \bigvee \{x \wedge s \mid s \in S\} for any set S) and dually for joins over meets. In quasigroups, a medial provides a quaternary form of distributivity: for a \cdot, (x \cdot y) \cdot (z \cdot w) = (x \cdot z) \cdot (y \cdot w), capturing a parallelogram-like compatibility without requiring associativity. In , distributivity appears in monoidal categories where the distributes over coproducts, meaning natural isomorphisms exist such as X \otimes (Y + Z) \cong (X \otimes Y) + (X \otimes Z), generalizing the case to diagrammatic and structural settings while preserving the essence of operation compatibility. This framework encompasses ring distributivity as a special instance in the category of modules.

Antidistributivity

In rings with additive inverses, the distributive property extends to : for elements a, b, c, a \cdot (b - c) = a \cdot b - a \cdot c, since b - c = b + (-c) and a \cdot (-c) = -(a \cdot c). This follows directly from the standard distributivity over addition and the axioms. In algebras, the Lie bracket [ \cdot, \cdot ] is bilinear over the underlying addition, satisfying distributivity: [a, b + c] = [a, b] + [a, c], \quad [a + b, c] = [a, c] + [b, c]. This bilinearity holds as part of the defining axioms for Lie algebras over fields of characteristic not equal to 2. The bracket also satisfies skew-symmetry, [a, b] = -[b, a], which introduces sign reversals in computations, distinguishing it from commutative multiplication. The cross product in three-dimensional Euclidean vector spaces is another example, being bilinear over addition: \mathbf{a} \times (\mathbf{b} + \mathbf{c}) = \mathbf{a} \times \mathbf{b} + \mathbf{a} \times \mathbf{c}, \quad (\mathbf{a} + \mathbf{b}) \times \mathbf{c} = \mathbf{a} \times \mathbf{c} + \mathbf{b} \times \mathbf{c}, with anti-commutativity \mathbf{a} \times \mathbf{b} = - \mathbf{b} \times \mathbf{a}. This structure appears in identities like the , \mathbf{a} \times (\mathbf{b} \times \mathbf{c}) = \mathbf{b} (\mathbf{a} \cdot \mathbf{c}) - \mathbf{c} (\mathbf{a} \cdot \mathbf{b}), where signs arise from the operation's properties, useful in geometric applications such as calculations. A variation occurs in near-rings, where distributivity may hold only one-sided, such as right distributivity a \cdot (b + c) = a \cdot b + a \cdot c but not necessarily left (a + b) \cdot c = a \cdot c + b \cdot c. This generalizes rings while relaxing full distributivity. Geometric settings like affine spaces illustrate distributivity through affine combinations, where coefficients sum to 1, preserving ratios and parallelism. Differences introduce signs akin to vector displacements. In modular arithmetic over \mathbb{Z}/2\mathbb{Z} (GF(2)), characteristic 2 implies b - c = b + c and -1 = 1, so distributivity over subtraction coincides with that over addition.

References

  1. [1]
    [PDF] Theorem 0.3.4 (Distributive Property). If l, m and n are ... - KSU Math
    The distributive property states: l · (m + n) = l · m + l · n and (l + m) · n = l · n + m · n.
  2. [2]
    Variables
    This statement is called the distributive property for the addition and multiplication of integers. 🔗. Finally we combine the two previous examples and ...
  3. [3]
    [PDF] Simplifying Expressions With Distributive Property Worksheet
    Definition and Explanation​​ The distributive property is a fundamental algebraic principle that states: a(b + c) = ab + ac. This means that multiplying a single ...
  4. [4]
    Number, Operations, Rates and Ratio
    The Distributive Property is used in the Algebra and Functions strand in support of the overarching goal of writing and interpreting equivalent expressions. As ...
  5. [5]
    [PDF] A Comparative Analysis of the Distributive Property in US and ...
    Apr 14, 2010 · The introduction of repeated variables is a timely application of the DP, which provides an entry to algebra (e.g., expressions and equations ...
  6. [6]
    [PDF] BASIC NOTIONS FROM RING THEORY - Williams College
    A ring has two operations, + and ×, where + is an abelian group, × has closure, associativity, identity, and distributive property. Subrings are subsets that ...
  7. [7]
    [PDF] 1. Rings: definitions, examples, and basic properties - UCSD Math
    Mar 13, 2021 · (3) The addition and multiplication are related by the two distributive laws: (a) a · (b + c) = a · b + a · c for all a, b, c ∈ R. (b) (b + c) · ...
  8. [8]
    AATA Rings - Abstract Algebra: Theory and Applications
    Chapter 16 Rings​​ These operations are related to one another by the distributive property. If we consider a set with two such related binary operations ...<|control11|><|separator|>
  9. [9]
    Ring -- from Wolfram MathWorld
    A ring in the mathematical sense is a set S together with two binary operators + and * (commonly interpreted as addition and multiplication, respectively)
  10. [10]
    Euclid's Elements, Book II, Proposition 1 - Clark University
    In modern terminology this identity is called the distributive law for multiplication over addition.
  11. [11]
    [PDF] 1. Peano's Axioms and Natural Numbers
    Lemma 1.4 (Distributive law). For all x, y, z ∈ N, x(y+z) = xy+xz ... property which was so important and desirable. In other words, there are now ...
  12. [12]
    [PDF] Properties of Real Numbers - Tallahassee State College
    The last property we will look at involves both multiplication and addition. The Distributive Property. If a, b and c are real numbers, then 𝑎(𝑏 + 𝑐) = 𝑎𝑏 + 𝑎𝑐 ...
  13. [13]
    Tutorial 5: Properties of Real Numbers - West Texas A&M University
    Jun 11, 2011 · Example 11: Simplify (hint use the distributive property): 2(6x - 5) - 3(5x + 4). You can use any of these properties forwards or backwards, ...
  14. [14]
    [PDF] Math 101. Rumbos Spring 2010 1 Handout #2: The Real Numbers ...
    𝑥𝑦 = 1. Distributive property (𝐹10) For any real numbers 𝑥, 𝑦 and 𝑧, 𝑥(𝑦 + 𝑧) = 𝑥𝑦 + 𝑥𝑧. We designate a certain subset 𝑃 of ℝ as the “positive numbers” in ℝ. ...
  15. [15]
    [PDF] Math 320-1 Spring 2006 The Field Axioms A field is a set F with ...
    The field R of real numbers, with its usual order, is an ordered field, as is the field Q of rational numbers with the order it inherits from the reals.
  16. [16]
    160 Linear Systems: Matrix Algebra
    Matrix multiplication distributes over addition both on the left, and the right. That is, A(B + C) = AB + AC, and (A + B)C = AC + BC. This is analogous to the ...
  17. [17]
    [PDF] matrix addition, scalar multiplication, and matrix multiplication
    Oct 11, 2016 · These are associativity: A(BC)=(AB)C, and the distributive property over matrix addition: A(B + C) = AB + AC.
  18. [18]
    [PDF] Matrices
    Matrices are rectangular arrays of real or complex numbers. With them, we define arithmetic operations that are generalizations of those for real and complex.
  19. [19]
    [PDF] 4. Matrices - FSU Math
    We use the definitions of addition and matrix multiplication and the dis- tributive properties of the real numbers to show the distributive property of matrix.<|control11|><|separator|>
  20. [20]
    Distributive Property
    The distributive property deals with a matrix expression that contains both matrix multiplication and matrix addition. Go through the following steps to ...
  21. [21]
    Laws of Boolean Algebra - Electronics Tutorials
    Description of the Laws of Boolean Algebra ; Distributive Law · A(B + C) = A.B + A.C (OR Distributive Law); A + (B.C) = (A + B).(A + C) (AND Distributive Law).
  22. [22]
    George Boole - Stanford Encyclopedia of Philosophy
    Apr 21, 2010 · George Boole (1815–1864) was an English mathematician and a founder of the algebraic tradition in logic.
  23. [23]
    George Boole (1815 - 1864) - Biography - MacTutor
    It began the algebra of logic called Boolean algebra which now finds application in computer construction, switching circuits etc. ... distributive property, that ...
  24. [24]
    Boolean Algebraic Properties - All About Circuits
    Lastly, we have the distributive property, illustrating how to expand a Boolean ... Historical Engineers: George Boole, Pioneer of Algebraic Logic · High ...
  25. [25]
    Automated Reasoning - Stanford Encyclopedia of Philosophy
    Jul 18, 2001 · Reasoning is the ability to make inferences, and automated reasoning is concerned with the building of computing systems that automate this process.Missing: distributive | Show results with:distributive
  26. [26]
    Propositional Logic - Discrete Mathematics - An Open Introduction
    To verify that two statements are logically equivalent, you can make a truth table for each and check whether the columns for the two statements are identical.
  27. [27]
    [PDF] Propositional Logic Discrete Mathematics
    The truth table lists all possible combinations of the values of the operands, and gives the corresponding values of the new proposition. Example: Truth table ...
  28. [28]
    [PDF] Algebras over a field
    Oct 14, 2014 · Roughly speaking, an algebra over a field F is just a ring R with F contained in the center of R. In particular R is an F-vector space, ...
  29. [29]
    near-ring in nLab
    Feb 6, 2025 · A near-ring is a sort of ring in which addition need not be commutative. However, if we simply remove the commutativity of addition from the usual definition ...Idea · Definition · Example
  30. [30]
    [PDF] Why .1 + .1 Might Not Equal .2 and Other Pitfalls of Floating-Point ...
    At the same time, we learned about the distributive property which states that the sum of two numbers multiplied by a third number is equal to the first ...
  31. [31]
    distributive lattice in nLab
    May 31, 2025 · 1. Definition. Definition 1.1. A distributive lattice is a lattice in which join ∨ and meet ∧ distribute over each other, in that for all x , y ...Definition · Alternative characterizations · Examples · Infinitely distributive property
  32. [32]
    Medial quasigroups
    A \emph{medial quasigroup} is a quasigroup A=⟨A,⋅,∖,/⟩ A = ⟨ A , ⋅ , ∖ , / ⟩ such that. ⋅ ⋅ is \emph{medial}: (xy)(zw)=(xz)(yw) ( x y ) ( z w ) = ( x z ) ...
  33. [33]
    distributive monoidal category in nLab
    Feb 18, 2025 · A distributive monoidal category is a monoidal category whose tensor product distributes over coproducts.Definition · Examples · Properties
  34. [34]
    Distributive property over subtraction (video) - Khan Academy
    Aug 11, 2012 · Learn how to apply the distributive property of multiplication over subtraction and why it works. This is sometimes just called the distributive property or ...
  35. [35]
    [PDF] Lie algebras - Harvard Mathematics Department
    Apr 23, 2004 · The Clifford algebra has a canonical anti-automorphism a which is ... representation rings for the Lie algebras instead of the Lie groups.
  36. [36]
    [PDF] 18.02SC Notes: Cross Product - MIT OpenCourseWare
    Anti-commutivity: A × B = −B × A. 3. Distributive law: A × (B + C) = A × B + A × C. 4. Non-associativity: (A × B) × C = A × (B × C) (example in a moment) ...