EuclideanGeometry.angle_eq_zero_iff_ne_and_wbtw
∀ {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₂ ∧ Wbtw ℝ p₂ p₁ p₃ ∨ p₃ ≠ p₂ ∧ Wbtw ℝ p₂ p₃ p₁The angle between three points is zero if and only if one of the first and third points is weakly between the other two, and not equal to the second.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- LT.lt.leproof · cited by 2,189
- HVAdd.hVAddproof · cited by 1,820
- MetricSpacestatement and proof · cited by 1,684
- one_smulproof · cited by 1,374
- NormedAddTorsorstatement and proof · cited by 1,325
- LT.lt.neproof · cited by 872
- VSub.vsubproof · cited by 817
- smul_smulproof · cited by 360
- le_or_gtproof · cited by 269
Cited by3
Results whose statement or proof uses this declaration.
- EuclideanGeometry.collinear_iff_eq_or_eq_or_angle_eq_zero_or_angle_eq_piproof · cited by 3
- EuclideanGeometry.angle_eq_zero_iff_eq_and_ne_or_sbtwproof · cited by 0
- EuclideanGeometry.oangle_eq_zero_iff_wbtwproof · cited by 0