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.
For real symmetric matrices, positive leading principal minors are equivalent to positive Cholesky pivots
Statement
Let , let be symmetric, and let be the determinant of its leading principal submatrix.
Then the following are equivalent:
- for every .
- has a Cholesky factorisation with positive diagonal.
When , one has
so positivity of the leading principal minors is equivalent to positivity of the Cholesky pivots.
Facts & Assumptions
Given: A real symmetric matrix .
A matrix has a Cholesky factorisation with positive diagonal exactly when it is Hermitian positive definite (A matrix admits a Cholesky factorisation with positive diagonal exactly when it is Hermitian positive definite, and that factor is unique).
A real symmetric matrix is positive definite exactly when all of its leading principal minors are positive (Sylvester's criterion: a real symmetric matrix with is positive definite if and only if all leading principal minors are positive).
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).
Proof
Proof technique: compare Sylvester's criterion with the determinant formula for leading Cholesky blocks.
By [L1] and [L2], condition 1 is equivalent to positive definiteness, and positive definiteness is equivalent to existence of a Cholesky factorisation with positive diagonal. Hence conditions 1 and 2 are equivalent.
Suppose with lower triangular and positive diagonal. Its leading principal block factors as , where is the leading block of . By [L3], Since each , every is positive.
Step 1.1 proves the equivalence, and step 2.1 identifies the leading principal minors with the squared pivot products.
Depends on
- A matrix admits a Cholesky factorisation with positive diagonal exactly when it is Hermitian positive definite, and that factor is unique
- Sylvester's criterion: a real symmetric $n\times n$ matrix with $n\geq1$ is positive definite if and only if all leading principal minors are positive
- The determinant of a triangular matrix is the product of its diagonal entries
Used by
Nothing in the library uses this result yet.
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, Section 2.9 (standard reference, not scraped)
- David Bindel, CS 4220: Numerical Analysis, Beyond linear solves + using structure (standard reference, not scraped)