Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-11
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,

A(BC)=(AB)C,ImA=A=AIn,A(BC)=(AB)C,\qquad I_mA=A=AI_n,

(A+A)B=AB+AB,A(B+B)=AB+AB,(A+A')B=AB+A'B,\qquad A(B+B')=AB+AB',

0B=0=A0,(λA)B=λ(AB)=A(λB).0B=0=A0,\qquad (\lambda A)B=\lambda(AB)=A(\lambda B).

These identities include every zero-sized shape.

Facts & Assumptions

Given: A field FF; matrices AMm×n(F)A\in M_{m\times n}(F), BMn×p(F)B\in M_{n\times p}(F), and CMp×q(F)C\in M_{p\times q}(F); conformable matrices A,BA',B'; and a scalar λF\lambda\in F.

[L1]

Matrix products and identity matrices are defined entrywise by finite row-by-column sums (Rectangular matrix multiplication and the identity matrix InI_n, including zero-sized shapes).

Proof

technique · direct
1.1

For i<mi<m and <q\ell<q, expansion by [L1] gives ((AB)C)i=k<pj<n(aijbjk)ck((AB)C)_{i\ell}=\sum_{k<p}\sum_{j<n}(a_{ij}b_{jk})c_{k\ell} and (A(BC))i=j<nk<paij(bjkck)(A(BC))_{i\ell}=\sum_{j<n}\sum_{k<p}a_{ij}(b_{jk}c_{k\ell}).

givenL1
2.1

Associativity and distributivity in FF, followed by [L2], identify the two sums in step 1.1, so (AB)C=A(BC)(AB)C=A(BC).

step 1.1L1L2
3.1

The entry formulas also give (ImA)ik=aik=(AIn)ik(I_mA)_{ik}=a_{ik}=(AI_n)_{ik}; splitting sums gives both distributive laws; pulling out λ\lambda gives scalar compatibility; and a sum of zero summands gives each zero law. Thus all stated identities hold entrywise.

step 2.1L1
4.1

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 00. Hence the same calculations cover all zero-sized shapes, including I0I_0.

step 3.1L1L2

Depends on

Used by

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