Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedPipeline-generatedprecheck passaudited 2026-08-30
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 n1, let AMn(R) be symmetric, and let Δk be the determinant of its leading k×k principal submatrix.

Then the following are equivalent:

  1. Δk>0 for every 1kn.
  2. A has a Cholesky factorisation A=LLT with positive diagonal.

When A=LLT, one has

Δk=i<kii2,

so positivity of the leading principal minors is equivalent to positivity of the Cholesky pivots.

Facts & Assumptions

Given: A real symmetric matrix AMn(R).

[L1]

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).

[L2]

A real symmetric matrix is positive definite exactly when all of its leading principal minors are positive (Sylvester's criterion: a real symmetric n×n matrix with n1 is positive definite if and only if all leading principal minors are positive).

[L3]

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.

1.1

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.

L1L2
2.1

Suppose A=LLT with L lower triangular and positive diagonal. Its leading k×k principal block factors as Ak=LkLkT, where Lk is the leading k×k block of L. By [L3], Δk=det(Ak)=det(Lk)2=(i<kii)2=i<kii2. Since each ii>0, every Δk is positive.

step 1.1L3algebra
3.1

Step 1.1 proves the equivalence, and step 2.1 identifies the leading principal minors with the squared pivot products.

step 1.1step 2.1

Depends on

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