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.

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

Determinants over a Ring: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-11Open item page →

The Leibniz formula gives det(abcd)=adbc\det\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc

Example

For every commutative ring, det(abcd)=adbc.\det\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc.

Facts & Assumptions

Given: A 2×22\times2 matrix A=(abcd)A=\begin{pmatrix}a&b\\c&d\end{pmatrix} over a commutative ring.

Verification

technique · direct
1.1

The two permutations of 2={0,1}2=\{0,1\} are the identity, with sign 11, and the swap, with one inversion and sign 1-1.

L1L2
2.1

Their Leibniz monomials are a00a11=ada_{00}a_{11}=ad and a10a01=cb=bca_{10}a_{01}=cb=bc, so the signed sum is adbcad-bc.

step 1.1algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-11Open item page →

A full 3×33\times3 Leibniz expansion lists all six permutations and their signs

Example

For A=(aij)M3(R)A=(a_{ij})\in M_3(R), detA=a00a11a22+a10a21a02+a20a01a12a10a01a22a20a11a02a00a21a12.\det A=a_{00}a_{11}a_{22}+a_{10}a_{21}a_{02}+a_{20}a_{01}a_{12}-a_{10}a_{01}a_{22}-a_{20}a_{11}a_{02}-a_{00}a_{21}a_{12}.

Verification

technique · direct
1.1

The even permutations in one-line notation are [0,1,2][0,1,2], [1,2,0][1,2,0] and [2,0,1][2,0,1]; the odd ones are [1,0,2][1,0,2], [2,1,0][2,1,0] and [0,2,1][0,2,1]. These are all six permutations.

L1L2L3
2.1

Substitution yields the displayed six terms. For A=(123014560)A=\begin{pmatrix}1&2&3\\0&1&4\\5&6&0\end{pmatrix} they give 0+0+4001524=10+0+40-0-15-24=1, a concrete check of the signs.

step 1.1algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

An integer matrix of determinant 22 is invertible over Q\mathbb Q but not over Z\mathbb Z

Example

The integer matrix A=diag(2,1)A=\operatorname{diag}(2,1) has determinant 22. It is invertible as a matrix over Q\mathbb Q, but it is not invertible as a matrix over Z\mathbb Z.

Facts & Assumptions

Given: A=(2001)A=\begin{pmatrix}2&0\\0&1\end{pmatrix}.

[L2]

An invertible matrix over a commutative ring has unit determinant (An invertible square matrix over a commutative ring has unit determinant).

[L3]

The rationals form a field (The rationals form a field).

[L4]

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

Verification

technique · direct
1.1

Fact [L1] gives detA=2\det A=2. Over Q\mathbb Q, the matrix diag(1/2,1)\operatorname{diag}(1/2,1) multiplies with AA in either order to give I2I_2, so AA is invertible there.

L1L2L3L4L5algebra
2.1

Over Z\mathbb Z, the determinant 22 is not a unit by [L5]. The contrapositive of [L2] therefore rules out an integer inverse.

step 1.1L2L5
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

Over Z/2\mathbb Z/2, an antisymmetric bilinear form need not be alternating

Statement refuted

The false converse is: every antisymmetric bilinear function is alternating. Over R=Z/2R=\mathbb Z/2, define F:M2(R)RF:M_2(R)\to R on columns x,yR2x,y\in R^2 by F([xy])=x0y0F([x\mid y])=x_0y_0. Then FF is bilinear and antisymmetric but not alternating.

Facts & Assumptions

Given: The field R=Z/2R=\mathbb Z/2 and the displayed function FF.

[L1]

Antisymmetric means that swapping columns negates the value, while alternating means vanishing on equal columns (Column-multilinear, alternating, normalized and antisymmetric functions on square matrices over a commutative ring).

Counterexample

technique · direct
1.1

The coordinate product is linear in each column. Moreover F([yx])=y0x0=x0y0=F([xy])F([y\mid x])=y_0x_0=x_0y_0=-F([x\mid y]) because multiplication is commutative and 1=1-1=1 in RR. Thus FF is antisymmetric.

L1L2L3algebra
2.1

For e0=(1,0)Te_0=(1,0)^{\mathsf T}, one has F([e0e0])=1F([e_0\mid e_0])=1, so FF does not vanish on equal columns and is not alternating.

