Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16
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 worked QR factorisation of an invertible real matrix

Example

The invertible matrix

A=(1110)

has the QR factorisation

A=QR,Q=12(1111),R=(21/201/2).

Facts & Assumptions

Given: The displayed real matrix A.

[L1]

QR factorisation applies Gram–Schmidt to the columns and requires an upper-triangular factor with positive diagonal (Every invertible real or complex square matrix has a unique factorisation A=QR with Q orthogonal or unitary and R upper triangular with positive real diagonal).

[L3]

Gram–Schmidt preserves successive spans while normalising orthogonal residuals (Gram–Schmidt turns every finite independent list into an orthonormal list with the same successive spans).

Verification

technique · computation
1.1

The columns are a0=(1,1) and a1=(1,0). By [L2]–[L3], q0=(1,1)/2, while a1a1,q0q0=(1/2,1/2) normalises to q1=(1,1)/2.

L2L3algebra
2.1

The coefficients are R00=2, R01=1/2, and R11=1/2, with R10=0. Thus R is upper triangular with positive diagonal.

step 1.1L1
3.1

Direct multiplication gives QR=A, and QTQ=I. This verifies the displayed QR factorisation.

step 1.1step 2.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: 54 results over 14 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.