InnerProductGeometry.angle_eq_zero_iff
∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] {x y : V},
InnerProductGeometry.angle x y = 0 ↔ x ≠ 0 ∧ ∃ r, 0 < r ∧ y = r • xThe angle between two vectors is zero if and only if they are nonzero and one is a positive multiple of the other.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.normproof · cited by 5,413
- InnerProductSpacestatement and proof · cited by 3,523
- Inner.innerproof · cited by 1,089
- InnerProductGeometry.anglestatement · cited by 170
- Real.arccosproof · cited by 90
- abs_leproof · cited by 64
- LE.le.ge_iff_eq'proof · cited by 50
- abs_real_inner_div_norm_mul_norm_le_oneproof · cited by 4
- real_inner_div_norm_mul_norm_eq_one_iffproof · cited by 2
- Real.arccos_eq_zeroproof · cited by 1
Cited by5
Results whose statement or proof uses this declaration.
- Wbtw.angle₂₁₃_eq_zero_of_neproof · cited by 5
- EuclideanGeometry.angle_eq_zero_iff_ne_and_wbtwproof · cited by 3
- EuclideanGeometry.angle_eq_zero_of_angle_eq_pi_leftproof · cited by 1
- Orientation.angle_eq_iff_oangle_eq_or_sameRayproof · cited by 1
- InnerProductGeometry.angle_eq_angle_add_angle_iffproof · cited by 0