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.

CG on a 2×2 Hermitian positive-definite system reaches the solution in at most two steps

Example

Take

A=(2001),b=(21),x0=(00).

Then A is Hermitian positive definite and the exact solution is

x=(11).

CG reaches x by the second step.

Facts & Assumptions

Given: The displayed system and the exact-arithmetic CG recurrence started from x0=0.

[L1]

CG residuals are mutually orthogonal and search directions are A-conjugate (In exact arithmetic, CG residuals are mutually orthogonal and the search directions are A-conjugate).

[L2]

Exact-arithmetic CG terminates no later than the relative grade and hence in at most n steps (In exact arithmetic, CG terminates no later than the relative grade and hence in at most n steps).

Verification

technique · direct calculation
1.1

Here r0=p0=b=(2,1)T, so α0=r0Tr0p0TAp0=59,x1=(10/95/9),r1=bAx1=(2/94/9). Then β0=r1Tr1r0Tr0=481,p1=r1+β0p0=(10/8140/81). One checks r0Tr1=2(2/9)+1(4/9)=0,p0TAp1=(2,1)(20/8140/81)=0, exactly as [L1] predicts.

L1algebra
2.1

Next α1=r1Tr1p1TAp1=20/81200/729=910, so x2=x1+α1p1=(10/95/9)+910(10/8140/81)=(11)=x. Thus the method terminates in two steps, which matches the n=2 upper bound in [L2].

L2step 1.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

8 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