Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableSession-authored (Fable 5 assisted)audited 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.

Rectangular matrix multiplication and the identity matrix InI_n, including zero-sized shapes

Definition

Let FF be a field, let m,n,pNm,n,p\in\mathbb N, and let A=(aij)Mm×n(F)A=(a_{ij})\in M_{m\times n}(F) and B=(bjk)Mn×p(F)B=(b_{jk})\in M_{n\times p}(F). Their matrix product is the matrix ABMm×p(F)AB\in M_{m\times p}(F) whose entries are

(AB)ik:=jnaijbjk.(AB)_{ik}:=\sum_{j\in n}a_{ij}b_{jk}.

The sum is the finite sum in the additive commutative monoid of FF. If n=0n=0, it is the empty sum, so ABAB is the zero matrix of shape mm by pp.

The identity matrix InMn(F)I_n\in M_n(F) has entry 11 when i=ji=j and entry 00 when iji\ne j. In particular, I0I_0 is the unique empty matrix in M0(F)M_0(F).

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 51 results over 16 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