Maths Olympiad Prep

Library / /72 of 397

, 2023

Combinatorics Difficulty 5.1 AIME, harder Prove it Taiwan

Let nn and kk be positive integers. Let AA be a set of 2n2n distinct points in the plane, no three of which are collinear. Some pairs of points in AA are connected by line segments, so that there are n2+kn^2 + k distinct line segments in the plane. Prove that there are at least 43k3/2\frac{4}{3}k^{3/2} distinct triangles in the plane, whose vertices all belong to AA, and whose three sides are all among the line segments connected above.

Solution

Regard the problem as a graph G=(V,E)G = (V, E). For each point vVv \in V, let d(v)d(v) denote the degree of that point. For each edge e=uvEe = uv \in E, let s(e)=d(u)+d(v)s(e) = d(u) + d(v), that is, the sum of the degrees of its two endpoints. We break this down into the following three steps:

1. Lemma 1: For each edge eEe \in E, there are at least s(e)2ns(e) - 2n triangles having it as an edge.

Proof. Let the two endpoints of ee be uu and vv. Then aside from uvuv, AA and BB together must connect s(e)2s(e)-2 edges to the remaining 2n22n-2 points, so by the inclusion-exclusion principle, at least (s(e)2)(2n2)=s(e)2n(s(e)-2) - (2n-2) = s(e) - 2n points have edges to both AA and BB simultaneously, that is, there are s(e)2ns(e) - 2n triangles. □

2. Lemma 2: S=eEs(e)2(n2+k)2/nS = \sum_{e \in E} s(e) \ge 2(n^2 + k)^2/n.

Proof. Let us compute SS in two ways. Note that a point vv having degree d(v)d(v) means it contributes a degree of d(v)d(v) to SS on each of its d(v)d(v) edges, so by the Cauchy-Schwarz inequality and the handshaking lemma,
eEs(e)=vVd(v)212n(vVd(v))2=12n(2(n2+k))2=2(n2+k)2n. \sum_{e \in E} s(e) = \sum_{v \in V} d(v)^2 \ge \frac{1}{2n} \left( \sum_{v \in V} d(v) \right)^2 = \frac{1}{2n} (2(n^2 + k))^2 = \frac{2(n^2 + k)^2}{n}.

3. Now, since each triangle has three edges, we have
3×number of triangleseE(s(e)2n)2(n2+k)2n2n(n2+k)=2kn(n2+k)2kn(2nk)=4k3/2. \begin{aligned} 3 \times \text{number of triangles} &\ge \sum_{e \in E} (s(e) - 2n) \ge \frac{2(n^2 + k)^2}{n} - 2n(n^2 + k) \\ &= \frac{2k}{n}(n^2 + k) \ge \frac{2k}{n}(2n\sqrt{k}) = 4k^{3/2}. \end{aligned}

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.