Convex Geometry - Key Proof
Theorem: Let be convex sets in with . If every of them intersect, then all sets intersect.
Proof (by induction on ):
Base case (): This is the hypothesis itself.
Inductive step: Assume the theorem holds for sets, and consider sets where every intersect.
Step 1: For , define:
By hypothesis, every of the sets have non-empty intersection (take sets and use that the corresponding of the original intersect).
Step 2: By induction hypothesis applied to , there exists a point:
Step 3: Point lies in . For each :
This means lies in all except possibly . But must lie in at least of the sets .
Step 4: Actually, lies in all : For any particular , consider for . Since for , and these cover all indices except possibly , we have as well.
Therefore, . β
This elegant proof uses induction and clever indexing. The key insight: if small collections intersect, larger collections intersectβdimension bounds the required local information.
Helly's theorem has numerous applications:
- Computational geometry: Intersection detection algorithms
- Statistics: Depth functions and multivariate medians
- Discrete geometry: Piercing numbers for families of sets
- Combinatorics: Fractional Helly theorems generalize to non-convex settings
The theorem is tight: the bound cannot be reduced (consider halfspaces forming a simplexβevery intersect, but all don't intersect in a single point).
Extensions include the colorful Helly theorem (multiple families) and Helly-type theorems for various geometric objects (boxes, balls, convex bodies with symmetries), forming an active research area in discrete and computational geometry.