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.

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

The Determinant of an Operator: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-13Open item page →

A nonidentity projection of the plane has determinant zero and is not invertible

Example

Over R, the projection T(x,y)=(x,0) has determinant 0 and is not invertible.

Facts & Assumptions

Given: T:R2R2, T(x,y)=(x,0).

[F1]

R is a field (The reals form a field).

[L1]

A finite-dimensional operator over a field is invertible exactly when its determinant is nonzero (A finite-dimensional linear operator over a field is invertible if and only if its determinant is nonzero).

Verification

technique · direct
1.1

In the standard ordered basis, [T]=(1000), so [F2] gives det(T)=1000=0.

F1F2algebra
1.2

Directly, (0,1) is a nonzero vector in the kernel and the image is {(x,0):xR}, so T is neither injective nor surjective.

givenalgebra
2.1

The invertibility criterion [L1] agrees with step 1.2 because the determinant computed in step 1.1 is zero.

step 1.1step 1.2L1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-13Open item page →

One operator has matrices diag(2,3) and (2013) in two bases, both with determinant 6

Example

Let T(x,y)=(2x,3y) on R2. In the standard ordered basis E, its matrix is diag(2,3). In the ordered basis B=((1,1),(0,1)), its matrix is (2013). Both determinants are 6.

Facts & Assumptions

Given: T,E,B as in the example.

[F1]

R is a field (The reals form a field).

[L1]

If P=PEB, then [T]B=P1[T]EP ([T]BC=PCC[T]BCPBB).

[L2]

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

Verification

technique · direct
1.1

Direct evaluation gives [T]E=A=(2003) and P=(1011), whose inverse is P1=(1011).

F1givenalgebra
2.1

Matrix multiplication in [L1] gives [T]B=P1AP=(2013).

step 1.1L1algebra
3.1

By the two-term determinant formula, det(A)=23=6 and det([T]B)=2301=6.

step 2.1F2algebra
4.1

The explicit computations in steps 3.1 and 2.1 illustrate the equality asserted abstractly by [L2].

step 3.1step 2.1L2
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-13Open item page →

Multiplication by 2 on Z is injective but not surjective: its determinant is the non-unit 2, its adjugate is integral, and its inverse exists after extending scalars to Q

Example

The coordinate endomorphism T[2]:ZZ is injective but not surjective. Its determinant is the non-unit 2, its adjugate is [1], and after extending scalars to Q its inverse is [1/2].

Facts & Assumptions

Given: The 1×1 matrix A=[2].

[L1]

Integer multiplication has cancellation (The integers have no zero divisors; multiplicative cancellation).

[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).

[L3]

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

[F3]

Verification

technique · direct
1.1

From the 1×1 definitions, TA(n)=2n, det(A)=2, and adj(A)=[1], because the unique empty minor has determinant 1.

F1F2algebra
1.2

If 2m=2n, integer cancellation gives m=n, so TA is injective. It is not surjective because 2n=1 has no integer solution.

L1algebra
2.1

The element 2 is not a unit of Z by [F1], so [L2] agrees that A is not invertible over Z.

step 1.1F1L2
2.2

Over the field Q, 2 is a unit. Formula [L3] and step 1.1 give A1=21[1]=[1/2].

F3L3step 1.1
3.1

Steps 1.1 through 2.2 establish every claim.

step 1.1step 1.2step 2.1step 2.2
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

FALSE: a square matrix over a commutative ring is invertible if and only if its determinant is nonzero

Statement

False claim: for every commutative ring R and every positive-sized square matrix A over R, the matrix A is invertible if and only if det(A)0.

Facts & Assumptions

Given: The claimed equivalence over arbitrary commutative rings.

[F3]

For a positive-sized square matrix A=(aij) over a commutative ring, det(A)=σSnsgn(σ)i<naσ(i),i (For n1, the determinant over a commutative ring by the Leibniz formula, and detA for a real matrix).

[L1]

The correct general criterion is: a positive-sized square matrix over a commutative ring is invertible if and only if 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).

Refutation

technique · direct
1.1

The reverse implication fails in Z. By [F3], the unique term in the 1×1 determinant gives det([2])=2. This determinant is nonzero but is not a unit by [F2], so [L1] shows that [2] is not invertible.

F2F3L1algebra
1.2

The forward implication also fails under the stated ring convention. In the zero ring allowed by [F1], the 1×1 identity matrix is [0]; it is its own two-sided inverse, and [F3] gives its determinant as 0.

