Alphabeta Math
ExampleConstruction: Literature-sourcedVerification: AI-adaptedPipeline-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-30
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 Cholesky factorisation solves a small positive-definite system efficiently

Example

The symmetric positive-definite matrix A=(4223) has Cholesky factor L=(2012), and for b=(6,5)T the solve Ax=b gives x=(1,1)T.

Facts & Assumptions

Given: The displayed matrix A, the candidate factor L, and b=(6,5)T.

[L1]

Hermitian positive-definite matrices admit a unique Cholesky factorisation with positive diagonal (A matrix admits a Cholesky factorisation with positive diagonal exactly when it is Hermitian positive definite, and that factor is unique).

Verification

technique · direct
1.1

Direct multiplication gives LLT=(2012)(2102)=(4223)=A, so the displayed matrix is a Cholesky factor.

givenL1algebra
2.1

Solve Ly=b: 2y1=6 and y1+2y2=5, so y1=3 and y2=2. Then solve LTx=y: 2x2=2 and 2x1+x2=3, hence x2=1 and x1=1.

step 1.1L2algebra
3.1

Steps 1.1-2.1 verify the example.

step 1.1step 2.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

7 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources