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 matrix admits a Cholesky factorisation with positive diagonal exactly when it is Hermitian positive definite, and that factor is unique
Statement
Let and let , with the real case obtained by restricting scalars to . Then the following are equivalent:
- has a Cholesky factorisation with lower triangular and positive real diagonal.
- is Hermitian positive definite.
When these conditions hold, the factor is unique.
Facts & Assumptions
Given: A matrix .
Hermitian positive-definite matrices and Cholesky factorisations with positive diagonal are defined in Hermitian positive-definite matrices and Cholesky factorisation A = LL* with positive diagonal.
The determinant of a triangular matrix is the product of its diagonal entries (The determinant of a triangular matrix is the product of its diagonal entries).
Determinants are multiplicative (For same-sized finite square matrices over a commutative ring, ).
Matrix multiplication uses the convention of Rectangular matrix multiplication and the identity matrix , including zero-sized shapes.
Proof
Suppose as in [L1]. Then , so is Hermitian. For any nonzero , one has The diagonal of is positive, hence nonzero; [L2] and [L3] give , so is invertible and when . Therefore .
For the converse, use induction on . The case is immediate: is Hermitian positive definite exactly when , in which case .
Assume and the converse for size . Write Positive definiteness of at gives . Set and . For nonzero , apply positive definiteness to : Thus is Hermitian positive definite. By the induction hypothesis, with lower triangular and positive diagonal.
Define Direct multiplication gives The matrix is lower triangular and its diagonal is positive real, so this is a Cholesky factorisation.
For uniqueness, suppose are two such factorizations. Then is lower triangular, and because . A lower-triangular unitary matrix has zero strict-lower entries and diagonal entries of modulus ; since the diagonal of is the ratio of two positive real diagonals, each diagonal entry is also positive real, hence equals . Therefore and .
Step 1.1 proves that a Cholesky factorisation implies Hermitian positive definiteness. Steps 1.2-2.1 prove the converse by induction, and step 3.1 gives uniqueness.
Depends on
- Hermitian positive-definite matrices and Cholesky factorisation A = LL* with positive diagonal
- The determinant of a triangular matrix is the product of its diagonal entries
- For same-sized finite square matrices over a commutative ring, $\det(AB)=\det(A)\det(B)$
- Rectangular matrix multiplication and the identity matrix $I_n$, including zero-sized shapes
Used by
- Indefinite and semidefinite matrices can both fail positive-diagonal Cholesky Counterexample
- A Cholesky factorisation solves a small positive-definite system efficiently Example
- Cholesky solves Hermitian positive-definite systems and has about half the factorisation cost of LU Theorem
- For real symmetric matrices, positive leading principal minors are equivalent to positive Cholesky pivots Theorem
Dependency tree · two levels
13 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
- Tobin A. Driscoll and Richard J. Braun, Fundamentals of Numerical Computation, Theorem 2.9.3 (standard reference, not scraped)
- David Bindel, CS 4220: Numerical Analysis, Blocked LU and Cholesky (standard reference, not scraped)