Erdős problem 1121
If are circles in with radii such that no line disjoint from all the circles divides them into two non-empty sets then the circles can be covered by a circle of radius .
Sources
FormalConjectures/ErdosProblems/
1121.lean
Retained formal statement
The proof of Goodman and Goodman [GoGo45] also generalises to higher dimensions: if are balls in with radii such that no hyperplane disjoint from all the balls divides them into two non-empty sets then the balls can be covered by a ball of radius .
∀ {d n : ℕ} (c : Fin n → EuclideanSpace ℝ (Fin d)) (r : Fin n → ℝ), (∀ (i : Fin n), 0 < r i) → (∀ (v : EuclideanSpace ℝ (Fin d)) (t : ℝ), v ≠ 0 → (∀ (i : Fin n), ∀ p ∈ Metric.closedBall (c i) (r i), inner ℝ v p ≠ t) → (∀ (i : Fin n), inner ℝ v (c i) < t) ∨ ∀ (i : Fin n), t < inner ℝ v (c i)) → ∃ z, ⋃ i, Metric.closedBall (c i) (r i) ⊆ Metric.closedBall z (∑ i, r i)SolvedStatement only, no proof