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.
A real Wilkinson-shifted symmetric tridiagonal QR step preserves symmetric tridiagonal form away from ties
Statement
Let be a real symmetric tridiagonal matrix whose trailing principal block is not at a Wilkinson tie, and let be the corresponding Wilkinson shift. If is the real orthogonal QR factorisation built from the standard adjacent-row Givens eliminations, then
is again a real symmetric tridiagonal matrix.
Facts & Assumptions
Given: A real symmetric tridiagonal matrix , away from the Wilkinson tie case, and the real orthogonal QR factorisation built from standard adjacent-row Givens eliminations with the corresponding Wilkinson shift .
Away from a Wilkinson tie, the trailing block determines a unique Wilkinson shift (Unshifted QR iteration, shifted QR iteration, deflation, and the Wilkinson shift).
A shifted QR factorisation built from standard adjacent-row Givens eliminations preserves upper Hessenberg form (Shifted QR iteration preserves upper Hessenberg form).
Proof
By [L1], the trailing block determines a unique Wilkinson shift .
By [L2], the shifted step is upper Hessenberg.
Because , one has Thus is orthogonally similar to the symmetric matrix , hence is itself symmetric.
A symmetric upper Hessenberg matrix has zero entries below the first subdiagonal and, by symmetry, also above the first superdiagonal. Therefore step 1.2 and step 1.3 show that is real symmetric tridiagonal.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
6 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.
Sources
- Per-Olof Persson, The QR Algorithm II (standard reference, not scraped)