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.

Clustered eigenvalues give a visibly better CG condition-number bound than equally sized spread spectra

Example

Compare the Hermitian positive-definite matrices

Acl=diag(9,10,11),Asp=diag(1,10,100).

Both are 3×3, but the clustered spectrum of Acl gives a much sharper CG bound than the spread spectrum of Asp.

Facts & Assumptions

Given: The two displayed Hermitian positive-definite matrices.

[L1]

The CG error bound is emA2(κ2(A)1κ2(A)+1)me0A (CG obeys the Chebyshev A-norm bound in terms of the spectral condition number κ2(A)).

Verification

technique · direct calculation
1.1

The spectral condition numbers are κ2(Acl)=119,κ2(Asp)=100. So the contraction factors in [L1] are θcl=11/9111/9+1=11311+3, and θsp=1001100+1=911. Moreover 11<10/3, so θcl<1/18.

L1algebra
2.1

At m=2, [L1] yields e2Acl2θcl2e0Acl<1162e0Acl, whereas e2Asp2θsp2e0Asp=162121e0Asp. Thus the clustered eigenvalues give a visibly sharper theoretical CG estimate than the spread spectrum of the same size.

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