Some points in the plane are either colored red or blue. The distance between two points of the opposite color is at most 1.
Prove that there exists a circle with diameter 2 such that no two points outside of this circle have same color. It is enough to prove this claim for a finite number of colored points.
This one wants a proof. Work it on paper, read the official solution, then mark
yourself honestly — the ladder only means something if the record is true.
Official solution
To prove that there exists a circle with diameter 2 such that no two points outside of this circle have the same color, we will proceed with the following steps:
1. Assumptions and Definitions: - Assume there are at least two points of each color (red and blue), as the other cases are trivial. - Let S be the set of all colored points. - Define an S-tight circle as the smallest circle that contains all points in S. This circle is unique and has at least two points from S on its boundary.
2. **Properties of S-tight Circles**: - If the S-tight circle has exactly two points A,B∈S on it, then AB is the diameter of the circle. - If the S-tight circle has at least three points in S on it, then we can find three of those points that form a right or acute triangle.
3. Case Analysis: - Let ω be the S-tight circle with diameter d and midpoint M. - If d≤2, the proof is complete as ω itself satisfies the condition. - Assume d>2 from now on.
4. **Case 1: Exactly Two Points on ω**: - Let the two points on ω be A and B. Since d>2>1, A and B must be of the same color (say red). - Draw two circles with radius 1 centered at A and B. All blue points must lie in the intersection of these circles. - Let M and N be the intersection points of these circles. The distance MN is given by: MN=2MH=2AM2−AH2≤21−(22)2=2⋅1−21=2⋅21=2. - Thus, the circle with diameter MN, where MN≤2, contains all blue points.
5. **Case 2: At Least Three Points on ω: - Claim 1**: All points on ω are of the same color. - Assume for contradiction that this is not the case. By the pigeonhole principle, at least two points must be of the same color. Let A and B be red, and C be blue. - If there are exactly three points on the circle, they form a right or acute triangle. Let △ABC be such a triangle. - Since ∠AMB≤180∘, one of the angles ∠CMA or ∠BMC is ≥90∘. Assume ∠CMA≥90∘. - By the Pythagorean inequality: AC2≥MA2+MC2>2⋅(22)2=1⟹AC>1, which violates the distance condition. - If there are at least four points on the circle, each of the (34) triangles contains two points of the same color. One of these triangles must be right or acute, leading to a contradiction as in the k=3 case. - Thus, all points on ω must be of the same color.
6. Conclusion from Claim 1: - We can find three points on ω that have the same color (say red) and form a right or acute triangle △ABC.
7. Claim 2: All blue points have a distance less than 22 from M. - Let P be any blue point in ω. Since △ABC is right or acute, M lies inside △ABC or on one of its sides. - Project A, B, and C through M onto ω to A′, B′, and C′. - If P lies in sector C′B′, one of the angles ∠PMB or ∠PMC is right or obtuse. By the Pythagorean inequality: ∣PM∣2+d2≤ℓ2⟹∣PM∣2≤ℓ2−d2<1−21=21⟹∣PM∣<22. - The same argument holds for sectors B′A′ and A′C′. Thus, all blue points lie in a circle with diameter 2 around M.
The last claim finishes the proof.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.