Alphabeta Math
Session-authored (Fable 5 assisted)
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.

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

The Determinant of a Linear Operator, Cofactors and Cramer's Rule

1 · Prerequisites

2 · Summary

The matrix determinant, its multiplicative law, and its behaviour under elementary row operations come from determinants-of-matrices-over-a-commutative-ring and gaussian-elimination-and-row-reduction. Coordinate columns and representing matrices turn an endomorphism of a finite-dimensional vector space into a square matrix. The development below also uses the published criteria relating invertible matrices to linear isomorphisms and the change-of-basis formula for representing matrices.

An alternating top-degree form first shows that the matrix definition of an operator determinant is independent of the ordered basis. This basis-free determinant is then proved multiplicative and connected with row reduction and invertibility. Minors, cofactors, and the adjugate lead to Laplace expansion, the adjugate identity, the unit criterion over commutative rings, rank-one updates, Cramer's rule, and finally a basis-independent adjugate for linear operators.

3 · Logical flowchart

4 · Definitions, theorems and proofs

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

An alternating top-degree form is determined by its value on one ordered basis

Statement

Let V be an n-dimensional vector space over a field F, where n1, and let B=(b0,,bn1) be an ordered basis. If ω:VnF is alternating and linear in each argument, then

ω(v0,,vn1)=ω(b0,,bn1)detMB(v0,,vn1),

where MB(v0,,vn1) has the B-coordinate column of vj as column j. Thus ω is determined by its value on B.

Facts & Assumptions

Given: V,F,n,B,ω, and v0,,vn1 as in the statement.

[F2]

Every vector has a unique coordinate column in an ordered basis (Coordinate columns [v]B and matrices [T]BC of linear maps relative to ordered bases).

[L1]

If G:Mn(F)F is alternating and column-multilinear, then G(A)=G(In)det(A) (Every alternating multilinear F satisfies F(A)=F(I)σSnsgn(σ)iaσ(i),i).

Proof

technique · direct
1.1

For AMn(F), let wj be the unique vector whose B-coordinate column is column j of A, and define G(A):=ω(w0,,wn1). This is well defined, alternating, and column-multilinear.

F1F2given
2.1

The rigidity lemma gives G(A)=G(In)det(A).

step 1.1L1
3.1

For A=MB(v0,,vn1), one has G(A)=ω(v0,,vn1) and G(In)=ω(b0,,bn1). Substitution in step 2.1 proves the formula and the final determination claim.

step 2.1F2
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-13Open item page →

The determinant of an endomorphism of a finite-dimensional vector space: its matrix determinant in an ordered basis in positive dimension, and 1 on the zero space

Definition

Let T:VV be a linear operator on a finite-dimensional vector space over a field F (Finite-dimensional vector space, and its dimension dimFV; infinite-dimensional means having no finite basis).

If dimV=n1, choose an ordered basis B and define

det(T):=det([T]B),

where [T]B is the coordinate matrix of T (Coordinate columns [v]B and matrices [T]BC of linear maps relative to ordered bases) and the determinant on the right is the matrix determinant (For n1, the determinant over a commutative ring by the Leibniz formula, and detA for a real matrix). If V={0}, define det(T):=1.

The positive-dimensional definition is justified by The determinant of a linear operator is independent of the chosen ordered basis , which proves that the value does not depend on the chosen ordered basis.

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

On a positive-dimensional space, det(T) is the unique scalar by which T scales every alternating top-degree form

Statement

Let V be n-dimensional over a field F, with n1, and let T:VV be linear. For every alternating n-linear form ω:VnF,

ω(Tv0,,Tvn1)=det(T)ω(v0,,vn1).

Moreover, det(T) is the unique scalar having this property for every such ω and every n-tuple.

Facts & Assumptions

Given: V,F,n,T and ω as in the statement.

[L1]

For any ordered basis B, every alternating n-linear form satisfies η(v0,,vn1)=η(B)detMB(v0,,vn1) (An alternating top-degree form is determined by its value on one ordered basis).

[L2]

