1. Understanding the Problem:
We are given six pairwise non-intersecting circles, each with a radius of at least 1. We need to prove that any circle intersecting all six of these circles must have a radius of at least 1.
2. Notation and Setup:
Let the centers of the six given circles be O1,O2,…,O6 and their radii be r1,r2,…,r6 respectively. We know that ri≥1 for all i. Let O be the center and r be the radius of the circle that intersects all six given circles.
3. Geometric Considerations:
Since the circle centered at O intersects all six circles, the distance from O to each Oi must be at most r+ri. That is,
OOi≤r+rifor all i.
4. Pairwise Non-Intersecting Property:
Given that the six circles are pairwise non-intersecting, the distance between any two centers Oi and Oj must be at least ri+rj. That is,
OiOj≥ri+rjfor all i=j.
5. Angle Consideration:
Consider the angles formed by the lines connecting O to Oi and Oj. Since there are six circles, by the pigeonhole principle, there must be at least one pair of circles such that the angle ∠OiOOj is at most 60∘.
6. Distance Inequality:
For such a pair (Oi,Oj) with ∠OiOOj≤60∘, we can use the Law of Cosines in △OOiOj:
OiOj2=OOi2+OOj2−2⋅OOi⋅OOj⋅cos(∠OiOOj).
Since cos(60∘)=21, we have:
OiOj2=OOi2+OOj2−OOi⋅OOj.
7. Bounding the Distances:
Using the inequalities OOi≤r+ri and OOj≤r+rj, we get:
OiOj≤(r+ri)+(r+rj)=2r+ri+rj.
However, from the pairwise non-intersecting property, we also have:
OiOj≥ri+rj.
8. Combining Inequalities:
Combining the above inequalities, we get:
ri+rj≤2r+ri+rj.
Simplifying this, we find:
0≤2r.
This is always true, but it does not provide a lower bound for r. We need a stricter inequality.
9. Stricter Bound:
Consider the case where OiOj>ri+rj. Then:
r+ri≥OOi≥OiOj−OOj≥(ri+rj)−(r+rj)=ri−r.
This implies:
r≥ri−r.
Since ri≥1, we have:
r≥1−r.
Solving for r, we get:
2r≥1⟹r≥21.
10. Final Bound:
To ensure that r is at least 1, we need to consider the worst-case scenario where ri=1. In this case, the circle centered at O must intersect all six circles, and the minimum radius r must be at least 1 to ensure intersection with all six circles.
■