Alphabeta Math
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.

✓ 4 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 4 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Linear Transformations, Rank-Nullity and Quotient Spaces

1 · Prerequisites

2 · Summary

Vector spaces, linear combinations, bases, and finite dimension are the prerequisites for this development. A linear map preserves the vector-space operations, and its kernel and image measure respectively what it collapses and what it reaches.

This page defines linear maps, kernels, images, rank, and nullity. It proves the elementary preservation laws, characterises injectivity by the kernel, extends a kernel basis to obtain a basis of the image, and derives the finite-dimensional rank–nullity theorem.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-03Open item page →

Linear map between vector spaces over the same field

Definition

Let V and W be vector spaces over the same field F. A function T:V→W is linear when

T(au+bv)=aT(u)+bT(v)

for all a,b∈F and u,v∈V. Such a function is a linear map, or linear transformation.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-03Open item page →

A linear map preserves zero, negatives, and subtraction

Statement

If T:V→W is linear, then T(0V)=0W, T(−v)=−T(v), and T(u−v)=T(u)−T(v) for all u,v∈V.

Facts & Assumptions

Given: Vector spaces V,W over a field F and a linear map T:V→W.

[L1]

A linear map satisfies T(au+bv)=aT(u)+bT(v) (Linear map between vector spaces over the same field).

[L2]

The additive structure of a vector space is an abelian group, so it has identities, inverses, cancellation, and u−v=u+(−v); also 0Fv=0V and (−1F)v=−v (Vector space over a field, In any vector space 0Fv=0V, λ0V=0V, (−λ)v=−(λv), (−1F)v=−v, and λv=0V forces λ=0F or v=0V).

Proof

technique · direct
1.1

Linearity gives T(0V)=T(0F0V+0F0V)=T(0V)+T(0V); cancellation in W gives T(0V)=0W.

L1L2given
2.1

Since 0W=T(0V)=T(v+(−v))=T(v)+T(−v), the inverse law gives T(−v)=−T(v).

step 1.1L1L2given
3.1

Using u−v=u+(−v) and step 2.1, T(u−v)=T(u)+T(−v)=T(u)−T(v).

step 2.1L1L2given∎
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-03Open item page →

Kernel and image of a linear map

Definition

For a linear map T:V→W, its kernel and image are respectively

ker⁡T:={v∈V:T(v)=0W},im⁡T:={T(v):v∈V}.

That both sets are linear subspaces, and that a trivial kernel characterises injectivity, is proved in The kernel and image are linear subspaces, and a linear map is injective if and only if its kernel is trivial ↗.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-03Open item page →

The kernel and image are linear subspaces, and a linear map is injective if and only if its kernel is trivial

Statement

For a linear map T:V→W, the sets ker⁡T and im⁡T are linear subspaces. Moreover, T is injective if and only if ker⁡T={0V}.

Facts & Assumptions

Given: A linear map T:V→W of vector spaces over a field F.

[L1]

The kernel and image have the displayed set descriptions (Kernel and image of a linear map).

[L3]

A linear map carries au+v to aT(u)+T(v), preserves zero, and preserves subtraction (Linear map between vector spaces over the same field, A linear map preserves zero, negatives, and subtraction).

[L4]

A function is injective when equal outputs have equal inputs (Injection, surjection, bijection).

Proof

technique · direct
1.1

The kernel contains 0V by [L3]. If u,v∈ker⁡T and a∈F, then T(au+v)=aT(u)+T(v)=0W, so au+v∈ker⁡T.

L1L2L3given
1.2

The image contains 0W=T(0V). If T(u),T(v)∈im⁡T and a∈F, then aT(u)+T(v)=T(au+v) lies in the image.

L1L2L3given
1.3

If T is injective and v∈ker⁡T, then T(v)=0W=T(0V), so v=0V and the kernel is trivial.

L1L3L4given
1.4

Conversely, suppose ker⁡T={0V} and T(u)=T(v). Then T(u−v)=0W by [L3], so u−v=0V and u=v.

L1L3L4given
2.1

The subspace criterion proves that both ker⁡T and im⁡T are linear subspaces.

step 1.1step 1.2L2
3.1

Thus T is injective exactly when its kernel is trivial.

step 1.3step 1.4∎
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-03Open item page →

Extending a basis of the kernel to a basis of the domain gives a basis of the image

Statement

Let T:V→W be linear, with V finite-dimensional over F. There are a basis K of ker⁡T and a basis B of V with K⊆B. For this pair, put C:=B∖K. Then C is finite, the restriction

T∣C:C⟶T[C]

is a bijection, and T[C] is a basis of im⁡T.

More explicitly, if k:ν→K and c:r→C are bijections, then the list obtained by placing k before c is an ordered basis of V, while T∘c:r→im⁡T is an ordered basis of the image.

Facts & Assumptions

Given: Vector spaces V,W over F, a linear map T:V→W, and a finite-dimensional domain V.

[L1]

The kernel and image of a linear map are linear subspaces, and v∈ker⁡T exactly when T(v)=0W (The kernel and image are linear subspaces, and a linear map is injective if and only if its kernel is trivial, Kernel and image of a linear map).

[L2]

A linear subspace of a finite-dimensional vector space is finite-dimensional; every linearly independent subset extends to a basis without a choice principle; and every linearly independent subset of a finite-dimensional space is finite (If dim⁡FV=n and U is a linear subspace of V, then U is finite-dimensional, dim⁡FU≤n, and dim⁡FU=n if and only if U=V, claims 1 and 3, If V has a spanning set with n elements, then every linearly independent subset of V is finite with at most n elements; in particular V has no linearly independent subset equinumerous with N).

[L3]

