A collinear triple has a between relation
ProvedBatch3N9.Problem97.collinear_three_wbtwFor three collinear points, one of the three points lies between the other two.
Preamble
import Definitions.Def_Erdos9796Counting_Adapter import Definitions.Def_Erdos9796Counting_Foundation import Mathlib.Analysis.Convex.Between import Mathlib.Analysis.Convex.Independent import Mathlib.Data.Finset.Basic import Mathlib.Geometry.Euclidean.Angle.Oriented.Basic open Problem97 Problem97.ConvexIndep open scoped EuclideanGeometry
Formal statement
theorem Batch3N9.Problem97.collinear_three_wbtw {x y z : ℝ²} (hcol : Collinear ℝ ({x, y, z} : Set ℝ²)) : Wbtw ℝ x y z ∨ Wbtw ℝ y z x ∨ Wbtw ℝ z x y := by sorrySource