How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication
Statement
Matrix multiplication over a field is associative and unital, distributes over entrywise addition on both sides, and is compatible with scalar multiplication. Precisely, whenever the displayed products have compatible shapes,
These identities include every zero-sized shape.
Facts & Assumptions
Given: A field ; matrices , , and ; conformable matrices ; and a scalar .
Matrix products and identity matrices are defined entrywise by finite row-by-column sums (Rectangular matrix multiplication and the identity matrix , including zero-sized shapes).
A finite double sum may be evaluated in either order (Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule).
Proof
For and , expansion by [L1] gives and .
Associativity and distributivity in , followed by [L2], identify the two sums in step 1.1, so .
The entry formulas also give ; splitting sums gives both distributive laws; pulling out gives scalar compatibility; and a sum of zero summands gives each zero law. Thus all stated identities hold entrywise.
If any indexing dimension is zero, every asserted matrix equality either has no entries to compare or reduces to an empty sum, whose value is . Hence the same calculations cover all zero-sized shapes, including .
Depends on
Used by
- A finite row reduction from A to B is encoded by B=Eᵣ⋯ E₁A Corollary
- Mₙ(F) is a ring under entrywise addition and matrix multiplication, including the zero ring M₀(F) Corollary
- Similar matrices have the same trace Corollary
- The rank of a matrix equals the rank of the linear map x↦ Ax Corollary
- A 3×3 inverse computed by row reducing [A∣ I] Example
- Chosen bases exhibit Mat_F as equivalent to finite-dimensional vector spaces Example
- [S∘ T]_mathcal B^mathcal D=[S]_mathcal C^mathcal D[T]_mathcal B^mathcal C Theorem
- A square matrix is invertible exactly when its multiplication map is a linear isomorphism; matrices preserve inverses of linear isomorphisms Theorem
- Similarity is an equivalence relation, and two matrices represent the same endomorphism in two bases exactly when they are similar Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 39 results over 11 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- S. Axler, Linear Algebra Done Right, 4th ed., §3C (standard reference, not scraped)