The matrix determinant is alternating, multilinear in the columns, and det(In)=1 (The Leibniz determinant is column-multilinear, alternating and normalized over every commutative ring).

Proof

technique · direct
1.1

Fix an ordered basis B. Define ωT(v0,,vn1):=ω(Tv0,,Tvn1); this is an alternating n-linear form.

given
1.2

Define δB(v0,,vn1):=detMB(v0,,vn1). It is alternating and n-linear, and δB(B)=1.

L2
2.1

Applying [L1] to ωT and then to ω gives ωT(v0,,vn1)=ωT(B)detMB(v0,,vn1) and ωT(B)=ω(B)det([T]B).

step 1.1L1
3.1

Combining the two formulas in step 2.1 and using [F1] and [L1] once more gives ωT=det(T)ω.

step 2.1F1L1algebra
4.1

If a scalar c has the stated scaling property, evaluate it for δB at B. The left side is det([T]B), so c=det([T]B)=det(T).

step 1.2F1
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The determinant of a linear operator is independent of the chosen ordered basis

Statement

Let T:VV be a linear operator on a finite-dimensional vector space over a field. If dimV1 and B and C are ordered bases of V, then

det([T]B)=det([T]C).

In dimension zero the operator determinant is the separately defined value 1. Consequently The determinant of an endomorphism of a finite-dimensional vector space: its matrix determinant in an ordered basis in positive dimension, and 1 on the zero space is well defined in every finite dimension.

Facts & Assumptions

Given: T,V,B,C as in the statement.

[F1]

The proposed value of det(T) in positive dimension is the determinant of a representing matrix, while in dimension zero it is 1 (The determinant of an endomorphism of a finite-dimensional vector space: its matrix determinant in an ordered basis in positive dimension, and 1 on the zero space).

[L1]

In positive dimension the representing-matrix determinant is the unique scalar by which T scales every alternating top-degree form (On a positive-dimensional space, det(T) is the unique scalar by which T scales every alternating top-degree form).

Proof

technique · direct
1.1

If dimV=0, [F1] defines the operator determinant directly as 1; no determinant of a 0×0 representing matrix is invoked.

F1
1.2

Suppose dimV1. Applying [L1] first with B and then with C characterises both det([T]B) and det([T]C) as the same unique basis-free scaling scalar.

L1
2.1

The two matrix determinants are therefore equal in positive dimension; together with the separate zero-dimensional definition in step 1.1, this proves well-definedness in every finite dimension.

step 1.1step 1.2
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

For endomorphisms S and T of one finite-dimensional vector space, det(ST)=det(S)det(T)

Statement

If S,T:VV are linear operators on one finite-dimensional vector space over a field, then

det(ST)=det(S)det(T).

Facts & Assumptions

Given: S,T,V as in the statement.

[L1]

On a positive-dimensional space, an operator scales every alternating top-degree form by its determinant, and that scalar is unique (On a positive-dimensional space, det(T) is the unique scalar by which T scales every alternating top-degree form).

Proof

technique · direct
1.1

If dimV=0, all three determinants in the formula are 1.

F1
1.2

Suppose dimV=n1, and let ω be any alternating n-linear form. Applying [L1] to S and then to T gives ω(STv0,,STvn1)=det(S)det(T)ω(v0,,vn1).

L1
2.1

The uniqueness clause of [L1], applied to ST, identifies the scaling scalar in step 1.2 as det(ST). Together with step 1.1, this proves the formula in every finite dimension.

step 1.1step 1.2L1L2
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

In positive dimension the determinant of an operator is computed from a representing matrix by row reduction, tracking swaps and row scalings

Statement

Let T be an operator on a positive-dimensional finite-dimensional vector space over a field, let B be an ordered basis, and row-reduce A=[T]B to an upper triangular matrix U. Each row addition leaves the determinant of the current matrix unchanged, each row swap changes its sign, each row scaling by c0 multiplies it by c, and det(U) is the product of the diagonal entries of U. Consequently, if the reduction uses s swaps and scalings c1,,cm, then

det(T)=(1)s(j=1mcj)1det(U).

Facts & Assumptions

Given: T, an ordered basis B, and A=[T]B.

