Maths Olympiad Prep

Library / /333 of 397

, 2021

Geometry Difficulty 6.8 National Olympiad Prove it Taiwan

A city is a point on the plane. Suppose there are n2n \ge 2 cities. Suppose that for each city XX, there is another city N(X)N(X) that is strictly closer to XX than all the other cities. The government builds a road connecting each city XX and its N(X)N(X); no other roads have been built. Suppose we know that, starting from any city, we can reach any other city through a series of roads.
We call a city YY is suburban if it is N(X)N(X) for some city XX. Show that there are at least (n2)/4(n-2)/4 suburban cities.

Solution

Let us construct a directed graph GG with cities as vertices, and (X,N(X))(X, N(X)) as edges. Since GG is connected and has a total of nn edges, this graph has exactly one cycle. This means that there is at most one pair of cities (A,B)(A, B) satisfying A=N(B)A = N(B) and B=N(A)B = N(A).

Let us consider the following key lemma:

Lemma: If B=N(A)B = N(A), then there exist at most 4 cities other than BB satisfying A=N(X)A = N(X).

Proof: Suppose X1,,XtX_1, \cdots, X_t are all the cities other than BB satisfying A=N(Xi)A = N(X_i). By definition, XiA<XiB\overline{X_iA} < \overline{X_iB}, which means XiX_i and AA must lie on the same side of the perpendicular bisector of AB\overline{AB}. Also by definition, we know XiA>AB\overline{X_iA} > \overline{AB}, so XiX_i must lie outside the circle centered at AA passing through point BB. This means the possible range of angles for the ray AXiAX_i is 4π/34\pi/3.

Now, for any iji \neq j, XiXj\overline{X_iX_j} must be the longest side of AXiXj\triangle AX_iX_j, that is, XiAXj>π/3\angle X_iAX_j > \pi/3. Combining this with the previous discussion about the possible range of angles for the rays, we get
t14π/3π/3=4, t - 1 \le \frac{4\pi/3}{\pi/3} = 4,
that is, t4t \le 4. This completes the proof of the lemma. \Box

Returning to the original problem. By the lemma, we know that for every city AA, there are at most four cities XX satisfying N(X)=AN(X) = A and N(N(X))XN(N(X)) \neq X. Let SS be the set of all suburban cities, and let SS' be the set of all cities satisfying N(N(X))XN(N(X)) \neq X. Note that we have Sn2|S'| \ge n - 2 and 4SS4|S| \ge |S'| (since the preimage under N:SSN : S' \to S has size at most 4), which means S(n2)/4|S| \ge (n - 2)/4. This completes the proof.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement translated into English from zh; metadata (topic, difficulty) added by this project.