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.

✓ 21 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 21 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Matrices, the Matrix of a Linear Map, and Change of Basis

1 · Prerequisites

2 · Summary

Finite sums in the scalar field and the published matrix-space structure make row-by-column multiplication meaningful, including empty index sets. Linear maps, finite-dimensional vector spaces, ordered bases, and unique coordinates supply the coordinate language, while composition, kernels, images, and dimension provide the structural setting in which matrices represent maps.

Matrix multiplication first yields matrix rings, units, matrix units, transpose, and noncommutativity. Pointwise operations make linear maps a vector space, and ordered bases turn matrix representation into a vector-space and ring isomorphism that respects composition and invertibility. Change-of-basis matrices then give the two-sided transformation law and similarity. Finally trace is defined, proved cyclic on rectangular products, shown invariant under similarity, and transferred to endomorphisms independently of basis.

3 · Logical flowchart

4 · Definitions, theorems and proofs

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

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

Definition

Let F be a field, let m,n,p∈N, and let A=(aij)∈Mm×n(F) and B=(bjk)∈Mn×p(F). Their matrix product is the matrix AB∈Mm×p(F) whose entries are

(AB)ik:=∑j∈naijbjk.

The sum is the finite sum in the additive commutative monoid of F. If n=0, it is the empty sum, so AB is the zero matrix of shape m by p.

The identity matrix In∈Mn(F) has entry 1 when i=j and entry 0 when i≠j. In particular, I0 is the unique empty matrix in M0(F).

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

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+A′)B=AB+A′B,A(B+B′)=AB+AB′,

0B=0=A0,(λA)B=λ(AB)=A(λB).

These identities include every zero-sized shape.

Facts & Assumptions

Given: A field F; matrices A∈Mm×n(F), B∈Mn×p(F), and C∈Mp×q(F); conformable matrices A′,B′; and a scalar λ∈F.

[L1]

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

Proof

technique · direct
1.1

For i<m and ℓ<q, expansion by [L1] gives ((AB)C)iℓ=∑k<p∑j<n(aijbjk)ckℓ and (A(BC))iℓ=∑j<n∑k<paij(bjkckℓ).

givenL1
2.1

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

step 1.1L1L2
3.1

The entry formulas also give (ImA)ik=aik=(AIn)ik; 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.

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

step 3.1L1L2∎
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Mn(F) is a ring under entrywise addition and matrix multiplication, including the zero ring M0(F)

Statement

For every field F and natural n, Mn(F) is a ring under entrywise addition and matrix multiplication, with zero matrix as additive identity and In as multiplicative identity. For n=0, this is the one-element zero ring M0(F).

Facts & Assumptions

Given: A field F and a natural n.

[L1]

Matrix multiplication is associative and unital and distributes over entrywise addition on both sides (Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication).

Proof

technique · direct
1.1

The published pointwise vector-space structure on Mn(F) makes entrywise addition an abelian group operation, with the zero matrix and entrywise negatives.

givenL1
2.1

By [L1], matrix multiplication is associative, has identity In, and satisfies both distributive laws over that addition.

step 1.1L1
3.1

These are exactly the ring axioms. If n=0, there is one empty matrix, so its zero and identity coincide; the ring convention permits 0=1, making M0(F) the zero ring.

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

Matrix units Eij and the Kronecker delta

Definition

For indices a,b in the same finite index set, the Kronecker delta is

