Alphabeta Math
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.

9 results · all verified · 6 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 3 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Eigenvalue Iterations and the QR Algorithm: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

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
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Equal dominant moduli can make power iteration alternate or cycle instead of converging

Statement refuted

Refuted claim: power iteration converges whenever a matrix has an eigenvalue of largest modulus.

Let

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

Then the power iteration alternates between two vectors and does not converge.

Facts & Assumptions

Given: The diagonal matrix A and start vector x0 from the statement.

[L1]

Power iteration is the recurrence xk+1=Axk/Axk2 (Power iteration with normalisation and Rayleigh-quotient eigenvalue estimates).

Counterexample

technique · direct
1.1

Since A is diagonal with entries 1 and 1, x1=12[11],x2=12[11]=x0.

L1algebra
2.1

Therefore x2k=x0 and x2k+1=x1 for every k0. The sequence is periodic of period 2, so it does not converge.

step 1.1algebra
3.1

The matrix has dominant modulus 1, but equal dominant moduli prevent convergence here, refuting the claim.

step 2.1
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

For a nonnormal matrix, a start vector orthogonal to the dominant left eigendirection can defeat power iteration

Statement refuted

Refuted claim: once a matrix has a unique dominant eigenvalue, every start vector makes power iteration converge to its eigendirection.

Let

A=[2101],x0=12[11].

Then 2 is the unique dominant eigenvalue of A, but the power iteration started from x0 stays fixed at the eigendirection of the smaller eigenvalue 1.

Facts & Assumptions

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

Counterexample

technique · direct
1.1

The right eigenvectors are e1 for eigenvalue 2 and (1,1)T for eigenvalue 1. A left eigenvector for eigenvalue 2 is (1,1)T, and [11]x0=0. So the start vector is orthogonal to the dominant left eigendirection.

algebra
2.1

Direct multiplication gives Ax0=12[11]=x0. Hence every normalised power iterate equals x0.

step 1.1algebra
3.1

The power iteration never approaches the dominant eigendirection e1, so the start condition in [L1] is genuinely necessary.

L1step 2.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

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
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

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
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

A single Householder similarity reduces a 3×3 matrix to Hessenberg form

Example

Let

A=[120345467],Q=[1000354504535].

Then Q is a Householder reflector and

QTAQ=[1658555653502515],

which is upper Hessenberg.

Facts & Assumptions

Given: The matrix A and reflector Q in the statement.

[L1]

Every real or complex square matrix can be reduced to Hessenberg form by a sequence of Householder similarities (Householder similarities reduce a general matrix to upper Hessenberg form and a real symmetric matrix to tridiagonal form).

Verification

technique · computation
1.1

The lower part of the first column of A is (3,4)T, whose Euclidean norm is 5. The reflector Q fixes the first basis vector and sends (3,4)T to (5,0)T.

algebra
2.1

Direct multiplication gives the displayed matrix QTAQ, whose (3,1) entry is 0. Therefore it has no entries below the first subdiagonal, so it is upper Hessenberg. This is the 3×3 instance of [L1].

L1step 1.1algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

One unshifted QR step and one shifted QR step on the same symmetric matrix show the role of the shift

Example

Let

A=[3112].

One unshifted QR step produces

A1=[72121232],

while a shifted QR step with μ=32 produces

A~1=[47131131131813].

The shifted step reduces the off-diagonal entry from 1/2 to 1/13.

Facts & Assumptions

Given: The symmetric matrix A and the shift μ=3/2.

[L1]

Unshifted and shifted QR steps are defined by the factorisations A=QR, A1=RQ and (AμI)=QR, A~1=RQ+μI (Unshifted QR iteration, shifted QR iteration, deflation, and the Wilkinson shift).

Verification

technique · computation
1.1

For the unshifted step, a QR factorisation of A gives Q=110[3113],R=110[10505], so [L1] yields A1=RQ=[7/21/21/23/2].

L1algebra
1.2

For the shifted step, A32I=[321112], and a QR factorisation gives Q=113[3223]. Using [L1] again gives A~1=[47/131/131/1318/13].

L1algebra
2.1

Comparing steps 1.1 and 1.2 shows the effect of the shift: the off-diagonal magnitude drops from 1/2 to 1/13 in a single step.

step 1.1step 1.2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

A Wilkinson-shifted QR step can sharply reduce the tail of a symmetric tridiagonal matrix

Example

Let

T=[410130.100.12].

The trailing 2×2 block has eigenvalues about 3.0099 and 1.9901, so the Wilkinson shift is μ1.9901. One shifted QR step gives

T+[4.59920.209100.20912.41990.002000.00201.9809].

Thus the last subdiagonal entry shrinks from 0.1 to about 0.0020.

Facts & Assumptions

Given: The symmetric tridiagonal matrix T of the statement.

[L1]

The Wilkinson shift is the eigenvalue of the trailing 2×2 block that is nearer to the bottom-right entry, away from ties (Unshifted QR iteration, shifted QR iteration, deflation, and the Wilkinson shift).

Verification

technique · computation
1.1

The trailing 2×2 block of T is [31/101/102], whose eigenvalues are (25±26)/10. The smaller one is nearer to the bottom-right entry 2, so it is the Wilkinson shift.

algebra
2.1

Carrying out one shifted QR step with that shift gives the displayed matrix T+, whose bottom subdiagonal magnitude is about 2×103, hence smaller than 1/400 and far below the original 101. This is a direct one-step computation using the shift from [L1].

L1step 1.1algebra
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

A defective Jordan block shows that tiny perturbations can destroy an eigenvector picture even when eigenvalues barely move

Statement refuted

Refuted claim: if eigenvalues move only a little under perturbation, then the eigenvectors stay well conditioned.

Let

J=[1101],Jε=[1101+ε](ε0).

Then the eigenvalues change only by ε, but an eigenbasis matrix for Jε has condition number of order ε1.

Facts & Assumptions

Given: The defective Jordan block J and its perturbation Jε.

Counterexample

technique · direct
1.1

The eigenvalues of Jε are 1 and 1+ε, so they differ from the repeated eigenvalue of J by at most ε. An eigenvector for 1 is e1, and an eigenvector for 1+ε is (1,ε)T.

algebra
2.1

Hence an eigenbasis matrix is Xε=[110ε],Xε1=[1ε10ε1]. So Xε12 is of order ε1, and therefore κ2(Xε) is also of order ε1.

step 1.1algebra
3.1

As ε0, the eigenvalues of Jε coalesce gently, but the eigenvectors become nearly parallel and the eigenbasis becomes badly conditioned. This refutes the claim and illustrates the warning in [L1].

L1step 2.1