Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-09-01
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.

MINRES still minimizes the residual on a small symmetric indefinite system

Example

Take

A=(1001),b=(11),x0=(00).

Then A is symmetric and indefinite. MINRES at step 1 gives the residual minimizer in the one-dimensional affine Krylov space.

Facts & Assumptions

Given: The displayed Hermitian indefinite system.

[L1]

For Hermitian matrices, including indefinite ones, MINRES minimizes the Euclidean residual over x0+Km(A,r0) (For Hermitian A, including the indefinite case, MINRES minimizes the Euclidean residual over x0+Km(A,r0)).

Verification

technique · direct calculation
1.1

Here r0=b, so q1=r0/r02=(1,1)T/2 and Aq1=(1/21/2),α1=q1TAq1=0,β1=1,q2=(1/21/2). Thus the first Lanczos matrix is Tˉ1=(01), and the step-1 least-squares problem is minyR(20)(0y)2, whose unique minimizer is y1=0. Therefore x1=x0+q1y1=0.

algebra
2.1

The affine space x0+K1(A,r0) is {t(1,1)T:tR}. For such a vector, bA(tt)=(1t1+t),bA(tt)22=(1t)2+(1+t)2=2+2t2, which is minimized exactly at t=0. So the explicit computation in step 1.1 matches [L1].

L1step 1.1algebra

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

5 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