Theorems · Theorem · functional analysis
real_inner_div_norm_mul_norm_eq_neg_one_iff
∀ {F : Type u_3} [inst : NormedAddCommGroup F] [inst_1 : InnerProductSpace ℝ F] (x y : F),
inner ℝ x y / (‖x‖ * ‖y‖) = -1 ↔ x ≠ 0 ∧ ∃ r < 0, y = r • xThe inner product of two vectors, divided by the product of their norms, has value -1 if and only if they are nonzero and one is a negative multiple of the other.
- Defined in
- Mathlib.Analysis.InnerProductSpace.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 174 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Norm.normstatement and proof · cited by 5,413
- InnerProductSpacestatement and proof · cited by 3,523
- Inner.innerstatement and proof · cited by 1,089
- neg_smulproof · cited by 306
- norm_negproof · cited by 190
- neg_divproof · cited by 161
- neg_injproof · cited by 85
- neg_posproof · cited by 74
- neg_eq_iff_eq_negproof · cited by 60
- Function.Surjective.existsproof · cited by 53
Cited by2
Results whose statement or proof uses this declaration.
- InnerProductGeometry.angle_eq_pi_iffproof · cited by 8