The Hopf--Pannwitz diameter bound #
Hopf and Pannwitz (1934): a set of n points of the plane realises its diameter at most n
times. This file proves the bound in the form the main theorem consumes, and in fact proves
slightly more: only maximality of D is used, never that D is attained.
Nothing here is claimed as new. The same bound is already in the pool as
LeanPool.Erdos132N14.diameterEdges_card_le, proved by Perles charging over an injective map
from a linearly ordered index type into ℂ and stated as a bound on the cardinality of a
Finset of unordered pairs. This file reproves it over a Finset (ℝ × ℝ), in squared
distances and handshake degree-sum form, because pool projects do not import one another; it is
a supporting lemma of this development rather than one of its results.
The classical argument deletes a pendant vertex. If a point v has three points of X at
squared distance exactly D, then one of the three — the one lying angularly between the other
two, seen from v — has no other such partner, so it can be deleted and induction applies.
The angular step is entirely algebraic here. Write A, B, C for the vectors from v to
the three points and let X, Y, Z be the cross products A × B, B × C, A × C. Cramer's
rule in the plane is the identity Z • B = Y • A + X • C, and comparing squared lengths turns
maximality of D into the strict inequality Z < X + Y. A partner w of the middle point
satisfies ⟪B, w - v⟫ = |w - v|² / 2 while ⟪A, w - v⟫ and ⟪C, w - v⟫ are at least that, so
pairing Cramer's identity with w - v forces |w - v|² ≤ 0, i.e. w = v.
Adjacency in the diameter graph: distinct points at squared distance exactly D.
Equations
- Erdos132ThreeChain.DiameterAdj D p q = (p ≠ q ∧ Erdos132ThreeChain.sqDist p q = D)
Instances For
Equations
The plane geometry #
The pendant lemma. Let a, b, c sit at squared distance D from v, with b
strictly between a and c as seen from v (both cross products positive). If no squared
distance among the points involved exceeds D, then the only point at squared distance D
from b is v itself.
Of three points seen from v with no two collinear with v, one lies strictly between the
other two. The six alternatives are the three choices of middle point, each in the two possible
orientations.
Three points at squared distance D from v inside a set of diameter D force one of the
three to have v as its only partner at squared distance D.
Counting #
Deleting a pendant vertex removes exactly one edge, i.e. two from the degree sum.
The induction step packaged: a pendant vertex b whose only partner is v.
Hopf--Pannwitz. If every squared distance inside X is at most D > 0, then the graph
joining points of X at squared distance exactly D has degree sum at most 2 * #X, that is,
at most #X edges.
Hopf--Pannwitz for a diameter. The diameter graph of a finite planar set has at most as many edges as the set has points.