A basis is a linearly independent spanning subset. An ordered basis is an injective finite list whose image is a basis, equivalently a linearly independent finite list that spans (Basis of a vector space: a linearly independent spanning subset; and ordered basis: an injective finite list whose image is a basis).

[L5]

Finite sums in an abelian group have empty value zero and append one term at a successor; induction is valid on their natural-number length. Natural addition satisfies p+0=p and p+σ(q)=σ(p+q) (The product g0g1⋯gn−1 of a finite list in a monoid, by recursion, with the empty product (n=0) equal to the identity, The principle of mathematical induction, Addition of natural numbers).

[L8]

A function is bijective exactly when it is injective and surjective (Injection, surjection, bijection).

Proof

technique · direct
1.1

By [L1] and [L2], ker⁡T is finite-dimensional; choose a basis K of ker⁡T. It is linearly independent in V, so [L2] extends it to a basis B of V. Put C:=B∖K. Since B is finite, so is C, and B=K∪˙C.

L1L2L7given
1.2

For every finite list v:n→V and every scalar list a:n→F, linearity gives T(∑i<naivi)=∑i<naiT(vi). This follows by induction on n: the empty case follows by applying [L6] to 0V=0V+0V and cancelling, and the successor step uses the append recursion and T(x+anvn)=T(x)+anT(vn). The same recursion, now by induction on the length of the second list, splits a spliced sum into its first and second blocks.

L5L6discharge-induction
2.1

Write ν:=∣K∣ and r:=∣C∣, and choose bijections k:ν→K and c:r→C. Splicing the two lists gives d:ν+r→B, with di=ki for i<ν and dν+j=cj for j<r. The disjointness in step 1.1 makes d injective and its image is B, so it is an ordered basis of V.

step 1.1L3L5L7L8construct
3.1

The set T[C] spans im⁡T. Indeed, if y=T(v) lies in the image, [L4] gives coordinates a:ν+r→F with v=∑i<ν+raidi. Steps 2.1 and 1.2 split this into the K-block and the C-block. Applying T kills the first block because every ki lies in ker⁡T, leaving y as a finite linear combination of T(c0),…,T(cr−1).

step 2.1step 1.2L1L3L4L6
3.2

The list T∘c:r→W is linearly independent. Suppose ∑j<rbjT(cj)=0W. By step 1.2, u:=∑j<rbjcj lies in ker⁡T, so [L4] supplies a:ν→F with u=∑i<νaiki. Thus the spliced ordered basis d has a vanishing linear combination whose coefficients are −ai on the first block and bj on the second. Its linear independence forces every bj=0F.

step 2.1step 1.2L1L3L4L6
4.1

Linear independence makes T∘c injective. It is surjective onto T[C] by that set's definition, so it is a bijection r→T[C]. Together with steps 3.1 and 3.2, this says that it is an ordered basis of im⁡T and that T∣C:C→T[C] is bijective.

step 3.1step 3.2L3L8
5.1

Step 1.1 supplies K and B, and step 4.1 proves all the asserted properties of their complement C.

step 1.1step 4.1∎

Remarks

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-03Open item page →

Rank and nullity of a linear map with finite-dimensional domain

Definition

Let T:V→W be a linear map whose domain V is finite-dimensional over F. Its nullity and rank are

nullity⁡T:=dim⁡F(ker⁡T),rank⁡T:=dim⁡F(im⁡T).

Both dimensions are defined. The kernel is a linear subspace of the finite-dimensional space V, so it is finite-dimensional by The kernel and image are linear subspaces, and a linear map is injective if and only if its kernel is trivial and If dim⁡FV=n and U is a linear subspace of V, then U is finite-dimensional, dim⁡FU≤n, and dim⁡FU=n if and only if U=V. The image is finite-dimensional because Extending a basis of the kernel to a basis of the domain gives a basis of the image constructs a finite basis of it from a basis of V. Thus rank and nullity are natural numbers, including when V is the zero space.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-03Open item page →

Rank-nullity: dim⁡FV=nullity⁡T+rank⁡T

Statement

Let T:V→W be a linear map of vector spaces over F, with V finite-dimensional. Then

dim⁡FV=nullity⁡T+rank⁡T.

Equivalently,

dim⁡FV=dim⁡F(ker⁡T)+dim⁡F(im⁡T).

Facts & Assumptions

Given: A linear map T:V→W with V finite-dimensional over F.

[L1]

Nullity and rank are the dimensions of the kernel and image (Rank and nullity of a linear map with finite-dimensional domain).

[L2]

There are finite bases K of ker⁡T and B of V with K⊆B; for C=B∖K, the set C is finite, T[C] is a basis of im⁡T, and T∣C:C→T[C] is bijective (Extending a basis of the kernel to a basis of the domain gives a basis of the image).

[L3]

The dimension of a finite-dimensional vector space is the number of elements in any finite basis (Finite-dimensional vector space, and its dimension dim⁡FV; infinite-dimensional means having no finite basis).

[L5]

A bijection between finite sets transports their cardinality (The cardinality ∣A∣ of a finite set, consequence (c)).

Proof

technique · direct
1.1

Choose K,B,C as in [L2]. Since B=K∪˙C, [L4] gives ∣B∣=∣K∣+∣C∣. The bijection T∣C:C→T[C] gives ∣C∣=∣T[C]∣.

L2L4L5given
2.1

Since B, K, and T[C] are bases of V, ker⁡T, and im⁡T, respectively, [L1] and [L3] turn step 1.1 into dim⁡FV=nullity⁡T+rank⁡T.

step 1.1L1L2L3
3.1

The displayed equivalent form follows by unfolding the definitions of rank and nullity.

step 2.1L1∎

Remarks

5 · Examples, counterexamples and false statements

None yet.

Sources