Skip to content

Commit 31ce131

Browse files
authored
Merge pull request #68 from pissedmf/c47-upper-bound-4
Improve C47 upper bound from 9 to 4
2 parents 3e1d574 + 431620c commit 31ce131

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Bounds for which the level of available verification is currently at minimal lev
7979
| [44](https://teorth.github.io/optimizationproblems/constants/44a.html) | Maximal number of relevant variables in degree-$d$ Boolean functions | 1.5 | 4.394 |
8080
| [45](https://teorth.github.io/optimizationproblems/constants/45a.html) | Density of odd integers that are the sum of a prime and a power of two | 0.107648 | 0.490341088858244 |
8181
| [46](https://teorth.github.io/optimizationproblems/constants/46a.html) | Fourier restriction constant for the 2-sphere | 3 | $\frac{22}{7}\approx 3.142857$ |
82-
| [47](https://teorth.github.io/optimizationproblems/constants/47a.html) | Centered Hardy-Littlewood maximal constant in dimension $2$ | $\frac{11+\sqrt{61}}{12}\approx 1.5675208$ | 9 |
82+
| [47](https://teorth.github.io/optimizationproblems/constants/47a.html) | Centered Hardy-Littlewood maximal constant in dimension $2$ | $\frac{11+\sqrt{61}}{12}\approx 1.5675208$ | 4 |
8383
| [48](https://teorth.github.io/optimizationproblems/constants/48a.html) | One-dimensional convex sub-Gaussian comparison constant | $\approx 5.33386$ | $\approx 5.33386$ |
8484
| [49](https://teorth.github.io/optimizationproblems/constants/49a.html) | Erdős–Szemerédi $3$-sunflower-free capacity | >1.551 ($\geq 1.554*$) | $\frac{3}{2^{2/3}} \approx 1.88988$ |
8585
| [50](https://teorth.github.io/optimizationproblems/constants/50a.html) | Approximation ratio for quantum Max Cut | 0.611 | $<1$ (0.5 for product states) |

constants/47a.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ the optimal weak-type $(1,1)$ constant of the centered Hardy–Littlewood maxima
3232

3333
| Bound | Reference | Comments |
3434
| ----- | --------- | -------- |
35-
| $9$ | <a href="#Tao2006">[Tao2006]</a> | The standard covering-lemma proof gives an explicit constant $3^d$ in the weak-type $(1,1)$ inequality, and the same argument applies to cubes; hence $c_2\le 3^2=9$. <a href="#Tao2006-weak-3d">[Tao2006-weak-3d]</a> <a href="#Tao2006-cubes">[Tao2006-cubes]</a> |
35+
| $4$ | [Tao2010] | The Vitali-covering proof can be sharpened from $3^d$ to $2^d$ by covering centers with $(2+\varepsilon)$-dilates of a disjoint subcollection and letting $\varepsilon\downarrow 0$. The same argument applies to $\ell_\infty$ balls, i.e. axis-parallel cubes; hence $c_2\le 2^2=4$. [Tao2010-ex42] |
36+
| $9$ | [Tao2006] | The standard covering-lemma proof gives an explicit constant $3^d$ in the weak-type $(1,1)$ inequality, and the same argument applies to cubes; hence $c_2\le 3^2=9$. [Tao2006-weak-3d] [Tao2006-cubes] |
3637

3738
## Known lower bounds
3839

@@ -83,6 +84,11 @@ the optimal weak-type $(1,1)$ constant of the centered Hardy–Littlewood maxima
8384
**loc:** arXiv PDF p.3, Introduction (equation (1.8) and the following sentence).
8485
**quote:** “Hence (1.8) $C=\frac{11+\sqrt{61}}{12}=1.5675208\ldots$ is the largest solution of the quadratic equation (1.9) $12C^2-22C+5=0$.”
8586

87+
- **[Tao2010]** Tao, Terence. *245A, Notes 5: Differentiation theorems.* What's new, 16 October 2010. [Blog post](https://terrytao.wordpress.com/2010/10/16/245a-notes-5-differentiation-theorems/).
88+
- **[Tao2010-ex42]**
89+
**loc:** Exercise 42.
90+
**quote:** “Improve the constant $3^d$ in the Hardy-Littlewood maximal inequality to $2^d$.”
91+
8692
- <a id="Tao2006"></a>**[Tao2006]** Tao, Terence. *247A Notes 3: Maximal theorem of Hardy-Littlewood.* Lecture notes (Fall 2006). [Google Scholar](https://scholar.google.com/scholar?q=Tao+247A+Notes+3+Maximal+theorem+of+Hardy-Littlewood). [Author PDF](https://www.math.ucla.edu/~tao/247a.1.06f/notes3.pdf)
8793
- <a id="Tao2006-weak-3d"></a>**[Tao2006-weak-3d]**
8894
**loc:** Author PDF (`notes3.pdf`) p.3, end of proof of Theorem 1.2.
@@ -94,3 +100,4 @@ the optimal weak-type $(1,1)$ constant of the centered Hardy–Littlewood maxima
94100
## Contribution notes
95101

96102
Prepared with assistance from ChatGPT 5.2 Pro.
103+
This update was prepared with assistance from GPT-5.5 Pro; citations and mathematical details were reviewed by the human contributor.

0 commit comments

Comments
 (0)