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.
Eigenvalue Iterations and the QR Algorithm: Examples and Counterexamples
1 · Prerequisites
- Algebraic Closure, Embeddings, and Separability
- Algebraic Extensions, Extension Degree, and Finite Fields
- Binary Operations, Monoids, Groups and Subgroups
- Composition Series, the Jordan–Hölder Theorem and Solvable Groups
- Congruences, the Integers Modulo n and the Chinese Remainder Theorem
- Construction of the Natural Numbers
- Construction of the Real Numbers via Cauchy Sequences
- Construction of the Real Numbers via Dedekind Cuts
- Continuity, IVT, EVT, and Uniform Continuity
- Cosets, Index and Lagrange's Theorem
- Countability and Uncountability
- Cyclic Groups and Direct Products
- Determinants of Matrices over a Commutative Ring
- Diagonalisation and the Minimal Polynomial
- Direct Matrix Factorisations: LU, Cholesky and QR
- Divisibility, Euclidean Domains, Principal Ideal Domains and Unique Factorisation
- Divisibility, Greatest Common Divisors and Bézout's Identity
- Dual Spaces, Bilinear and Quadratic Forms, and Sylvester's Law of Inertia
- Eigenvalue Iterations and the QR Algorithm
- Eigenvalues, Eigenvectors and the Characteristic Polynomial
- Finite Counting, Factorials and Binomial Coefficients
- Foundations of the Real Numbers for Analysis
- Group Actions, Orbits, Stabilisers and Cayley's Theorem
- Group Homomorphisms and the Isomorphism Theorems
- Ideals, Quotient Rings and the Isomorphism Theorems for Rings
- Inner Product Spaces, Gram-Schmidt, Projections and Adjoints
- Limits of Real Functions
- Linear Independence, Bases and Dimension
- Linear Transformations, Rank-Nullity and Quotient Spaces
- Matrices, the Matrix of a Linear Map, and Change of Basis
- Monotone Sequences, Bolzano-Weierstrass, and Cauchy Completeness
- Normal Subgroups and Quotient Groups
- Order, Zorn's Lemma, and the Axiom of Choice
- Polynomial Rings, the Division Algorithm and Roots
- Primes, Euclid's Lemma and the Fundamental Theorem of Arithmetic
- Relations, Functions, and Quotients
- Rings, Subrings, Integral Domains and Fields
- Roots, Rational Powers, and Classical Inequalities
- Sequences and Limits
- Simple Field Extensions and the Construction of the Complex Numbers
- Splitting Fields
- Suprema and Infima
- Sylow's Theorems, p-Groups and Nilpotent Groups
- Symmetric Groups, Cycle Decomposition and the Sign Homomorphism
- The Determinant of a Linear Operator, Cofactors and Cramer's Rule
- The Fundamental Theorem of Algebra
- The Fundamental Theorem of Finite Abelian Groups
- The Galois Correspondence
- The Spectral Theorem, Positive Operators and Singular Value Decomposition
- The ZFC Axioms and the Basic Set Constructions
- Topology of ℝ
- Triangularisation, Generalised Eigenspaces and Jordan Canonical Form
- Vector Spaces, Linear Subspaces, Span and Direct Sums
2 · Summary
3 · Logical flowchart
4 · Definitions, theorems and proofs
None yet.
5 · Examples, counterexamples and false statements
Power iteration on a diagonal matrix shows the convergence rate explicitly
Example
Let
Then
so the error in direction is exactly of order .
Facts & Assumptions
Given: The diagonal matrix and starting vector in the statement.
For an diagonalisable matrix with , 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
Since , normalising gives
The second coordinate of is asymptotic to , so the angle to the dominant eigendirection decays like . This is exactly the rate predicted by [L1].
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
Then the power iteration alternates between two vectors and does not converge.
Facts & Assumptions
Given: The diagonal matrix and start vector from the statement.
Power iteration is the recurrence (Power iteration with normalisation and Rayleigh-quotient eigenvalue estimates).
Counterexample
Since is diagonal with entries and ,
Therefore and for every . The sequence is periodic of period , so it does not converge.
The matrix has dominant modulus , but equal dominant moduli prevent convergence here, refuting the claim.
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
Then is the unique dominant eigenvalue of , but the power iteration started from stays fixed at the eigendirection of the smaller eigenvalue .
Facts & Assumptions
Given: The matrix and start vector in the statement.
The convergence theorem requires a nonzero component in the dominant eigendirection (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).
Counterexample
The right eigenvectors are for eigenvalue and for eigenvalue . A left eigenvector for eigenvalue is , and So the start vector is orthogonal to the dominant left eigendirection.
Direct multiplication gives Hence every normalised power iterate equals .
The power iteration never approaches the dominant eigendirection , so the start condition in [L1] is genuinely necessary.
Shifted inverse iteration can target a non-dominant eigenvalue by moving it closest to the shift
Example
Let
Then shifted inverse iteration converges to the eigendirection of the smaller eigenvalue , because that eigenvalue is nearest to the shift.
Facts & Assumptions
Given: The diagonal matrix , the shift , and the start vector .
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
Here The transformed eigenvalue magnitudes are and , so the eigendirection of the original eigenvalue becomes dominant.
The start vector has nonzero -component, so [L1] applies and the normalised iterates converge to the line .
Rayleigh-quotient iteration on a symmetric matrix exhibits fast local convergence
Example
Let
If , one Rayleigh-quotient iteration step started from has new slope . At 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 and the unit start vector .
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
The Rayleigh quotient of is Therefore
If , then and is singular, so Rayleigh-quotient iteration for Hermitian matrices does not define a next iterate at that start vector. If , solving gives so after normalisation the new slope is
Thus every sufficiently small nonzero slope error becomes in one step, which is the explicit two-dimensional form of the cubic behaviour from [L1].
A single Householder similarity reduces a matrix to Hessenberg form
Example
Let
Then is a Householder reflector and
which is upper Hessenberg.
Facts & Assumptions
Given: The matrix and reflector in the statement.
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
The lower part of the first column of is , whose Euclidean norm is . The reflector fixes the first basis vector and sends to .
Direct multiplication gives the displayed matrix , whose entry is . Therefore it has no entries below the first subdiagonal, so it is upper Hessenberg. This is the instance of [L1].
One unshifted QR step and one shifted QR step on the same symmetric matrix show the role of the shift
Example
Let
One unshifted QR step produces
while a shifted QR step with produces
The shifted step reduces the off-diagonal entry from to .
Facts & Assumptions
Given: The symmetric matrix and the shift .
Unshifted and shifted QR steps are defined by the factorisations , and , (Unshifted QR iteration, shifted QR iteration, deflation, and the Wilkinson shift).
Verification
For the unshifted step, a QR factorisation of gives so [L1] yields .
For the shifted step, and a QR factorisation gives Using [L1] again gives .
Comparing steps 1.1 and 1.2 shows the effect of the shift: the off-diagonal magnitude drops from to in a single step.
A Wilkinson-shifted QR step can sharply reduce the tail of a symmetric tridiagonal matrix
Example
Let
The trailing block has eigenvalues about and , so the Wilkinson shift is . One shifted QR step gives
Thus the last subdiagonal entry shrinks from to about .
Facts & Assumptions
Given: The symmetric tridiagonal matrix of the statement.
The Wilkinson shift is the eigenvalue of the trailing block that is nearer to the bottom-right entry, away from ties (Unshifted QR iteration, shifted QR iteration, deflation, and the Wilkinson shift).
Verification
The trailing block of is , whose eigenvalues are . The smaller one is nearer to the bottom-right entry , so it is the Wilkinson shift.
Carrying out one shifted QR step with that shift gives the displayed matrix , whose bottom subdiagonal magnitude is about , hence smaller than and far below the original . This is a direct one-step computation using the shift from [L1].
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
Then the eigenvalues change only by , but an eigenbasis matrix for has condition number of order .
Facts & Assumptions
Given: The defective Jordan block and its perturbation .
Small residuals certify nearby exact eigenpairs only in backward-error terms (For a unit vector , the smallest perturbation making an exact eigenpair has spectral norm ).
Counterexample
The eigenvalues of are and , so they differ from the repeated eigenvalue of by at most . An eigenvector for is , and an eigenvector for is .
Hence an eigenbasis matrix is So is of order , and therefore is also of order .
As , the eigenvalues of coalesce gently, but the eigenvectors become nearly parallel and the eigenbasis becomes badly conditioned. This refutes the claim and illustrates the warning in [L1].