Theorems · Theorem · linear algebra
LinearMap.BilinForm.apply_mul_apply_le_of_forall_zero_le
∀ {R : Type u_1} {M : Type u_5} [inst : CommRing R] [inst_1 : LinearOrder R] [IsStrictOrderedRing R]
[inst_3 : AddCommGroup M] [inst_4 : Module R M] (B : LinearMap.BilinForm R M),
(∀ (x : M), 0 ≤ (B x) x) → ∀ (x y : M), (B x) y * (B y) x ≤ (B x) x * (B y) yThe Cauchy-Schwarz inequality for positive semidefinite forms.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 45 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- LinearOrderstatement and proof · cited by 8,572
- add_zeroproof · cited by 2,707
- IsStrictOrderedRingstatement and proof · cited by 2,490
- zero_addproof · cited by 2,366
- mul_commproof · cited by 2,262
- MulZeroClass.mul_zeroproof · cited by 2,091
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.BilinForm.apply_sq_le_of_symmproof · cited by 2
- LinearMap.BilinForm.apply_mul_apply_lt_iff_linearIndependentproof · cited by 1