Alphabeta Math
ExampleConstruction: AI-adaptedVerification: 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.

A 3×33\times3 system row reduces to a unique solution

Example

Over R\mathbb R, the system x+y+z=6,2xy+z=3,x+2yz=2x+y+z=6,\qquad 2x-y+z=3,\qquad x+2y-z=2 has the unique solution (x,y,z)=(1,2,3)(x,y,z)=(1,2,3).

Facts & Assumptions

Given: The displayed real linear system.

[L1]

An RREF with a pivot in every variable column gives one solution and no free variables (Reduced row echelon form detects consistency and parametrises every solution by the nonpivot variables).

[L2]

Row operations on the augmented matrix preserve the solution set (Elementary row operations on an augmented matrix preserve exactly the solutions of its linear system).

Verification

technique · direct
1.1

Its augmented matrix reduces as follows: subtract twice row 00 from row 11, subtract row 00 from row 22, swap rows 1,21,2, add three times row 11 to row 22, scale row 22 by 1/7-1/7, clear above its pivot, and then clear above the pivot in column 11; the result is [I3(1,2,3)T][I_3\mid(1,2,3)^{\mathsf T}].

L1L2algebra
2.1

The RREF gives the unique solution. Direct substitution yields 1+2+3=61+2+3=6, 22+3=32-2+3=3, and 1+43=21+4-3=2.

step 1.1algebra

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: 13 results over 8 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