[L1]

The operator determinant equals the determinant of its representing matrix in every ordered basis (The determinant of a linear operator is independent of the chosen ordered basis).

[L2]

Gaussian elimination over a field reduces every finite matrix to row echelon form (Gaussian elimination reduces every finite matrix over a field to row echelon form).

[L3]

A row swap negates a determinant, scaling one row by c scales it by c, and adding a scalar multiple of one row to another leaves it unchanged (For every square matrix, including singular ones, a row swap negates the determinant, scaling a row by any scalar scales it, and row addition leaves it unchanged).

[L4]

The determinant of a triangular square matrix is the product of its diagonal entries (The determinant of a triangular matrix is the product of its diagonal entries).

Proof

technique · direct
1.1

By [L1], det(T)=det(A), independently of the chosen basis.

L1
1.2

Apply Gaussian elimination to A and record, in order, every row operation used to reach an echelon matrix U.

L2
2.1

Reversing the recorded effects in [L3] expresses det(A) in terms of det(U): each swap contributes a factor 1, each forward row scaling by c0 contributes a reverse factor c1, and a row addition contributes no factor.

step 1.2L3algebra
3.1

Since the square echelon matrix U is upper triangular, [L4] gives det(U) as its diagonal product. With s swaps and scalings c1,,cm, step 2.1 gives det(U)=(1)s(jcj)det(A), and step 1.1 identifies det(A) with det(T); solving for det(T) gives the displayed formula.

step 1.1step 2.1L4algebra
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-13Open item page →

Deleted-row-and-column minors, cofactors, the cofactor matrix and the adjugate over a commutative ring

Definition

Let R be a commutative ring, let n1, and let A=(aij)Mn(R), with rows and columns indexed by 0,,n1 (Finite rectangular matrices over a commutative ring, their entries, rows and columns).

For 0i,j<n, the deleted-row-and-column matrix A(i,j) is obtained by deleting row i and column j. The minor and cofactor at (i,j) are

Mij(A):=det(A(i,j)),Cij(A):=εijMij(A),

where the sign is taken in R by parity: εij:=1R when i+j is even and εij:=1R when i+j is odd. Writing this as (1)i+j is the usual abbreviation; it is the ring element 1R raised to a natural-number power in R, not a real power. When n=1, A(0,0) is the unique 0×0 matrix and its determinant is defined locally to be 1. For n>1, the determinant is the published matrix determinant (For n1, the determinant over a commutative ring by the Leibniz formula, and detA for a real matrix).

The cofactor matrix is cof(A):=(Cij(A)), and the adjugate is

adj(A):=cof(A)T,

using the published transpose operation (Entrywise ring-matrix operations, rectangular matrix products, identity matrices and transpose).

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Laplace expansion computes the determinant along every row and every column over a commutative ring

Statement

Let R be a commutative ring, n1, and A=(aij)Mn(R). For every row i and every column j,

det(A)=k=0n1aikCik(A)anddet(A)=k=0n1akjCkj(A).

Facts & Assumptions

Given: R,n,A,i,j as in the statement.

[F1]

Cik(A)=(1)i+kdet(A(i,k)), with the determinant of the 0×0 minor defined to be 1 (Deleted-row-and-column minors, cofactors, the cofactor matrix and the adjugate over a commutative ring).

Proof

technique · direct
1.1

If n=1, both displayed sums have one term, a00(1)01=a00=det(A).

F1L1algebra
1.2

Suppose n>1. In the Leibniz sum for det(A), group the terms according to the unique column k whose chosen entry lies in row i.

L1
2.1

After the factor aik is removed, the remaining choices are exactly the permutations contributing to det(A(i,k)). Moving row i and column k to the last positions takes (n1i)+(n1k) transpositions, whose parity is the parity of i+k; hence the sign contribution is (1)i+k.

step 1.2algebra
3.1

Summing the groups in step 2.1 gives det(A)=kaik(1)i+kdet(A(i,k))=kaikCik(A).

step 2.1F1
4.1

Apply the row formula from step 3.1 to AT. Its row-j cofactors are the column-j cofactors of A, and [L2] identifies the two determinants, giving the column formula.

