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.
Sylvester's criterion: a real symmetric matrix with is positive definite if and only if all leading principal minors are positive
Statement
Let be symmetric, with , and let be the determinant of its leading principal submatrix. Then is positive definite if and only if
Facts & Assumptions
Given: A real symmetric matrix with .
Schur block elimination gives and when the leading block is invertible (For symmetric with invertible, a block-unitriangular congruence gives and factors ).
Every real symmetric form is congruent to exactly one matrix (Sylvester's law of inertia: every real symmetric form is congruent to , and is unique).
A product of two positive or two negative elements is positive, and multiplication by a positive scalar preserves and reflects strict inequalities (Sign rules for products and monotonicity of multiplication, clauses 1, 3, and 4).
A triangular matrix has determinant equal to the product of its diagonal entries, so (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, ).
The determinant of a positive-sized square matrix equals the determinant of its transpose (For every square matrix over a commutative ring, ).
Proof
Suppose is positive definite. Its restriction to the first coordinate subspace is positive definite for every . In the unique normal form of [L2], a negative or zero diagonal entry would give a nonzero vector of nonpositive value, so the normal form is ; choose invertible with . Taking determinants using [L4]–[L6] gives . Since , its square is positive by [L3], so .
For the converse, the case reads with , which is positive definite.
Assume , all , and the converse in size . Write , so , and set . For , apply [L1] to the leading block: , where is the leading block of . Thus [L3] gives .
The induction hypothesis makes positive definite. The congruence in [L1] gives , which is positive definite because and is. Since is invertible, every nonzero vector is for a unique nonzero , so is positive definite as well.
Step 1.1 proves the forward implication. Steps 1.2–2.1 prove the reverse implication for every by induction.
Depends on
- For symmetric $M=\begin{pmatrix}A&B\\B^{\mathsf T}&C\end{pmatrix}$ with $A$ invertible, a block-unitriangular congruence gives $A\oplus(C-B^{\mathsf T}A^{-1}B)$ and factors $\det M$
- Sylvester's law of inertia: every real symmetric form is congruent to $\operatorname{diag}(I_p,-I_q,0_r)$, and $(p,q,r)$ is unique
- Sign rules for products and monotonicity of multiplication
- 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)$
- For every square matrix over a commutative ring, $\det(A^{\mathsf T})=\det(A)$
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 100 results over 20 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
- J. Kuan, Positive Definite Matrices (standard reference, not scraped)