Theorems · Theorem · linear algebra
Matrix.PosSemidef.conjTranspose_mul_mul_same
∀ {m : Type u_1} {n : Type u_2} {R : Type u_3} [inst : Ring R] [inst_1 : PartialOrder R] [inst_2 : StarRing R]
[inst_3 : Fintype n] [Finite m] {A : Matrix n n R},
A.PosSemidef → ∀ (B : Matrix n m R), (B.conjTranspose * A * B).PosSemidef- Defined in
- Mathlib.LinearAlgebra.Matrix.PosDef
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- Ringstatement and proof · cited by 7,463
- PartialOrderstatement and proof · cited by 6,410
- Matrixstatement and proof · cited by 4,303
- Finitestatement and proof · cited by 3,029
- StarRingstatement and proof · cited by 1,686
- Star.starproof · cited by 1,082
- Matrix.mulVecproof · cited by 267
- Fintype.ofFiniteproof · cited by 255
- Matrix.conjTransposestatement and proof · cited by 202
- dotProductproof · cited by 194
- Matrix.vecMulproof · cited by 148
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.PosSemidef.invproof · cited by 2
- Matrix.IsUnit.posSemidef_star_left_conjugate_iffproof · cited by 1
- Matrix.PosSemidef.mul_mul_conjTranspose_sameproof · cited by 0