step 3.1L2F1
5.1

Steps 1.1, 3.1, and 4.1 prove both formulas for every n1.

step 1.1step 3.1step 4.1
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

For every positive-sized square matrix over a commutative ring, Aadj(A)=adj(A)A=det(A)I

Statement

For a commutative ring R, n1, and AMn(R),

Aadj(A)=adj(A)A=det(A)In.

Facts & Assumptions

Given: R,n,A as in the statement.

[L1]

Laplace expansion along row i is det(A)=kaikCik(A), and expansion along column j is det(A)=kakjCkj(A) (Laplace expansion computes the determinant along every row and every column over a commutative ring).

[L2]

The determinant is alternating and multilinear in rows (The determinant is alternating and multilinear in the rows as well as in the columns).

[L3]

A matrix with two equal columns has determinant 0 (A square matrix with a zero column or two equal columns has determinant zero).

[F1]

Matrix multiplication is given by (BC)ij=kbikckj (Entrywise ring-matrix operations, rectangular matrix products, identity matrices and transpose).

[L4]

Matrix multiplication is associative and distributive, and In is its identity (Matrix arithmetic over a commutative ring is associative, unital and distributive, and transpose reverses products).

Proof

technique · direct
1.1

The (i,j) entry of Aadj(A) is kaikCjk(A). If i=j, [L1] makes this det(A).

F1L1
1.2

If ij, replace row j of A by row i. Expanding the resulting determinant along row j gives kaikCjk(A), because the minors used in that row do not involve row j. The matrix has two equal rows, so its determinant is 0 by alternation.

L1L2
1.3

The (i,j) entry of adj(A)A is kCki(A)akj. It equals det(A) when i=j by column expansion. When ij, it is the column-i expansion of the matrix obtained by replacing column i by column j, whose determinant is 0 because it has two equal columns.

F1L1L3
2.1

Thus Aadj(A)=det(A)In.

step 1.1step 1.2L4
2.2

Hence adj(A)A=det(A)In.

step 1.3L4
3.1

Combining steps 2.1 and 2.2 proves both identities.

step 2.1step 2.2
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A positive-sized square matrix over a commutative ring is invertible if and only if its determinant is a unit

Statement

Let R be a commutative ring, n1, and AMn(R). Then A is invertible if and only if det(A) is a unit of R.

Facts & Assumptions

Given: R,n,A as in the statement.

[L1]

If a positive-sized square matrix is invertible, its determinant is a unit (An invertible square matrix over a commutative ring has unit determinant).

[F1]

A square matrix is invertible when it has a two-sided multiplicative inverse (Invertible square matrices and similarity over a commutative ring).

Proof

technique · direct
1.1

If A is invertible, [L1] says directly that det(A) is a unit.

L1
1.2

Conversely, suppose u:=det(A) is a unit, and let u1 be its inverse.

L3
2.1

Multiplying both identities in [L2] by the scalar u1 gives A(u1adj(A))=(u1adj(A))A=In.

step 1.2L2algebra
3.1

Thus u1adj(A) is a two-sided inverse, so A is invertible. Together with step 1.1, this proves both directions.

step 2.1F1step 1.1
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

If det(A) is a unit, then A1=det(A)1adj(A)

Statement

If R is a commutative ring, n1, AMn(R), and det(A) is a unit, then

A1=det(A)1adj(A).

Facts & Assumptions

Given: R,n,A as in the statement.

[L1]

The adjugate identity is Aadj(A)=adj(A)A=det(A)In (For every positive-sized square matrix over a commutative ring, Aadj(A)=adj(A)A=det(A)I).

[L2]

A positive-sized square matrix whose determinant is a unit is invertible (A positive-sized square matrix over a commutative ring is invertible if and only if its determinant is a unit).

Proof

technique · direct
1.1

Put u=det(A). Scaling [L1] by u1 gives A(u1adj(A))=(u1adj(A))A=In.

L1algebra
2.1

By [L2], A1 exists. Both it and u1adj(A) are two-sided inverses of A, so [L3] makes them equal.

