Schur Product Theorem #
Proves the Schur product theorem (real, finite-index case): if A and B are positive
semidefinite Hermitian matrices, then their entrywise (Hadamard) product D with entries
D i j = A i j * B i j is also positive semidefinite. The proof reduces positivity of the
Hadamard form x ᵀ (A ∘ B) x to positivity of the Kronecker product A ⊗ B applied to
the diagonal embedding of x into ι × ι. Used in the OS3 reflection positivity argument
to transfer PSD properties through the matrix exponential via HadamardExp.lean.
Notation alias for the Hadamard (entrywise) product from Mathlib.
Equations
- OSforGFF.«term_∘ₕ_» = Lean.ParserDescr.trailingNode `OSforGFF.«term_∘ₕ_» 100 0 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol "∘ₕ") (Lean.ParserDescr.cat `term 0))