Theorems · Theorem · linear algebra
LinearMap.BilinForm.not_linearIndependent_of_apply_mul_apply_eq
∀ {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), x ≠ 0 → 0 < (B x) x) → ∀ (x y : M), (B x) y * (B y) x = (B x) x * (B y) y → ¬LinearIndependent R ![x, y]The equality case of Cauchy-Schwarz.
- Cited by
- 1 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.
Cites22
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
- IsStrictOrderedRingstatement and proof · cited by 2,490
- add_commproof · cited by 1,535
- sub_eq_add_negproof · cited by 1,023
- Matrix.vecConsstatement and proof · cited by 852
- Matrix.vecEmptystatement and proof · cited by 832
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.BilinForm.apply_mul_apply_lt_iff_linearIndependentproof · cited by 1