Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-11
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.

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

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 83 results over 23 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources