Maths Olympiad Prep

Track / Stage 8 / 18 of 180 #1718 of 1964

Problem 1718

IMO Shortlist mid-range; USAMO P2/P5
Combinatorics Difficulty 8.0 Find the answer putnam

Let SS be a finite set of points in the plane. A linear partition of SS is an unordered pair {A,B}\{A,B\} of subsets of SS such that AB=SA \cup B = S, AB=A \cap B = \emptyset, and AA and BB lie on opposite sides of some straight line disjoint from SS (AA or BB may be empty). Let LSL_S be the number of linear partitions of SS. For each positive integer nn, find the maximum of LSL_S over all sets SS of nn points.

A number or a short expression. Spacing and $ signs are ignored.

Official solution

The maximum is (n2)+1\binom{n}{2} + 1, achieved for instance by a convex nn-gon: besides the trivial partition (in which all of the points are in one part), each linear partition occurs by drawing a line crossing a unique pair of edges.

\textbf{First solution:} We will prove that LS=(n2)+1L_S = \binom{n}{2} + 1 in any configuration in which no two of the lines joining points of SS are parallel. This suffices to imply the maximum in all configurations: given a maximal configuration, we may vary the points slightly to get another maximal configuration in which our hypothesis is satisfied. For convenience, we assume n3n \geq 3, as the cases n=1,2n=1,2 are easy.

Let PP be the line at infinity in the real projective plane; i.e., PP is the set of possible directions of lines in the plane, viewed as a circle. Remove the directions corresponding to lines through two points of SS; this leaves behind (n2)\binom{n}{2} intervals.

Given a direction in one of the intervals, consider the set of linear partitions achieved by lines parallel to that direction. Note that the resulting collection of partitions depends only on the interval. Then note that the collections associated to adjacent intervals differ in only one element.

The trivial partition that puts all of SS on one side is in every such collection. We now observe that for any other linear partition {A,B}\{A,B\}, the set of intervals to which {A,B}\{A,B\} is: \begin{enumerate} \item[(a)] a consecutive block of intervals, but \item[(b)] not all of them. \end{enumerate} For (a), note that if 1,2\ell_1, \ell_2 are nonparallel lines achieving the same partition, then we can rotate around their point of intersection to achieve all of the intermediate directions on one side or the other. For (b), the case n=3n=3 is evident; to reduce the general case to this case, take points P,Q,RP,Q,R such that PP lies on the opposite side of the partition from QQ and RR.

It follows now that that each linear partition, except for the trivial one, occurs in exactly one place as the partition associated to some interval but not to its immediate counterclockwise neighbor. In other words, the number of linear partitions is one more than the number of intervals, or (n2)+1\binom{n}{2} + 1 as desired.

\textbf{Second solution:} We prove the upper bound by induction on nn. Choose a point PP in the convex hull of SS. Put S=S{P}S' = S \setminus \{P\}; by the induction hypothesis, there are at most (n12)+1\binom{n-1}{2} + 1 linear partitions of SS'. Note that each linear partition of SS restricts to a linear partition of SS'. Moreover, if two linear partitions of SS restrict to the same linear partition of SS', then that partition of SS' is achieved by a line through PP.

By rotating a line through PP, we see that there are at most n1n-1 partitions of SS' achieved by lines through PP: namely, the partition only changes when the rotating line passes through one of the points of SS. This yields the desired result.

\textbf{Third solution:} (by Noam Elkies) We enlarge the plane to a projective plane by adding a line at infinity, then apply the polar duality map centered at one of the points OSO \in S. This turns the rest of SS into a set SS' of n1n-1 lines in the dual projective plane. Let OO' be the point in the dual plane corresponding to the original line at infinity; it does not lie on any of the lines in SS'.

Let \ell be a line in the original plane, corresponding to a point PP in the dual plane. If we form the linear partition induced by \ell, then the points of S{O}S \setminus \{O\} lying in the same part as OO correspond to the lines of SS' which cross the segment OPO'P. If we consider the dual affine plane as being divided into regions by the lines of SS', then the lines of SS' crossing the segment OPO'P are determined by which region PP lies in.

Thus our original maximum is equal to the maximum number of regions into which n1n-1 lines divide an affine plane. By induction on nn, this number is easily seen to be 1+(n2)1 + \binom{n}{2}.

\textbf{Fourth solution:} (by Florian Herzig) Say that an \emph{SS-line} is a line that intersects SS in at least two points. We claim that the nontrivial linear partitions of SS are in natural bijection with pairs (,{X,Y})(\ell, \{X,Y\}) consisting of an SS-line \ell and a nontrivial linear partition {X,Y}\{X,Y\} of S\ell \cap S. Since an SS-line \ell admits precisely S1(S2)|\ell\cap S|-1 \le \binom{|\ell \cap S|}{2} nontrivial linear partitions, the claim implies that LS(n2)+1L_S \le \binom n2 + 1 with equality iff no three points of SS are collinear.

Let PP be the line at infinity in the real projective plane. Given any nontrivial linear partition {A,B}\{A,B\} of SS, the set of lines inducing this partition is a proper, open, connected subset II of PP. (It is proper because it has to omit directions of SS-lines that pass through both parts of the partition and open because we can vary the separating line. It is connected because if we have two such lines that aren't parallel, we can rotate through their point of intersection to get all intermediate directions.) Among all SS-lines that intersect both AA and BB choose a line \ell whose direction is minimal (in the clockwise direction) with respect to the interval II; also, pick an arbitrary line \ell' that induces {A,B}\{A,B\}. By rotating \ell' clockwise to \ell about their point of intersection, we see that the direction of \ell is the least upper bound of II. (We can't hit any point of SS during the rotation because of the minimality property of \ell.) The line \ell is in fact unique because if the (parallel) lines pqpq and rsrs are two choices for \ell, with pp, qAq \in A; rr, sBs \in B, then one of the diagonals psps, qrqr would contradict the minimality property of \ell. To define the above bijection we send {A,B}\{A,B\} to (,{A,B})(\ell, \{A \cap \ell, B \cap \ell\}).

Conversely, suppose that we are given an SS-line \ell and a nontrivial linear partition {X,Y}\{X,Y\} of S\ell \cap S. Pick any point pp \in \ell that induces the partition {X,Y}\{X,Y\}. If we rotate the line \ell about pp in the counterclockwise direction by a sufficiently small amount, we get a nontrivial linear partitition of SS that is independent of all choices. (It is obtained from the partition of SS-\ell induced by \ell by adjoining XX to one part and YY to the other.) This defines a map in the other direction.

By construction these two maps are inverse to each other, and this proves the claim.

\textbf{Remark:} Given a finite set SS of points in Rn\mathbb{R}^n, a \emph{non-Radon partition} of SS is a pair (A,B)(A,B) of complementary subsets that can be separated by a hyperplane. \emph{Radon's theorem} states that if #Sn+2\#S\geq n+2, then not every (A,B)(A,B) is a non-Radon partition. The result of this problem has been greatly extended, especially within the context of matroid theory and oriented matroid theory. Richard Stanley suggests the following references: T. H. Brylawski, A combinatorial perspective on the Radon convexity theorem, \emph{Geom. Ded.} \textbf{5} (1976), 459-466; and T. Zaslavsky, Extremal arrangements of hyperplanes, \emph{Ann. N. Y. Acad. Sci.} \textbf{440} (1985), 69-87.

Source: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.