Every square complex matrix is similar to a Jordan form matrix (Five.IV.2.8)
Openhefferon_jordan_canonical_formcanonical-formeigenvaluesjordan-formlinear-algebrasimilarity
Let be an matrix over . Then is in Jordan form in the sense of the mission definition: there are a block count , block sizes , eigenvalues , a reindexing of the coordinates by the block index type, and an invertible matrix , such that is the block-diagonal Jordan matrix built from those blocks, transported along . Equivalently: every square complex matrix is similar to a Jordan form matrix.
Preamble
import Definitions.Def_hefferon_jordan_form open Matrix open HefferonLinAlg
Formal statement
theorem hefferon_jordan_canonical_form
{n : ℕ} (A : Matrix (Fin n) (Fin n) ℂ) : IsInJordanForm A := by
sorrySource
Jim Hefferon, *Linear Algebra*, Saint Michael's College, 2020 printing, Chapter Five, Section IV.2, Theorem 2.8, p. 463