step 1.1L2L3
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

For AMn(R) and columns u,v over a commutative ring, det(A+uvT)=det(A)+vTadj(A)u

Statement

Let R be a commutative ring, n1, AMn(R), and u,vMn×1(R). Then

det(A+uvT)=det(A)+vTadj(A)u.

Facts & Assumptions

Given: R,n,A,u,v as in the statement.

[L1]
[L2]

Expansion along column j is det(B)=ibijCij(B) (Laplace expansion computes the determinant along every row and every column over a commutative ring).

[F2]

Matrix products and transposes are given by their entry formulas (Entrywise ring-matrix operations, rectangular matrix products, identity matrices and transpose).

Proof

technique · direct
1.1

Column j of A+uvT is Aj+vju. Expanding the determinant by column multilinearity gives one term for each subset of columns chosen from uvT.

F2L1L3
2.1

The empty subset contributes det(A). Every term choosing at least two columns from uvT vanishes, since those chosen columns are scalar multiples of the same column u and alternation makes the determinant zero.

step 1.1L1
2.2

For the singleton subset {j}, pull out vj and expand the determinant of A with column j replaced by u along that column. Deleting that replaced column leaves exactly the same minors as deleting column j from A, so its contribution is vjiuiCij(A).

step 1.1L1L2
3.1

Summing step 2.2 over j and using [F1] gives i,jvjCij(A)ui=vTadj(A)u. Together with step 2.1, this is the claimed identity.

step 2.1step 2.2F1L3
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Over a commutative ring, adj(P1AP)=P1adj(A)P for every invertible P

Statement

Let R be a commutative ring, n1, A,PMn(R), and suppose P is invertible. Then

adj(P1AP)=P1adj(A)P.

Facts & Assumptions

Given: R,n,A,P as in the statement, and C:=P1AP.

[F1]

Similarity over a commutative ring means C=P1AP for an invertible P (Invertible square matrices and similarity over a commutative ring).

[L1]

Similar matrices have equal determinants (Similar matrices over a commutative ring have the same determinant).

[L2]
[F2]

Matrix products and transposes are given by their entry formulas (Entrywise ring-matrix operations, rectangular matrix products, identity matrices and transpose).

[L3]

Matrix multiplication is associative and distributive, and transpose reverses products (Matrix arithmetic over a commutative ring is associative, unital and distributive, and transpose reverses products).

Proof

technique · direct
1.1

For arbitrary columns u,v, C+uvT=P1(A+(Pu)(vTP1))P.

F1L3algebra
2.1

Apply [L1] to step 1.1, then [L2] to both rank-one updates. Since det(C)=det(A), cancellation in the additive group of R gives vTadj(C)u=vTP1adj(A)Pu.

step 1.1L1L2L3
3.1

For each i,j, let v be the column with entry 1 at i and 0 elsewhere, and let u be the analogous column at j. The product formula [F2] makes vTBu=Bij for every BMn(R), so step 2.1 says that the (i,j) entries of adj(C) and P1adj(A)P are equal.

step 2.1F2
4.1

Equality of all entries proves adj(C)=P1adj(A)P, and substituting the definition of C proves the statement.

step 3.1F1
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-13Open item page →

For AMn(R), the coordinate endomorphism TA:RnRn, with det(TA):=det(A) and adj(TA):=Tadj(A)

Definition

Let R be a commutative ring and n1. Write Rn:=Mn×1(R), with entrywise addition and scalar multiplication (Finite rectangular matrices over a commutative ring, their entries, rows and columns). For AMn(R), define the coordinate endomorphism

TA:RnRn,TA(x):=Ax,

using matrix multiplication (Entrywise ring-matrix operations, rectangular matrix products, identity matrices and transpose). It preserves addition and scalar multiplication. Define

det(TA):=det(A),adj(TA):=Tadj(A),

where the right sides use the matrix determinant (For n1, the determinant over a commutative ring by the Leibniz formula, and detA for a real matrix) and the matrix adjugate (Deleted-row-and-column minors, cofactors, the cofactor matrix and the adjugate over a commutative ring). These definitions concern the specified coordinate self-map; no choice of basis is involved.

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Cramer's rule over a commutative ring: every solution satisfies det(A)xj=det(Aj(b)), and a unit determinant gives the unique quotient formula

