Skip to content

Commit 351c0a1

Browse files
committed
Add Hadwiger covering number.
1 parent 7ccc0c7 commit 351c0a1

File tree

2 files changed

+90
-1
lines changed

2 files changed

+90
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A curated collection of optimization constants $C$ in mathematics, often arising
66

77
## Table of Constants
88

9-
We are arbitrarily numbering the constants as $C\_{1}$, $C\_{2}$, etc., mostly based on the order in which the constants were added to the repository. Constants that are in a family of similar constants will also be given letter suffixes (e.g. $C\_{1a}$, $C\_{1b}$).
9+
We are arbitrarily numbering the constants as $C_{1}$, $C_{2}$, etc., mostly based on the order in which the constants were added to the repository. Constants that are in a family of similar constants will also be given letter suffixes (e.g. $C_{1a}$, $C_{1b}$).
1010

1111
| Number | Description | Best lower bound | Best upper bound |
1212
| ------ | ----------- | ---------------- | ---------------- |
@@ -58,6 +58,7 @@ We are arbitrarily numbering the constants as $C\_{1}$, $C\_{2}$, etc., mostly b
5858
| [36](https://teorth.github.io/optimizationproblems/constants/36a.html) | Sphere packing density in $\mathbb{R}^4$ | $\pi^2/16 \approx 0.616850$ | 0.644421 |
5959
| [37](https://teorth.github.io/optimizationproblems/constants/37a.html) | The degree--sensitivity exponent | $\log_{3}(6) \approx 1.63093$ | 2 |
6060
| [38](https://teorth.github.io/optimizationproblems/constants/38a.html) | Square-lattice self-avoiding walk connective constant | 2.625622 | 2.679193 |
61+
| [39](https://teorth.github.io/optimizationproblems/constants/39a.html) | Hadwiger covering / illumination number in $\mathbb{R}^3$ | 8 | 14 |
6162

6263

6364
## Recent progress

constants/39a.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# Hadwiger covering / illumination number in $\mathbb{R}^3$
2+
3+
## Description of constant
4+
5+
$C_{39}=H_3$ is the **Hadwiger covering number** in dimension $3$, which can also be formulated in terms of illumination of the boundary.
6+
<a href="#ABP2024-equivalence-illumination">[ABP2024-equivalence-illumination]</a>
7+
8+
Given sets $K,L\subset \mathbb{R}^n$, let $C(K,L)$ be the minimal number of translates of $L$ needed to cover $K$.
9+
<a href="#ABP2024-def-CKL">[ABP2024-def-CKL]</a>
10+
11+
For a convex body $K\subset \mathbb{R}^n$, write $\operatorname{int}(K)$ for its interior. The **Hadwiger covering number in dimension $n$** is the minimal number $H_n$ such that any $n$-dimensional convex body can be covered by $H_n$ translates of its interior.
12+
<a href="#ABP2024-def-Hn">[ABP2024-def-Hn]</a>
13+
14+
The constant of interest here is $H_3$.
15+
<a href="#ABP2024-def-Hn">[ABP2024-def-Hn]</a>
16+
17+
For symmetric convex bodies one also considers the symmetric covering number $H_n^s$, defined analogously.
18+
<a href="#ABP2024-def-Hns">[ABP2024-def-Hns]</a>
19+
20+
## Known upper bounds
21+
22+
| Bound | Reference | Comments |
23+
| ----- | --------- | -------- |
24+
| $16$ | <a href="#Pap1999">[Pap1999]</a> | Previous best bound: $H_3 \le 16$ (Papadoperakis). <a href="#ABP2024-ub-H3-16">[ABP2024-ub-H3-16]</a> |
25+
| $14$ | <a href="#Pry2023">[Pry2023]</a> | Best known general upper bound: $H_3 \le 14$ (attributed to Prymak). <a href="#ABP2024-ub-H3-14">[ABP2024-ub-H3-14]</a> |
26+
27+
## Known lower bounds
28+
29+
| Bound | Reference | Comments |
30+
| ----- | --------- | -------- |
31+
| $8$ | Classical (cube) | $H_3 \ge 2^3 = 8$ (already forced by the cube / parallelotope). <a href="#ABP2024-lb-cube">[ABP2024-lb-cube]</a> |
32+
33+
## Additional comments and links
34+
35+
- **Conjectured exact value (open in dimension $3$).** Hadwiger's covering (illumination) conjecture asserts $H_n=H_n^s=2^n$ for all $n$, hence would imply $H_3=8$.
36+
<a href="#ABP2024-conj-Hn">[ABP2024-conj-Hn]</a>
37+
38+
- **Origin of the conjecture.** Hadwiger posed the covering problem in 1957.
39+
<a href="#ABP2024-hadwiger-question">[ABP2024-hadwiger-question]</a> <a href="#Had1957">[Had1957]</a>
40+
41+
- **Centrally symmetric case in dimension $3$.** The symmetric variant is known exactly: $H_3^s=8$ (and is sharp).
42+
<a href="#ABP2024-H3s-8">[ABP2024-H3s-8]</a>
43+
44+
- Surveys/background for the general illumination/covering problem include <a href="#ABP2024">[ABP2024]</a>.
45+
46+
## References
47+
48+
- <a id="ABP2024"></a>**[ABP2024]** Arman, Andrii; Bondarenko, Andriy; Prymak, Andriy. *On Hadwiger’s covering problem in small dimensions.* Canadian Mathematical Bulletin **68**(4) (2025), 1239–1250. DOI: [10.4153/S0008439525000384](https://doi.org/10.4153/S0008439525000384). [Google Scholar](https://scholar.google.com/scholar?q=On+Hadwiger%E2%80%99s+covering+problem+in+small+dimensions+Arman+Bondarenko+Prymak). [arXiv PDF](https://arxiv.org/pdf/2404.00547.pdf).
49+
- <a id="ABP2024-equivalence-illumination"></a>**[ABP2024-equivalence-illumination]**
50+
**loc:** arXiv PDF p.1, Abstract.
51+
**quote:** “It is possible to define $H_n$ and $H_n^s$ in terms of illumination of the boundary of the body using external light sources,”
52+
- <a id="ABP2024-def-CKL"></a>**[ABP2024-def-CKL]**
53+
**loc:** arXiv PDF p.1, Introduction (definitions paragraph).
54+
**quote:** “we denote by $C(A,B):=\min\bigl(N:\exists t_1,\dots,t_N\in\mathbb{E}^n\text{ satisfying }A\subset\bigcup_{j=1}^N(t_j+B)\bigr)$, the minimal number of translates of $B$ needed to cover $A$.”
55+
- <a id="ABP2024-def-Hn"></a>**[ABP2024-def-Hn]**
56+
**loc:** arXiv PDF p.1, Abstract.
57+
**quote:** “Let $H_n$ be the minimal number such that any $n$-dimensional convex body can be covered by $H_n$ translates of interior of that body.”
58+
- <a id="ABP2024-def-Hns"></a>**[ABP2024-def-Hns]**
59+
**loc:** arXiv PDF p.1, Abstract.
60+
**quote:** “Similarly $H_n^s$ is the corresponding quantity for symmetric bodies.”
61+
- <a id="ABP2024-conj-Hn"></a>**[ABP2024-conj-Hn]**
62+
**loc:** arXiv PDF p.1, Abstract.
63+
**quote:** “the famous Hadwiger’s covering conjecture (illumination conjecture) states that $H_n = H_n^s = 2^n$.”
64+
- <a id="ABP2024-hadwiger-question"></a>**[ABP2024-hadwiger-question]**
65+
**loc:** arXiv PDF p.1, Introduction (paragraph after the definition of $H_n$).
66+
**quote:** “Hadwiger [17] raised the question of determining the value of $H_n = \min\{C(K,\mathrm{int}(K)) : K \in K_n\}$ for all $n \ge 3$.”
67+
- <a id="ABP2024-lb-cube"></a>**[ABP2024-lb-cube]**
68+
**loc:** arXiv PDF p.1, Introduction (paragraph after the definition).
69+
**quote:** “Considering an $n$-cube, one immediately sees that $H_n \ge 2^n$,”
70+
- <a id="ABP2024-ub-H3-16"></a>**[ABP2024-ub-H3-16]**
71+
**loc:** arXiv PDF p.3, Introduction (paragraph on low dimensions).
72+
**quote:** “then to $H_3 \le 16$ by Papadoperakis [24],”
73+
- <a id="ABP2024-ub-H3-14"></a>**[ABP2024-ub-H3-14]**
74+
**loc:** arXiv PDF p.3, Introduction (paragraph on low dimensions).
75+
**quote:** “and then to $H_3 \le 14$ by Prymak [25].”
76+
- <a id="ABP2024-H3s-8"></a>**[ABP2024-H3s-8]**
77+
**loc:** arXiv PDF p.3, Introduction (paragraph on the symmetric case).
78+
**quote:** “For the symmetric case, Lassak [20] obtained the sharp result $H_3^s = 8$,”
79+
80+
- <a id="Had1957"></a>**[Had1957]** Hadwiger, H. *Ungelöste Probleme Nr. 20.* Elemente der Mathematik **12**(6) (1957), 121. [Google Scholar](https://scholar.google.com/scholar?q=Ungel%C3%B6ste+Probleme+Nr.+20+Hadwiger+1957+Elemente+der+Mathematik). [Publisher entry](https://www.e-periodica.ch/cntmng?pid=edm-001%3A1957%3A12%3A%3A246).
81+
82+
- <a id="Pap1999"></a>**[Pap1999]** Papadoperakis, Ioannis. *An estimate for the problem of illumination of the boundary of a convex body in $E^3$.* Geometriae Dedicata **75**(3) (1999), 275–285. DOI: [10.1023/A:1005056207406](https://doi.org/10.1023/A:1005056207406). [Google Scholar](https://scholar.google.com/scholar?q=An+estimate+for+the+problem+of+illumination+of+the+boundary+of+a+convex+body+in+E%5E3+Papadoperakis+1999).
83+
84+
- <a id="Pry2023"></a>**[Pry2023]** Prymak, Andriy. *A new bound for Hadwiger's covering problem in $\mathbb{E}^3$.* SIAM Journal on Discrete Mathematics **37**(1) (2023), 17–24. DOI: [10.1137/22M1490314](https://doi.org/10.1137/22M1490314). [Google Scholar](https://scholar.google.com/scholar?q=A+new+bound+for+Hadwiger%27s+covering+problem+in+E%5E3+Prymak+2023). [arXiv PDF](https://arxiv.org/pdf/2112.10698).
85+
86+
## Contribution notes
87+
88+
Prepared with assistance from ChatGPT 5.2 Pro.

0 commit comments

Comments
 (0)