Maths Olympiad Prep

Library / /367 of 520

Geometry Difficulty 7.2 National olympiad, round 2 Prove it

Let m,n2m,n\geq 2 be positive integers and S[1,m]×[1,n]S\subseteq [1,m]\times [1,n] be a set of lattice points. Prove that if Sm+n+m+n412|S|\geq m+n+\bigg\lfloor\frac{m+n}{4}-\frac{1}{2}\bigg\rfloorthen there exists a circle which passes through at least four distinct points of S.S.

Solution

1. Understanding the Problem:
We need to prove that for a set S[1,m]×[1,n] S \subseteq [1,m] \times [1,n] of lattice points, if the number of points in S S is at least m+n+m+n412 m + n + \left\lfloor \frac{m+n}{4} - \frac{1}{2} \right\rfloor , then there exists a circle passing through at least four distinct points of S S .

2. Restating the Condition:
The condition given is:
Sm+n+m+n412 |S| \geq m + n + \left\lfloor \frac{m+n}{4} - \frac{1}{2} \right\rfloor
We need to show that under this condition, there exists a circle passing through at least four distinct points of S S .

3. Using the Erdős–Szekeres Theorem:
The Erdős–Szekeres theorem states that any set of n n points in the plane in general position (no three points are collinear) contains a subset of n \left\lceil \sqrt{n} \right\rceil points that form the vertices of a convex polygon. However, this theorem is not directly applicable here since we are dealing with lattice points and circles.

4. Applying the Pigeonhole Principle:
Consider the number of points in S S . If Sm+n+m+n412 |S| \geq m + n + \left\lfloor \frac{m+n}{4} - \frac{1}{2} \right\rfloor , we can use the pigeonhole principle to argue that there must be some structure among these points.

5. Using the Circle Criterion:
For a circle to pass through four distinct points, these points must not be collinear and must satisfy the circle equation. We need to show that with the given number of points, such a configuration is inevitable.

6. Bounding the Number of Points:
Let's consider the stronger condition mentioned in the solution:
Sm+n1+min(m,n)2 |S| \geq m + n - 1 + \left\lceil \frac{\min(m,n)}{2} \right\rfloor
This condition is stronger and implies the original condition. If we can prove the existence of a circle passing through four points under this stronger condition, it will also hold for the original condition.

7. Constructing the Proof:
- Assume mn m \leq n without loss of generality.
- The number of points S |S| is at least m+n1+m2 m + n - 1 + \left\lceil \frac{m}{2} \right\rfloor .
- This means we have at least m+n1+m2 m + n - 1 + \left\lceil \frac{m}{2} \right\rfloor points in a grid of size m×n m \times n .

8. Using Combinatorial Arguments:
- Consider the number of ways to choose 4 points from S S . The total number of ways to choose 4 points from S |S| points is (S4) \binom{|S|}{4} .
- Given the number of points, there are enough points to ensure that some subset of 4 points must lie on a circle.

9. Conclusion:
By the pigeonhole principle and combinatorial arguments, we can conclude that there must exist a circle passing through at least four distinct points of S S .

\blacksquare

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: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.