EuclideanGeometry.angle_eq_zero_iff_eq_and_ne_or_sbtw
∀ {V : Type u_1} {P : Type u_2} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] [inst_2 : MetricSpace P]
[inst_3 : NormedAddTorsor V P] {p₁ p₂ p₃ : P},
EuclideanGeometry.angle p₁ p₂ p₃ = 0 ↔ p₁ = p₃ ∧ p₁ ≠ p₂ ∨ Sbtw ℝ p₂ p₁ p₃ ∨ Sbtw ℝ p₂ p₃ p₁The angle between three points is zero if and only if one of the first and third points is strictly between the other two, or those two points are equal but not equal to the second.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- InnerProductSpacestatement and proof · cited by 3,523
- MetricSpacestatement and proof · cited by 1,684
- NormedAddTorsorstatement and proof · cited by 1,325
- EuclideanGeometry.anglestatement · cited by 187
- Wbtwproof · cited by 165
- Sbtwstatement and proof · cited by 122
- EuclideanGeometry.angle_eq_zero_iff_ne_and_wbtwproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.