Erdős 97 convex-octagon formalization: Geometry Reduction #
A vertex has four other labelled vertices at one common distance.
Equations
Instances For
A labelled incidence system is realised by equal-distance rows in the plane.
Equations
- Erdos97Octagon.Realises p Q = ∀ (v : Erdos97Octagon.Vertex), ∃ (r : ℝ), ∀ w ∈ Q.targets v, dist (p v) (p w) = r
Instances For
theorem
Erdos97Octagon.equidistantCentres_card_le_two
{p : Vertex → Plane}
(hC : ConvexIndependent ℝ p)
{a b : Vertex}
(hab : a ≠ b)
:
At most two vertices of a convex-independent planar family are equidistant from any fixed pair of distinct vertices.
theorem
Erdos97Octagon.pairSparse_of_realises
{p : Vertex → Plane}
(hC : ConvexIndependent ℝ p)
(Q : OctagonIncidence)
(hR : Realises p Q)
:
A realisation in convex position has pair multiplicity at most two.
theorem
Erdos97Octagon.incidence_of_all_hasFour
{p : Vertex → Plane}
(h : ∀ (v : Vertex), HasFourEquidistant p v)
:
∃ (Q : OctagonIncidence), Realises p Q
Failure at every vertex canonically yields a four-target incidence system.
theorem
Erdos97Octagon.reduction_of_all_hasFour
{p : Vertex → Plane}
(hC : ConvexIndependent ℝ p)
(h : ∀ (v : Vertex), HasFourEquidistant p v)
:
∃ (Q : OctagonIncidence), Realises p Q ∧ Q.PairSparse ∧ Q.Balanced
Any failed convex octagon produces a balanced, pair-sparse incidence system.