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.

GMRES on a small nonsymmetric system becomes a two- or three-dimensional least-squares problem

Example

Consider

A=(2101),b=e2,x0=0.

Then r0=e2, so the one-step Arnoldi basis is v1=e2, v2=e1, and

Hˉ1=(11).

Thus one-step GMRES minimizes

e1Hˉ1y2=(1yy)2,

whose minimizer is y=12. Hence

x1=12e2.

Facts & Assumptions

Given: The system Ax=b with the displayed A,b,x0.

[L1]

Arnoldi reduces GMRES to the least-squares problem minyβe1Hˉmy2 (Arnoldi reduces GMRES to a least-squares problem for the small Hessenberg matrix).

Verification

technique · direct
1.1

Since r0=e2, one has β=1 and v1=e2. Also Av1=(1,1)T, so h11=1 and the normalized residual is v2=e1 with h21=1. Hence Hˉ1=(11).

L1algebra
2.1

By [L1], one-step GMRES minimizes (1y,y)T22=(1y)2+y2, whose derivative is 2+4y, so the minimizer is y=12. Therefore x1=x0+Q1y=12e2.

L1step 1.1algebra

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