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.

Rayleigh-quotient iteration on a 2×2 symmetric matrix exhibits fast local convergence

Example

Let

A=diag(2,1),x(t)=11+t2[1t].

If t0, one Rayleigh-quotient iteration step started from x(t) has new slope t3. At t=0 the start vector is already an eigenvector and the Rayleigh-quotient step is not defined because the shifted matrix is singular. Thus small nonzero errors cube in one step.

Facts & Assumptions

Given: The symmetric matrix A and the unit start vector x(t).

[L1]

At positive sufficiently small distance from a simple Hermitian eigendirection, whenever the next step is defined, Rayleigh-quotient iteration reduces that distance cubically (Near a simple Hermitian eigenvector, Rayleigh-quotient iteration converges cubically).

Verification

technique · computation
1.1

The Rayleigh quotient of x(t) is μ(t)=2+t21+t2. Therefore Aμ(t)I=[t21+t20011+t2].

algebra
2.1

If t=0, then μ(0)=2 and Aμ(0)I=diag(0,1) is singular, so Rayleigh-quotient iteration for Hermitian matrices does not define a next iterate at that start vector. If t0, solving (Aμ(t)I)y=x(t) gives y[1+t2t2(1+t2)t], so after normalisation the new slope is y2y1=t3.

step 1.1algebra
3.1

Thus every sufficiently small nonzero slope error t becomes t3 in one step, which is the explicit two-dimensional form of the cubic behaviour from [L1].

L1step 2.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

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