F1F3algebra
2.1

Thus both directions of the claimed equivalence can fail. Replacing "nonzero" by "a unit" gives the valid equivalence [L1], including for the zero ring.

step 1.1step 1.2L1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-13Open item page →

A sparse 4×4 determinant is 30 by both cofactor expansion and row reduction

Example

Over Z,

A=(1200030048210005)

has determinant 30, both by cofactor expansion and by row reduction.

Facts & Assumptions

Given: The displayed matrix A.

[F1]

Z is a commutative ring (The integers form a commutative ring).

[L1]

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

[L3]

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

Verification

technique · direct
1.1

Expand along the last row. Its only nonzero entry is 5 in position (3,3), with positive cofactor sign, so det(A)=5det(120030482).

F1L1algebra
1.2

Alternatively, replace row 2 by row 24 times row 0 (the third row by the third row minus four times the first row). The result is upper triangular with diagonal 1,3,2,5, and the operation does not change the determinant.

L2algebra
2.1

Expand the 3×3 determinant along its last column. The only nonzero entry there is 2, again with positive sign, giving det(A)=52det(1203)=523=30.

step 1.1L1algebra
2.2

By [L3], the determinant in step 1.2 is 1325=30.

step 1.2L3algebra
3.1

Steps 2.1 and 2.2 give the same value by the two requested methods.

step 2.1step 2.2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-13Open item page →

The adjugate gives the inverse of a 3×3 rational matrix with determinant 3

Example

For

A=(120011101)M3(Q),

one has det(A)=3 and

A1=13(122111121).

Facts & Assumptions

Given: The displayed matrix A.

[F1]
[F2]

The cofactor matrix is (Cij) and the adjugate is its transpose (Deleted-row-and-column minors, cofactors, the cofactor matrix and the adjugate over a commutative ring).

[L2]

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

Verification

technique · direct
1.1

Computing the nine signed 2×2 minors gives cof(A)=(111212211),adj(A)=(122111121).

F2algebra
2.1

Direct multiplication gives Aadj(A)=3I3. By [L1], this also confirms det(A)=3.

step 1.1L1algebra
3.1

The scalar 3 is a unit of Q by [F1], so [L2] gives the displayed inverse. Multiplying it by A on either side gives I3.

step 2.1F1L2algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-13Open item page →

Cramer's rule solves 2x+y=5 and xy=1 as (x,y)=(2,1)

Example

Cramer's rule solves 2x+y=5, xy=1 over Q as (x,y)=(2,1).

Facts & Assumptions

Given: A=(2111) and b=(51).

[F1]
[L1]

Over a field, a nonzero determinant gives the unique solution xj=det(Aj(b))/det(A) (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).

Verification

technique · direct
1.1

Direct calculation gives det(A)=2(1)1=30.

F1F2algebra
1.2

Replacing the first and second columns gives det(5111)=6,det(2511)=3.

F2algebra
2.1

By [L1], x=(6)/(3)=2 and y=(3)/(3)=1.

step 1.1step 1.2L1
3.1

Substitution gives 2(2)+1=5 and 21=1, verifying both equations and the claimed solution.

step 2.1algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-13Open item page →

Determinant is additive in one selected column but not under simultaneous whole-matrix addition

Example

Over Z, determinant is additive when one column varies and the other is fixed, but it is not additive as a function of the whole matrix.

Facts & Assumptions

Given: u=(1,0)T, v=(0,1)T, w=(0,1)T, and A=B=I2.

[F1]

Z is a commutative ring (The integers form a commutative ring) and the displayed columns and matrices belong to the corresponding matrix sets (Finite rectangular matrices over a commutative ring, their entries, rows and columns).

Verification

technique · direct
1.1

Direct calculation gives det[u+v,w]=1,det[u,w]+det[v,w]=1+0=1.

F1F2algebra
1.2

For simultaneous whole-matrix addition, A+B=2I2, so det(A+B)=4, whereas det(A)+det(B)=1+1=2.

F1F2algebra
2.1

This is the instance det[u+v,w]=det[u,w]+det[v,w] of columnwise multilinearity [L1], with the second column fixed.

step 1.1L1
3.1

Steps 2.1 and 1.2 isolate the distinction: additivity holds in a single selected column, but fails for the whole matrix argument.

step 2.1step 1.2

Sources