Statement

Let R be a commutative ring, n1, AMn(R), and bRn. Let Aj(b) be obtained from A by replacing column j by b. Every solution x of Ax=b satisfies

det(A)xj=det(Aj(b))(0j<n).

If det(A) is a unit, the solution is unique and

xj=det(A)1det(Aj(b)).

Facts & Assumptions

Given: R,n,A,b,j as in the statement, and a solution x when the first claim is used.

[L2]

Laplace expansion along a column computes the determinant as the sum of its entries times their cofactors (Laplace expansion computes the determinant along every row and every column over a commutative ring).

Proof

technique · direct
1.1

If Ax=b, then b=kxkAk, where Ak is column k of A.

F1given
1.2

Now suppose u:=det(A) is a unit. By [L3], A is invertible, so x=A1b=u1adj(A)b is the unique solution.

L3L4
2.1

Replace column j by the sum from step 1.1 and use column multilinearity. Every term with kj has two equal columns and vanishes; the term k=j is xjdet(A). Thus det(Aj(b))=xjdet(A).

step 1.1L1
2.2

Its jth coordinate is u1iCij(A)bi. Deleting column j removes the replaced column, so Cij(Aj(b))=Cij(A); expanding Aj(b) along column j therefore identifies the sum as det(Aj(b)).

step 1.2F1L2
3.1

Step 2.1 proves the unconditional cross-multiplied identity, and step 2.2 proves the quotient formula and uniqueness under the unit hypothesis.

step 2.1step 2.2
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Over a field, for each right-hand side b, Ax=b has a unique solution exactly when det(A) is nonzero, and then Cramer's quotient formula holds

Statement

Let F be a field, n1, AMn(F), and fix bFn. The system Ax=b has a unique solution if and only if det(A)0. In that case

xj=det(Aj(b))det(A)(0j<n).

Facts & Assumptions

Given: F,n,A,b as in the statement.

[F1]
[L1]

