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

Power iteration on a diagonal matrix shows the λ2/λ1k convergence rate explicitly

Example

Let

A=diag(4,1),x0=12[11].

Then

xk=11+16k[14k],

so the error in direction is exactly of order 4k=λ2/λ1k.

Facts & Assumptions

Given: The diagonal matrix A and starting vector x0 in the statement.

[L1]

For an n×n diagonalisable matrix with n2, a simple strictly dominant eigenvalue, and a start vector having nonzero component in its eigendirection, power iteration converges projectively at the dominant eigenvalue ratio (If a diagonalisable matrix has a simple eigenvalue of strictly largest modulus and the start vector has a nonzero component in that eigendirection, power iteration converges projectively at the eigenvalue-ratio rate).

Verification

technique · computation
1.1

Since Akx0=21/2(4k,1)T, normalising gives xk=116k+1[4k1]=11+16k[14k].

algebra
2.1

The second coordinate of xk is asymptotic to 4k, so the angle to the dominant eigendirection Fe1 decays like 4k. This is exactly the rate predicted by [L1].

L1step 1.1algebra

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.