Theorems · Theorem · linear algebra
Matrix.PosSemidef.kronecker
∀ {𝕜 : Type u_1} {n : Type u_2} [inst : RCLike 𝕜] [Finite n] {m : Type u_3} [Finite m] {x : Matrix n n 𝕜}
{y : Matrix m m 𝕜}, x.PosSemidef → y.PosSemidef → (Matrix.kroneckerMap (fun x1 x2 => x1 * x2) x y).PosSemidefThe kronecker product of two positive semi-definite matrices is positive semi-definite.
- Defined in
- Mathlib.Analysis.Matrix.Order
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 266 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypeproof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Finitestatement and proof · cited by 3,029
- RCLikestatement and proof · cited by 2,829
- Star.starproof · cited by 1,082
- Fintype.ofFiniteproof · cited by 255
- Matrix.conjTransposeproof · cited by 202
- RCLike.toPartialOrderstatement · cited by 106
- Matrix.kroneckerMapstatement and proof · cited by 95
- Matrix.PosSemidefstatement and proof · cited by 76
- Matrix.PosSemidef.nonnegproof · cited by 7
- CStarAlgebra.nonneg_iff_eq_star_mul_selfproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.PosDef.kroneckerproof · cited by 1
- Matrix.PosSemidef.hadamardproof · cited by 0