@[reducible, inline]
Three-dimensional Euclidean space $\mathbb{R}^3$, the ambient space for the Mani-Levitska–Pach problem on coverings by unit balls.
Instances For
IsKFoldCovering center k records that a family of unit balls with centres center
is a locally finite $k$-fold covering of $\mathbb{R}^3$: every point is covered at least
$k$ times and only by finitely many balls.
- locallyFinite (x : E3) : (coveringSet center x).Finite
Instances For
theorem
DecomposingCoverings.proper_2coloring_exists
(ι : Type u_1)
(center : ι → E3)
(k : ℕ)
(hk : 2 ≤ k)
(hcov : IsKFoldCovering center k)
(h_mult_bound : ∀ (x : E3), ↑(mult center x) < 2 ^ (↑k / 3))
:
∃ (A : Set ι), (∀ (x : E3), ∃ i ∈ coveringSet center x, i ∈ A) ∧ ∀ (x : E3), ∃ j ∈ coveringSet center x, j ∉ A
Axiomatic statement underlying the Mani-Levitska–Pach theorem: if every point of $\mathbb{R}^3$ is covered fewer than $2^{k/3}$ times, then the family admits a proper $2$-colouring, i.e. a partition into two classes each of which still covers $\mathbb{R}^3$.