This is a question from the IMO shortlist which I found here.
Given $n > 3$ points in the plane, no 3 collinear, show that there is a circle through 3 of the points such that none of the points lies inside the circle.
So I found this very similar question on stackexchange but it's the exact opposite. That question asks for a circle which contains all the points.
So what I have tried till now is to start with 3 points and draw a circle through them. After that I add one more point inside the circle. I make a new circle with this new point and the two closest points.
If a point lies inside the new circle again I repeat the process until we reach n points and the desired circle.
But the problem is: Sometimes if one of the previous points comes inside the new circle then if we use that point to make a new circle and another point comes inside that circle again then points may keep coming inside the circle infinitely.
So I think I can omit this strategy. So I'm gonna start from three points, make a circle and keep adding points like the previous strategy. And after adding the new point inside the circle I need to make a new circle passing through it. But I need to choose two other points to make the circle with.
So I'm looking for a strategy to decide which other 2 points to choose.
If I can choose the right two points to make the new circle with in each step of this process of adding points, then eventually I will get the desired circle. But this strategy is what I'm looking for.