Alphabeta Math
DefinitionDefinition: AI-adaptedProof: 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.

Row space, column space, nullspace, row rank, column rank and matrix rank

Definition

Let AMm×n(F)A\in M_{m\times n}(F). Its row space Row(A)Fn\operatorname{Row}(A)\subseteq F^n is the span of its rows, its column space Col(A)Fm\operatorname{Col}(A)\subseteq F^m is the span of its columns, and its nullspace is N(A):={xFn:Ax=0}.N(A):=\{x\in F^n:Ax=0\}.

The row rank and column rank are rrank(A):=dimFRow(A),crank(A):=dimFCol(A).\operatorname{rrank}(A):=\dim_F\operatorname{Row}(A),\qquad \operatorname{crank}(A):=\dim_F\operatorname{Col}(A). These dimensions are defined because each space is spanned by a finite list. Starting with the empty list, inspect the spanning vectors in order and retain a vector exactly when it is not in the span of those already retained. Induction shows that the retained list is independent and has the same span as the original finite list, so it is a finite basis. The rank of AA is its row rank; Row rank equals column rank, and both equal the number of pivots proves that it also equals the column rank.

Depends on

Used by

Dependency tree · next 3 levels

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