Theorems · Theorem · linear algebra
Matrix.PosDef.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.PosDef → y.PosDef → (Matrix.kroneckerMap (fun x1 x2 => x1 * x2) x y).PosDefThe kronecker of two positive definite matrices is positive definite.
- Defined in
- Mathlib.Analysis.Matrix.Order
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Fintype.ofFiniteproof · cited by 255
- RCLike.toPartialOrderstatement · cited by 106
- Matrix.kroneckerMapstatement · cited by 95
- Matrix.PosDefstatement and proof · cited by 68
- Matrix.PosDef.posSemidefproof · cited by 5
- Matrix.PosDef.isUnitproof · cited by 4
- Matrix.PosSemidef.posDef_iff_isUnitproof · cited by 3
- Matrix.PosSemidef.kroneckerproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.PosDef.hadamardproof · cited by 0