step 1.1L1algebra
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

The naive quaternionic formula adbcad-bc is not row-alternating: a matrix with equal rows can have value 2k02k\ne0

Statement refuted

The commutative-ring formula adbcad-bc does not define a row-alternating determinant for quaternionic 2×22\times2 matrices. A matrix with two equal rows can have naive value 2k02k\ne0.

Facts & Assumptions

Given: The quaternionic matrix A=(ijij)A=\begin{pmatrix}i&j\\i&j\end{pmatrix} and the naive expression D(A)=adbcD(A)=ad-bc.

[L3]

Over a commutative ring the genuine 2×22\times2 determinant formula is adbcad-bc (The Leibniz formula gives det(abcd)=adbc\det\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc).

Counterexample

technique · direct
1.1

The two rows of AA are both (i,j)(i,j), so a row-alternating function would vanish on AA.

L1L2L3
2.1

The naive expression instead gives D(A)=ijji=k(k)=2kD(A)=ij-ji=k-(-k)=2k. If 2k=02k=0, then k=kk=-k, contrary to [L2]; hence D(A)0D(A)\ne0.

step 1.1L2algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

Row operations track determinant correctly for a singular triangular matrix over Z/6\mathbb Z/6

Example

Over R=Z/6R=\mathbb Z/6, let A=diag(2,1)A=\operatorname{diag}(2,1). Then AA is not invertible although detA=20\det A=2\ne0. A swap changes the determinant to 4=24=-2, scaling the first row by the nonzero nonunit 33 changes it to 0=320=3\cdot2, and adding four times the second row to the first leaves it equal to 22.

Facts & Assumptions

Given: The displayed matrix over Z/6\mathbb Z/6.

[L1]

Row swaps, arbitrary scalings and row additions have the three determinant laws without a nonsingularity assumption (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).

[L2]

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

[L4]

Z/6\mathbb Z/6 consists of congruence classes modulo 66 (The congruence class [a]n[a]_n and the quotient set Z/n\mathbb{Z}/n).

[L5]

An invertible matrix over a commutative ring has unit determinant (An invertible square matrix over a commutative ring has unit determinant).

Verification

technique · direct
1.1

By [L2], detA=2\det A=2. The element 22 is not a unit modulo 66, since every product 2r2r is even and cannot be congruent to 11; therefore [L5] implies that AA is not invertible.

L1L2L3L4L5algebra
2.1

Swapping rows gives (0120)\begin{pmatrix}0&1\\2&0\end{pmatrix} with determinant 2=4-2=4. Scaling row 00 by 33 gives diag(0,1)\operatorname{diag}(0,1) with determinant 0=320=3\cdot2. Replacing row 00 by row 0+4R10+4R_1 gives (2401)\begin{pmatrix}2&4\\0&1\end{pmatrix} with determinant 22.

step 1.1algebra
3.1

These values agree respectively with negation, multiplication by 33, and invariance under row addition in [L1]. No cancellation, unit scaling or invertibility was used.

step 2.1L1
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-11Open item page →

FALSE: det(A+B)=det(A)+det(B)\det(A+B)=\det(A)+\det(B) for all same-sized square matrices

Statement

The following claim is false: for all same-sized square real matrices, det(A+B)=det(A)+det(B).\det(A+B)=\det(A)+\det(B).

Facts & Assumptions

Given: Over R\mathbb R, take A=B=I2A=B=I_2.

[L1]

Matrix addition is entrywise and I2I_2 has diagonal entries 11 (Entrywise ring-matrix operations, rectangular matrix products, identity matrices and transpose).

[L2]

Determinant is multilinear in one selected row or column while all other rows or columns are fixed (The Leibniz determinant is column-multilinear, alternating and normalized over every commutative ring).

[L4]

The real numbers form a field (The reals form a field).

Refutation

technique · direct
1.1

Here A+B=2I2A+B=2I_2, so [L3] gives det(A+B)=4\det(A+B)=4, whereas det(A)+det(B)=1+1=2\det(A)+\det(B)=1+1=2. Since 424\ne2 in R\mathbb R, the claim fails.

L1L3L4algebra
2.1

The property in [L2] does not imply whole-matrix additivity: changing both rows at once produces cross terms. It permits addition only in one selected row or column while all the others remain fixed.

step 1.1L2

Sources