Over a commutative ring, a unit determinant gives the unique Cramer solution xj=det(A)1det(Aj(b)) (Cramer's rule over a commutative ring: every solution satisfies det(A)xj=det(Aj(b)), and a unit determinant gives the unique quotient formula).

[L2]
[L3]

A positive-sized square matrix over a commutative ring is invertible exactly when its determinant is a unit (A positive-sized square matrix over a commutative ring is invertible if and only if its determinant is a unit).

Proof

technique · direct
1.1

If det(A)0, it is a unit by [F1], so [L1] gives the unique solution and the displayed quotient formula.

F1L1
1.2

Conversely, suppose Ax=b has the unique solution x. If Az=0, then A(x+z)=b by distributivity, so uniqueness gives z=0. Thus the kernel of A is zero.

L4given
2.1

By [L2], step 1.2 makes A invertible. By [L3] and [F1], det(A) is a unit and hence is nonzero.

step 1.2L2L3F1
3.1

Steps 1.1 and 2.1 prove both directions.

step 1.1step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A finite-dimensional linear operator over a field is invertible if and only if its determinant is nonzero

Statement

Let T:VV be a linear operator on a finite-dimensional vector space over a field F. Then T is invertible if and only if det(T)0.

Facts & Assumptions

Given: T,V,F as in the statement.

[L4]

Every square matrix is the representing matrix of a unique operator, and composition of operators becomes multiplication of their matrices (T[T]BC is a vector-space isomorphism L(V,W)Mm×n(F), [ST]BD=[S]CD[T]BC).

[L2]

A positive-sized square matrix over a commutative ring is invertible exactly when its determinant is a unit (A positive-sized square matrix over a commutative ring is invertible if and only if its determinant is a unit).

[F1]

A field is a commutative ring and its units are precisely its nonzero elements (Every field is a commutative ring with 10; it is an integral domain, and it is a commutative division ring).

[L3]

The operator determinant is the determinant of a representing matrix and is basis independent (The determinant of a linear operator is independent of the chosen ordered basis).

Proof

technique · direct
1.1

Suppose dimV1 and choose an ordered basis, writing A=[T]. If T is invertible, then A is invertible by [L1]. Conversely, if A is invertible, [L4] gives an operator S with [S]=A1; the composite formula gives [ST]=I=[TS], and injectivity of matrix representation gives ST=IV=TS. Thus T is invertible exactly when A is invertible.

L1L4algebra
1.2

If dimV=0, the unique endomorphism is the identity and is invertible, while [F2] gives det(T)=10.

F2algebra
2.1

By [L2] and [F1], A is invertible exactly when det(A)0; by [L3], this is exactly det(T)0.

step 1.1L2F1L3
3.1

Steps 2.1 and 1.2 establish the equivalence in every finite dimension.

step 2.1step 1.2
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Determinant is a group homomorphism GL(V)F×, and det(T1)=det(T)1

Statement

For a finite-dimensional vector space V over a field F, determinant restricts to a group homomorphism

det:GL(V)F×.

For every TGL(V), det(T1)=det(T)1.

Facts & Assumptions

Proof

technique · direct
1.1

If T is invertible, [L2] gives det(T)0, so det(T)F× and [L3] supplies its inverse.

L2L3
1.2

Put d=det(IV). By [L1], d=d2, and [L2] gives d0 because IV is invertible. Field cancellation yields d=1.

L1L2algebra
2.1

Multiplicativity [L1] and step 1.2 show that determinant preserves the group product and identity.

L1step 1.2
2.2

For invertible T, [F1] gives TT1=IV. Applying [L1] and step 1.2 yields det(T)det(T1)=1, so uniqueness of inverses in [L3] gives det(T1)=det(T)1.

F1L1step 1.2L3
3.1

Steps 1.1, 2.1, and 2.2 prove the homomorphism and inverse claims.

step 1.1step 2.1step 2.2
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-13Open item page →

The adjugate of an operator on a positive-dimensional finite-dimensional vector space, defined by the adjugate matrix in any basis

Definition

Let T:VV be a linear operator on a finite-dimensional vector space over a field, with dimV=n1. Choose an ordered basis B. The adjugate operator adj(T):VV is the unique linear operator satisfying

[adj(T)]B=adj([T]B),

where the matrix adjugate is defined in Deleted-row-and-column minors, cofactors, the cofactor matrix and the adjugate over a commutative ring. Existence and uniqueness follow because the matrix-representation map is an isomorphism (T[T]BC is a vector-space isomorphism L(V,W)Mm×n(F)).

This definition is independent of B. Indeed, the two-sided change-of-basis formula gives [T]C=P1[T]BP ([T]BC=PCC[T]BCPBB), and adjugate equivariance gives

adj([T]C)=P1adj([T]B)P

(Over a commutative ring, adj(P1AP)=P1adj(A)P for every invertible P), which is exactly the change-of-basis formula for the same operator.

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

For a positive-dimensional finite-dimensional operator, Tadj(T)=adj(T)T=det(T)I

Statement

Let T:VV be a linear operator on a finite-dimensional vector space over a field, with dimV1. Then

Tadj(T)=adj(T)T=det(T)IV.

Facts & Assumptions

Given: T,V as in the statement and an ordered basis B.

[L1]

For a positive-sized square matrix A, Aadj(A)=adj(A)A=det(A)I (For every positive-sized square matrix over a commutative ring, Aadj(A)=adj(A)A=det(A)I).

[L2]

The matrix of a composite is the product of the representing matrices ([ST]BD=[S]CD[T]BC).

Proof

technique · direct
1.1

Put A=[T]B. By [F1] and [L2], the matrices of Tadj(T) and adj(T)T are respectively Aadj(A) and adj(A)A.

F1L2
2.1

By [L1], both matrices in step 1.1 equal det(A)In, which equals det(T)In by [L3].

step 1.1L1L3
3.1

Equality of representing matrices gives both asserted operator identities.

step 2.1L4

5 · Examples, counterexamples and false statements

None yet.

Sources