δab:={1,a=b,0,a≠b.

Let i<m and j<n. The matrix unit Eij∈Mm×n(F) is the matrix whose (r,s)-entry is

(Eij)rs:=δriδsj.

Thus Eij has entry 1 in position (i,j) and entry 0 everywhere else. When a dimension is zero, no index of that dimension exists and there are no matrix units of the corresponding shape.

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

EijEkℓ=δjkEiℓ

Statement

For Eij∈Mm×n(F) and Ekℓ∈Mn×p(F),

EijEkℓ=δjkEiℓ.

Facts & Assumptions

Given: A field F and indices i<m, j,k<n, and ℓ<p.

[L1]

The matrix unit Eij has entry δriδsj in position (r,s) (Matrix units Eij and the Kronecker delta).

Proof

technique · direct
1.1

For r<m and s<p, the product entry is (EijEkℓ)rs=∑t<nδriδtjδtkδsℓ.

givenL1
2.1

If j≠k, every summand is zero. If j=k, only t=j can contribute and the value is δriδsℓ.

step 1.1L1
3.1

The two cases combine as (EijEkℓ)rs=δjk(Eiℓ)rs for every entry, proving the matrix identity.

step 2.1L1∎
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Mn(F) is noncommutative for every n≥2

Statement

For every field F and every natural n≥2, the ring Mn(F) is not commutative.

Facts & Assumptions

Given: A field F and a natural n≥2.

[L1]

Matrix units satisfy EijEkℓ=δjkEiℓ (EijEkℓ=δjkEiℓ).

Proof

technique · direct
1.1

By [L1], E01E10=E00 while E10E01=E11; these products differ at entry (0,0) because 1≠0 in a field.

givenL1
2.1

Thus two elements of Mn(F) fail to commute, so the matrix ring is noncommutative.

step 1.1L1∎
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-11Open item page →

The transpose AT of a matrix

Definition

For A=(aij)∈Mm×n(F), the transpose of A is the matrix AT∈Mn×m(F) defined by

(AT)ji:=aij.

Thus transposition interchanges rows and columns. The transpose of a zero-sized matrix is the unique matrix of the transposed zero-sized shape.

PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Transpose is linear and involutive, and (AB)T=BTAT

Statement

For matrices of the appropriate shapes and a scalar λ,

(A+B)T=AT+BT,(λA)T=λAT,(AT)T=A,

and

(AB)T=BTAT.

Thus transpose is linear and involutive and reverses products.

Facts & Assumptions

Given: A field F, matrices A,B of the same shape, conformable matrices A,C, and a scalar λ∈F.

[L1]

Transposition swaps the two entry indices (The transpose AT of a matrix).

Proof

technique · direct
1.1

Swapping indices in the entrywise sum and scalar product gives the two linearity identities, and swapping twice gives (AT)T=A.

givenL1
2.1

For conformable A∈Mm×n(F) and C∈Mn×p(F), one has ((AC)T)ki=(AC)ik=∑j<naijcjk.

step 1.1L1
3.1

Commutativity in F rewrites the sum in step 2.1 as ∑j<n(CT)kj(AT)ji=(CTAT)ki, proving the product law entrywise.

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

The space L(V,W) of linear maps with pointwise addition and scalar multiplication

Definition

Let V and W be vector spaces over the same field F. Write

L(V,W):={T:V→W:T is linear}.

For S,T∈L(V,W) and λ∈F, define pointwise operations by

(S+T)(v):=S(v)+T(v),(λT)(v):=λT(v).

The zero function v↦0W is denoted by 0. Closure and the vector-space axioms for these operations are proved in L(V,W) is a vector space over the common scalar field ↗.

PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

L(V,W) is a vector space over the common scalar field

Statement

If V and W are vector spaces over a field F, then L(V,W) is a vector space over F under pointwise addition and scalar multiplication.

Facts & Assumptions

Given: Vector spaces V,W over the same field F and the pointwise operations on L(V,W).

[L1]

L(V,W) is the set of linear maps, with pointwise addition and scalar multiplication (The space L(V,W) of linear maps with pointwise addition and scalar multiplication).

Proof

technique · direct
1.1

If S,T are linear, then (S+T)(au+bv)=a(S+T)(u)+b(S+T)(v), and if λ∈F, then (λT)(au+bv)=a(λT)(u)+b(λT)(v); hence the pointwise operations remain inside L(V,W).

givenL1
2.1

Evaluating at an arbitrary v∈V reduces associativity, commutativity, both distributive laws, scalar associativity, and the scalar identity law to the corresponding vector-space laws in W.

step 1.1L1
3.1

The zero function is the additive identity and (−T)(v):=−T(v) is the additive inverse of T. The same formulas cover the zero domain and zero codomain, so all vector-space axioms hold.

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

Invertible linear maps, linear isomorphisms, and inverse linear maps

Definition

Let T:V→W be linear. It is invertible when there is a linear map S:W→V such that

S∘T=id⁡V,T∘S=id⁡W.

Such an S is the inverse linear map of T, denoted T−1. The two inverse equations make T bijective and determine T−1 uniquely. An invertible linear map is also called a linear isomorphism, and V and W are linearly isomorphic, written V≅W, when such a map exists.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Identity maps and composites of linear maps are linear

Statement

The identity map of a vector space is linear. If T:U→V and S:V→W are linear maps over the same field, then S∘T:U→W is linear.

Facts & Assumptions

Given: Vector spaces U,V,W over a field F, scalars a,b∈F, vectors u,v∈U, and linear maps T:U→V and S:V→W.

[L1]

A map R is linear when R(au+bv)=aR(u)+bR(v) for all scalars and vectors (Linear map between vector spaces over the same field).

Proof

technique · direct
1.1

The identity satisfies id⁡V(av+bw)=av+bw=aid⁡V(v)+bid⁡V(w), so it is linear.

givenL1
2.1

Linearity of T and then of S gives S(T(au+bv))=S(aT(u)+bT(v))=aS(T(u))+bS(T(v)).

step 1.1L1
3.1

The equality in step 2.1 is the defining linearity equation for S∘T, so the composite is linear.

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

Coordinate columns [v]B and matrices [T]BC of linear maps relative to ordered bases

Definition

Let B=(b0,…,bn−1) be an ordered basis of V. The unique coordinates v=∑j<nxjbj form the coordinate column [v]B∈Mn×1(F), whose j-th entry is xj.

Let C=(c0,…,cm−1) be an ordered basis of W and let T:V→W be linear. The matrix of T relative to B and C is the matrix [T]BC∈Mm×n(F) whose j-th column is [T(bj)]C. Equivalently, if T(bj)=∑i<mtijci, then ([T]BC)ij=tij.

For an empty ordered basis, these definitions give the unique coordinate column or matrix of the corresponding zero-sized shape.

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

[T(v)]C=[T]BC[v]B

Statement

Let T:V→W be linear, let B be an ordered basis of V, and let C be an ordered basis of W. Then for every v∈V,

[T(v)]C=[T]BC[v]B.

Facts & Assumptions

Given: Ordered bases B=(bj)j<n and C=(ci)i<m, a linear map T:V→W, and a vector v∈V.

[L1]

The coordinate column contains the unique coefficients in the ordered-basis expansion, and the j-th column of [T]BC is [T(bj)]C (Coordinate columns [v]B and matrices [T]BC of linear maps relative to ordered bases).

Proof

technique · direct
1.1

Write [v]B=(xj)j<n, so [L1] gives v=∑j<nxjbj.

givenL1
2.1

By linearity, T(v)=∑j<nxjT(bj); writing T(bj)=∑i<mtijci gives T(v)=∑i<m(∑j<ntijxj)ci.

step 1.1L1
3.1

The inner sum is the i-th row-by-column entry of [T]BC[v]B, and uniqueness of C-coordinates identifies this column with [T(v)]C.

step 2.1L1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-11Open item page →

T↦[T]BC is a vector-space isomorphism L(V,W)≅Mm×n(F)

Statement

Let V,W be finite-dimensional vector spaces over F, with ordered bases B=(bj)j<n and C=(ci)i<m. The map

Φ:L(V,W)→Mm×n(F),Φ(T)=[T]BC,

is a vector-space isomorphism.

Facts & Assumptions

Given: The finite-dimensional spaces and ordered bases in the Statement.

[L1]

L(V,W) is a vector space under pointwise operations (L(V,W) is a vector space over the common scalar field).

[L3]

A linear isomorphism is a linear map with a two-sided linear inverse (Invertible linear maps, linear isomorphisms, and inverse linear maps).

Proof

technique · direct
1.1

For every basis vector bj, coordinate uniqueness in [L2] gives [(S+T)(bj)]C=[S(bj)]C+[T(bj)]C and [(λT)(bj)]C=λ[T(bj)]C, so Φ is linear column by column.

givenL1L2
2.1

If Φ(S)=Φ(T), then [L2] gives S(bj)=T(bj) for every j; linearity and the unique expansion of every vector in B give S=T, so Φ is injective.

step 1.1L1L2
3.1

Given A=(aij)∈Mm×n(F), prescribe T(bj):=∑i<maijci and, for the unique expansion v=∑j<nxjbj from [L2], define T(v):=∑j<nxjT(bj). This is well defined and linear, and the j-th matrix column is the j-th column of A; hence Φ(T)=A. Together with steps 1.1 and 2.1, Φ is a linear bijection. Its set-theoretic inverse is linear: if A=Φ(S) and B=Φ(T), then injectivity and linearity give Φ−1(A+B)=S+T and Φ−1(λA)=λS. Thus Φ is a linear isomorphism by [L3].

step 1.1step 2.1L1L2L3
4.1

If n=0, then V is the zero space and both sides contain only their zero element; if m=0, then W and Mm×n(F) are zero spaces and the only map is the zero map. Thus the construction also proves the isomorphism in every zero-dimensional case.

step 3.1L1L2L3∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-11Open item page →

dim⁡FMm×n(F)=mn and dim⁡FL(V,W)=(dim⁡FV)(dim⁡FW) for finite-dimensional V,W

Statement

For a field F and naturals m,n, dim⁡FMm×n(F)=mn. Consequently, for finite-dimensional F-vector spaces V,W,

dim⁡FL(V,W)=(dim⁡FV)(dim⁡FW).

Facts & Assumptions

Given: A field F, naturals m,n, and finite-dimensional spaces V,W with dim⁡FV=n and dim⁡FW=m.

[L1]

The matrix units Eij have one entry equal to 1 and all other entries equal to 0 (Matrix units Eij and the Kronecker delta).

[L2]

A Cartesian product of finite sets has cardinality equal to the product of their cardinalities (The product rule: ∣A×B∣=∣A∣ ∣B∣, and ∣∏i<mAi∣=∏i<m∣Ai∣).

[L3]

Relative to ordered bases, matrix representation is a vector-space isomorphism L(V,W)≅Mm×n(F) (T↦[T]BC is a vector-space isomorphism L(V,W)≅Mm×n(F)).

Proof

technique · direct
1.1

Every matrix A=(aij) has the expansion A=∑(i,j)∈m×naijEij, and a linear relation among the Eij has each coefficient zero when its corresponding entry is read. Thus the matrix units form a basis.

givenL1
2.1

By [L2], the index set m×n has cardinality mn, so this basis has mn elements; if either dimension is zero, it is the empty basis of the zero matrix space. Hence dim⁡FMm×n(F)=mn.

step 1.1L1L2
3.1

The isomorphism in [L3] transports a basis and preserves dimension; substituting n=dim⁡FV and m=dim⁡FW gives the second formula.

step 2.1L3∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-11Open item page →

[S∘T]BD=[S]CD[T]BC

Statement

Let T:U→V and S:V→W be linear, with ordered bases B of U, C of V, and D of W. Then

[S∘T]BD=[S]CD[T]BC.

Facts & Assumptions

Given: The composable linear maps and ordered bases in the Statement, and a vector u∈U.

[L1]

A composite of linear maps is linear (Identity maps and composites of linear maps are linear).

[L2]

Coordinate action gives [R(x)]Y=[R]XY[x]X ([T(v)]C=[T]BC[v]B).

[L3]

Matrix multiplication is associative whenever the shapes are compatible (Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication).

Proof

technique · direct
1.1

Apply [L2] to T and then to S: [S(T(u))]D=[S]CD[T(u)]C=[S]CD[T]BC[u]B.

givenL1L2
2.1

Associativity from [L3] rewrites step 1.1 as [S(T(u))]D=([S]CD[T]BC)[u]B for every u.

step 1.1L2L3
3.1

Evaluating at each vector of B makes [u]B a standard coordinate column, so the columns of [S∘T]BD equal those of the displayed product. Therefore the matrices are equal.

step 2.1L1L2L3∎
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

End⁡F(V) is a ring and matrix representation is a ring isomorphism End⁡F(V)≅Mn(F)

Statement

Let V be an n-dimensional vector space over F. Then End⁡F(V):=L(V,V) is a ring under pointwise addition and composition, and for every ordered basis B the map

T⟼[T]BB

is a ring isomorphism End⁡F(V)≅Mn(F).

Facts & Assumptions

Given: A finite-dimensional F-vector space V and an ordered basis B of length n.

[L1]

L(V,V) is a vector space under pointwise operations (L(V,W) is a vector space over the common scalar field).

[L2]

Matrix representation is a vector-space isomorphism and sends composition to matrix multiplication (T↦[T]BC is a vector-space isomorphism L(V,W)≅Mm×n(F), [S∘T]BD=[S]CD[T]BC).

Proof

technique · direct
1.1

Composition of endomorphisms is associative, has id⁡V as identity, and distributes over pointwise addition; together with the additive group from [L1], this makes End⁡F(V) a ring.

givenL1
2.1

By [L2], matrix representation is a bijective linear map, so it preserves addition and zero.

step 1.1L1L2
3.1

It preserves products by the composition formula in [L2], and [id⁡V]BB=In by coordinate action. Thus it is a bijective unital ring homomorphism and hence a ring isomorphism.

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

Invertible matrices and the general linear group GL⁡n(F)

Definition

A matrix A∈Mn(F) is invertible when there is a matrix B∈Mn(F) such that

AB=In=BA.

Such a B is unique and is denoted A−1. The general linear set is

GL⁡n(F):={A∈Mn(F):A is invertible}.

It is the set of units of the ring Mn(F). The fact that it is a group under matrix multiplication is GL⁡n(F) is a group under matrix multiplication, including the trivial group GL⁡0(F) ↗. For n=0, the unique empty matrix is I0 and is its own inverse.

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

A square matrix is invertible exactly when its multiplication map is a linear isomorphism; matrices preserve inverses of linear isomorphisms

Statement

For A∈Mn(F), let LA:Mn×1(F)→Mn×1(F) be LA(x)=Ax. Then A is invertible if and only if LA is a linear isomorphism.

More generally, if T:V→W is a linear isomorphism between finite-dimensional spaces and B,C are ordered bases, then [T]BC is invertible and

[T−1]CB=([T]BC)−1.

Facts & Assumptions

Given: A field F, a natural n, and the matrix multiplication map LA; for the general claim, an isomorphism T and ordered bases B,C.

[L1]

An invertible matrix has a two-sided matrix inverse, and a linear isomorphism has a two-sided linear inverse (Invertible matrices and the general linear group GL⁡n(F), Invertible linear maps, linear isomorphisms, and inverse linear maps).

[L2]

Matrix representation sends a composite of linear maps to the product of their matrices ([S∘T]BD=[S]CD[T]BC).

[L3]

Matrix multiplication distributes over addition and is compatible with scalar multiplication (Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication).

[L4]

Every linear map between finite-dimensional coordinate spaces has a matrix in chosen ordered bases (T↦[T]BC is a vector-space isomorphism L(V,W)≅Mm×n(F)).

[L5]

The dimension of a finite-dimensional vector space is the common size of its finite bases (Finite-dimensional vector space, and its dimension dim⁡FV; infinite-dimensional means having no finite basis).

Proof

technique · direct
1.1

By [L3], LA and LB are linear. If AB=BA=In, then LALB=LAB=id⁡ and LBLA=LBA=id⁡, so LA is a linear isomorphism with inverse LB. This includes n=0, where the unique empty matrix and the unique zero-space map are their own inverses.

givenL1L3
2.1

Conversely, if LA has a linear inverse S, [L4] represents S by a matrix B in the standard coordinate basis. The two identity composites and [L2] give AB=In=BA, so A is invertible.

step 1.1L1L2L4
3.1

For a general linear isomorphism T, the list T(B) is an ordered basis of W: T−1 transfers both linear independence and spanning back to B. Hence [L5] shows that B and C have the same length, so the two displayed representation matrices are square. Representing T−1∘T and T∘T−1 in the chosen bases, [L2] gives both inverse equations for [T]BC and [T−1]CB.

step 2.1L1L2L5∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-11Open item page →

Two finite-dimensional vector spaces over F are linearly isomorphic if and only if they have the same dimension

Statement

Two finite-dimensional vector spaces over the same field F are linearly isomorphic if and only if they have the same dimension.

Facts & Assumptions

Given: Finite-dimensional F-vector spaces V,W.

Proof

technique · direct
1.1

If T:V→W is an isomorphism and (bj)j<n is a basis of V, then (T(bj))j<n is independent because applying T−1 to a vanishing linear combination makes every coefficient zero, and it spans because every w equals T(v) and v expands in the bj. Thus it is a basis of W, so the dimensions agree.

givenL1
2.1

Conversely, if the dimensions agree, choose ordered bases (bj)j<n of V and (cj)j<n of W and define T(∑jxjbj)=∑jxjcj. Unique coordinates make this a linear map with T(bj)=cj.

step 1.1L1
3.1

Defining S(∑jyjcj)=∑jyjbj gives a linear inverse to T. For n=0, both bases are empty and both spaces are zero, so the same formulas give the unique isomorphism.

step 2.1L1∎
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

GL⁡n(F) is a group under matrix multiplication, including the trivial group GL⁡0(F)

Statement

For every field F and natural n, GL⁡n(F) is a group under matrix multiplication. For n=0, it is the trivial group containing the unique empty matrix.

Facts & Assumptions

Given: A field F and a natural n.

[L1]

GL⁡n(F) is the set of invertible matrices, equivalently the units of Mn(F) (Invertible matrices and the general linear group GL⁡n(F)).

[L2]

The units of a ring contain the identity and are closed under multiplication and inversion, and they form a group (The units of a ring are the invertible elements of its multiplicative monoid, and R× is a group under multiplication; 0∈R× only in the zero ring).

Proof

technique · direct
1.1

By [L1], GL⁡n(F) is exactly the unit set of the ring Mn(F).

givenL1
2.1

Applying [L2] gives closure, associativity inherited from the ring, identity In, and inverse A−1 for every element, so GL⁡n(F) is a group.

step 1.1L1L2
3.1

If n=0, M0(F) has one element, the empty matrix I0, which is its own inverse; hence its unit group is the trivial group.

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

The change-of-basis matrix PC←B=[id⁡V]BC

Definition

Let B and C be ordered bases of the same finite-dimensional vector space V. The change-of-basis matrix from B-coordinates to C-coordinates is

PC←B:=[id⁡V]BC.

Its j-th column is [bj]C. The arrow records the direction in which coordinate columns are converted.

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

[v]C=PC←B[v]B and PB←C=PC←B−1

Statement

For ordered bases B,C of a finite-dimensional vector space V and every v∈V,

[v]C=PC←B[v]B.

Moreover,

PB←C=PC←B−1.

Facts & Assumptions

Given: Ordered bases B,C of V and a vector v∈V.

[L1]

PC←B is the matrix of id⁡V from B-coordinates to C-coordinates (The change-of-basis matrix PC←B=[id⁡V]BC).

[L2]

Coordinate action converts a vector's coordinate column by the matrix of the map, and matrix representation sends composites to products ([T(v)]C=[T]BC[v]B, [S∘T]BD=[S]CD[T]BC).

Proof

technique · direct
1.1

Applying coordinate action from [L2] to id⁡V and using [L1] gives [v]C=PC←B[v]B.

givenL1L2
2.1

Represent the identity composition id⁡V∘id⁡V first from B through C back to B, and then from C through B back to C.

step 1.1L1L2
3.1

The composite-matrix formula in [L2] gives PB←CPC←B=I and PC←BPB←C=I, so the two matrices are inverses. Empty ordered bases give the same two equations in M0(F).

step 2.1L1L2∎
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-11Open item page →

[T]B′C′=PC′←C[T]BCPB←B′

Statement

Let T:V→W be linear. If B,B′ are ordered bases of V and C,C′ are ordered bases of W, then

[T]B′C′=PC′←C[T]BCPB←B′.

Facts & Assumptions

Given: The linear map and four ordered bases in the Statement.

[L1]

PY←X is the matrix of the identity map converting X-coordinates to Y-coordinates (The change-of-basis matrix PC←B=[id⁡V]BC).

[L2]

Matrix representation sends a composite of linear maps to the product of their matrices in compatible intermediate bases ([S∘T]BD=[S]CD[T]BC).

Proof

technique · direct
1.1

Regard T from B′ to C′ as the composite of the identity on V from B′ to B, then T from B to C, then the identity on W from C to C′.

givenL1
2.1

Applying [L2] twice, with the matrix of the last-applied map on the left, gives [T]B′C′=PC′←C[T]BCPB←B′.

step 1.1L1L2
3.1

The right factor is square of size dim⁡V, the middle factor has shape (dim⁡W)×(dim⁡V), and the left factor is square of size dim⁡W, so the product is defined and has the asserted shape, proving the formula.

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

Similar matrices: B=P−1AP for an invertible P

Definition

Two matrices A,B∈Mn(F) are similar when there is an invertible matrix P∈GL⁡n(F) such that

B=P−1AP.

The matrix P is a change-of-basis matrix or conjugating matrix for this similarity. Replacing P by its inverse exchanges the roles of A and B.

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Similarity is an equivalence relation, and two matrices represent the same endomorphism in two bases exactly when they are similar

Statement

Similarity is an equivalence relation on Mn(F). Moreover, matrices A,B∈Mn(F) are similar if and only if there are an n-dimensional F-vector space V, an endomorphism T:V→V, and ordered bases B,C such that A=[T]BB and B=[T]CC.

Facts & Assumptions

Given: A field F, a natural n, and matrices A,B,C∈Mn(F).

[L1]

A and B are similar when B=P−1AP for some invertible P (Similar matrices: B=P−1AP for an invertible P).

[L2]

The square change-of-basis formula conjugates the matrix of an endomorphism by the coordinate transition matrix ([T]B′C′=PC′←C[T]BCPB←B′).

[L3]

The matrices Ei0 are the standard coordinate columns in Mn×1(F) (Matrix units Eij and the Kronecker delta).

[L4]

Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication (Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication).

[L5]

A finite ordered list is an ordered basis exactly when it is linearly independent and spans the space (Basis of a vector space: a linearly independent spanning subset; and ordered basis: an injective finite list whose image is a basis).

Proof

technique · direct
1.1

Taking P=In proves reflexivity. If B=P−1AP, then A=(P−1)−1BP−1, proving symmetry. If also C=Q−1BQ, then associativity in [L4] gives C=(PQ)−1A(PQ), proving transitivity. Thus similarity is an equivalence relation.

givenL1L4
2.1

If A and B represent the same endomorphism in bases B and C, [L2] gives B=P−1AP with P=PB←C, so they are similar.

step 1.1L1L2
3.1

Conversely, suppose B=P−1AP. On V=Mn×1(F) let T=LA, which is linear by [L4], and let E=(Ei0)i<n. By [L3], every column y has the unique expansion y=∑i<nyiEi0, so [L5] makes E the standard ordered basis. The columns of invertible P form an ordered basis C: independence follows by multiplying Px=0 by P−1, and every column vector y equals P(P−1y), so [L5] applies. Moreover, [T]EE=A because T(Ej0) is the j-th column of A. The change matrix PE←C is P, so [L2] gives [T]CC=P−1AP=B.

step 2.1L1L2L3L4L5
4.1

Steps 2.1 and 3.1 prove both directions of the characterisation, including n=0, where the unique empty matrix represents the unique endomorphism of the zero space.

step 2.1step 3.1L1L2L3L4L5∎
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-11Open item page →

The trace tr⁡(A) as the sum of the diagonal entries

Definition

For a square matrix A=(aij)∈Mn(F), its trace is the sum of its diagonal entries,

tr⁡(A):=∑i∈naii.

For n=0, this is the empty sum, so the unique empty matrix has trace 0.

PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Trace is a linear functional on Mn(F)

Statement

For every natural n, the map tr⁡:Mn(F)→F is linear:

tr⁡(A+B)=tr⁡(A)+tr⁡(B),tr⁡(λA)=λtr⁡(A).

Facts & Assumptions

Given: Matrices A,B∈Mn(F) and a scalar λ∈F.

[L1]

The trace is the finite sum of the diagonal entries (The trace tr⁡(A) as the sum of the diagonal entries).

Proof

technique · direct
1.1

Entrywise addition and the finite-sum law give tr⁡(A+B)=∑i<n(aii+bii)=∑i<naii+∑i<nbii=tr⁡(A)+tr⁡(B).

givenL1
2.1

Likewise, tr⁡(λA)=∑i<nλaii=λ∑i<naii=λtr⁡(A).

step 1.1L1
3.1

If n=0, every displayed sum is empty and has value 0, so trace is the zero linear functional on the zero matrix space.

step 2.1L1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-11Open item page →

For A∈Mm×n(F) and B∈Mn×m(F), tr⁡(AB)=tr⁡(BA)

Statement

For A∈Mm×n(F) and B∈Mn×m(F),

tr⁡(AB)=tr⁡(BA).

The two products may have different sizes, and the equality includes m=0 or n=0.

Facts & Assumptions

Given: A field F and the rectangular matrices in the Statement.

Proof

technique · direct
1.1

Expanding by [L1] gives tr⁡(AB)=∑i<m∑j<naijbji.

givenL1
2.1

By [L2] and commutativity of multiplication in F, this equals ∑j<n∑i<mbjiaij.

step 1.1L1L2
3.1

The final double sum is tr⁡(BA) by [L1]. If m=0 or n=0, both sides are empty double sums and equal 0.

step 2.1L1L2∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-11Open item page →

Similar matrices have the same trace

Statement

If square matrices A and B over F are similar, then tr⁡(A)=tr⁡(B).

Facts & Assumptions

Given: Similar matrices A,B∈Mn(F).

[L1]

Similarity means B=P−1AP for an invertible matrix P (Similar matrices: B=P−1AP for an invertible P).

[L2]

For conformable rectangular matrices X,Y, one has tr⁡(XY)=tr⁡(YX) (For A∈Mm×n(F) and B∈Mn×m(F), tr⁡(AB)=tr⁡(BA)).

Proof

technique · direct
1.1

Choose invertible P with B=P−1AP as in [L1].

givenL1
2.1

Apply [L2] to X=P−1A and Y=P to obtain tr⁡(B)=tr⁡(P(P−1A)).

step 1.1L1L2
3.1

By associativity and unitality from [L3], P(P−1A)=(PP−1)A=InA=A, so tr⁡(B)=tr⁡(A).

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

The basis-independent trace of an endomorphism of a finite-dimensional vector space

Definition

Let V be a finite-dimensional vector space over F and let T:V→V be linear. Choose any ordered basis B of V and define the trace of the endomorphism T by

tr⁡(T):=tr⁡([T]BB).

This is independent of the chosen basis: matrices of the same endomorphism in two ordered bases are similar, and similar matrices have equal trace. When V is the zero space, the empty basis gives trace 0.

5 · Examples, counterexamples and false statements

None yet.

Sources