Alphabeta Math
ExampleConstruction: AI-generatedVerification: 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.

Shifted inverse iteration can target a non-dominant eigenvalue by moving it closest to the shift

Example

Let

A=diag(5,1),μ=0.8,x0=12[11].

Then shifted inverse iteration converges to the eigendirection of the smaller eigenvalue 1, because that eigenvalue is nearest to the shift.

Facts & Assumptions

Given: The diagonal matrix A, the shift μ=0.8, and the start vector x0.

[L1]

For a diagonalisable matrix, a shift outside the spectrum, a uniquely nearest simple eigenvalue, and a start vector with nonzero component in its eigendirection, shifted inverse iteration converges to that eigendirection (If μ is not an eigenvalue and one simple eigenvalue is uniquely nearest to μ, shifted inverse iteration converges to its eigendirection).

Verification

technique · computation
1.1

Here (AμI)1=diag ⁣(521,5). The transformed eigenvalue magnitudes are 5/21 and 5, so the eigendirection e2 of the original eigenvalue 1 becomes dominant.

algebra
2.1

The start vector has nonzero e2-component, so [L1] applies and the normalised iterates converge to the line Fe2.

L1step 1.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

3 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.