Setup
Let be a finite collection of balls in . We want to find a disjoint subcollection such that
where denotes the ball with the same center as but three times the radius.
The Greedy Algorithm
The proof is constructive:
- Pick with largest radius.
- Remove all balls intersecting .
- Pick with largest radius among remaining balls.
- Repeat until is empty.
Why Factor 3?
If was removed because it intersects , then:
since was chosen to have largest radius. Any point satisfies:
hence .