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.
Every invertible real or complex square matrix has a unique factorisation with orthogonal or unitary and upper triangular with positive real diagonal
Statement
Every invertible matrix , where or , has a unique factorisation
where and is upper triangular with positive real diagonal entries. Thus is orthogonal over and unitary over . The assertion includes the unique factorisation.
Facts & Assumptions
Given: An invertible matrix over or .
The columns of an invertible square matrix form a basis of the coordinate space (A square matrix is invertible exactly when its multiplication map is a linear isomorphism; matrices preserve inverses of linear isomorphisms).
Gram–Schmidt produces an orthonormal list with the same successive column spans and positive normalising factors (Gram–Schmidt turns every finite independent list into an orthonormal list with the same successive spans).
Matrix columns are the coordinate columns of the represented map on the standard basis (Coordinate columns and matrices of linear maps relative to ordered bases).
A square operator is invertible exactly when its determinant is nonzero (A finite-dimensional linear operator over a field is invertible if and only if its determinant is nonzero).
The conjugate transpose is obtained by entrywise conjugation followed by transposition (The transpose of a matrix, Conjugation is an involutive real-field automorphism, , and modulus is definite, multiplicative, and subadditive).
Proof
For , take the unique empty matrices and . Now suppose . By [L1], the columns of are independent. Apply [L2] to obtain an orthonormal basis with the same successive spans.
Suppose are two such factorisations. The positive diagonal makes both invertible, so is both unitary and upper triangular, with positive real diagonal.
Let have columns and set . The successive-span property makes for , and the Gram–Schmidt normalisation gives . Expanding each in the orthonormal basis and using [L3] gives . Orthonormality gives by [L5].
The first column of an upper-triangular unitary matrix has only its first entry nonzero; unit length and positive diagonal make that entry . Orthogonality with the remaining columns makes their first entries zero. Induction on the trailing principal block gives .
Hence and then . Steps 1.1 and 2.1 give existence, while steps 1.2 and 2.2 give uniqueness in every dimension.
Depends on
- Gram–Schmidt turns every finite independent list into an orthonormal list with the same successive spans
- Coordinate columns $[v]_{\mathcal B}$ and matrices $[T]_{\mathcal B}^{\mathcal C}$ of linear maps relative to ordered bases
- A square matrix is invertible exactly when its multiplication map is a linear isomorphism; matrices preserve inverses of linear isomorphisms
- A finite-dimensional linear operator over a field is invertible if and only if its determinant is nonzero
- The transpose $A^{\mathsf T}$ of a matrix
- Conjugation is an involutive real-field automorphism, $z\overline z=|z|^2$, and modulus is definite, multiplicative, and subadditive
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 89 results over 16 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- Sheldon Axler, Linear Algebra Done Right, 4th ed., result 7.58 (standard reference, not scraped)