ProofComplete

Convex Geometry - Key Proof

ProofProof of Helly's Theorem

Theorem: Let {C1,…,Cm}\{C_1, \ldots, C_m\} be convex sets in Rn\mathbb{R}^n with mβ‰₯n+1m \geq n+1. If every (n+1)(n+1) of them intersect, then all mm sets intersect.

Proof (by induction on mm):

Base case (m=n+1m = n+1): This is the hypothesis itself.

Inductive step: Assume the theorem holds for mβˆ’1m-1 sets, and consider mm sets C1,…,CmC_1, \ldots, C_m where every (n+1)(n+1) intersect.

Step 1: For i=1,…,mi = 1, \ldots, m, define:

Di=⋂j≠iCjD_i = \bigcap_{j \neq i} C_j

By hypothesis, every nn of the sets D1,…,DmD_1, \ldots, D_m have non-empty intersection (take nn sets DiD_i and use that the corresponding (n+1)(n+1) of the original CjC_j intersect).

Step 2: By induction hypothesis applied to D1,…,Dn+1D_1, \ldots, D_{n+1}, there exists a point:

p∈D1βˆ©β‹―βˆ©Dn+1p \in D_1 \cap \cdots \cap D_{n+1}

Step 3: Point pp lies in D1βˆ©β‹―βˆ©Dn+1D_1 \cap \cdots \cap D_{n+1}. For each i∈{1,…,n+1}i \in \{1, \ldots, n+1\}:

p∈Di=β‹‚jβ‰ iCjp \in D_i = \bigcap_{j \neq i} C_j

This means pp lies in all CjC_j except possibly CiC_i. But pp must lie in at least mβˆ’(n+1)m - (n+1) of the sets C1,…,CmC_1, \ldots, C_m.

Step 4: Actually, pp lies in all CiC_i: For any particular CkC_k, consider DiD_i for iβ‰ ki \neq k. Since p∈Dip \in D_i for i≀n+1i \leq n+1, and these cover all indices except possibly kk, we have p∈Ckp \in C_k as well.

Therefore, pβˆˆβ‹‚i=1mCip \in \bigcap_{i=1}^m C_i. ∎

β– 

This elegant proof uses induction and clever indexing. The key insight: if small collections intersect, larger collections intersectβ€”dimension bounds the required local information.

Remark

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 n+1n+1 cannot be reduced (consider n+2n+2 halfspaces forming a simplexβ€”every n+1n+1 intersect, but all n+2n+2 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.