Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31
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 hand calculation of Arnoldi shows the Hessenberg factorization entry by entry

Example

Take

A=(210121012),v1=e1.

The first two Arnoldi steps give

v2=e2,v3=e3,Hˉ2=(211201),

so with Q2=[e1e2] and Q3=[e1e2e3] one has

AQ2=Q3Hˉ2.

Facts & Assumptions

Given: The matrix A and start vector v1=e1.

[L1]

Before breakdown, Arnoldi produces an orthonormal Krylov basis and the factorization AQm=Qm+1Hˉm (Before breakdown, Arnoldi produces an orthonormal Krylov basis and a rectangular upper-Hessenberg factorization).

Verification

technique · direct
1.1

Since Av1=2e1+e2, the first Arnoldi coefficients are h11=2, h21=1, and v2=e2. Next, Av2=e1+2e2+e3, so h12=1, h22=2, h32=1, and v3=e3.

L1algebra
2.1

Therefore Q2=[e1e2] and Q3Hˉ2=[Ae1Ae2]=AQ2. The vectors are orthonormal exactly as [L1] predicts, and the Hessenberg entries are visible column by column.

L1step 1.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

4 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