Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Bounds for which the level of available verification is currently at minimal lev
| [50](https://teorth.github.io/optimizationproblems/constants/50a.html) | Approximation ratio for quantum Max Cut | 0.611 | $<1$ (0.5 for product states) |
| [51](https://teorth.github.io/optimizationproblems/constants/51a.html) | Erdős maximum term problem | 0.5850788 | $\frac{2}{\pi}\approx 0.63662$ |
| [52](https://teorth.github.io/optimizationproblems/constants/52a.html) | Satisfiability threshold for random 3-SAT | 3.52 | 4.490 |
| [53](https://teorth.github.io/optimizationproblems/constants/53a.html) | Davenport constant for $C_n^3$ | 3 | 20369 |
| [53](https://teorth.github.io/optimizationproblems/constants/53a.html) | Davenport constant for $C_n^3$ | 3 | 4 |
| [54](https://teorth.github.io/optimizationproblems/constants/54a.html) | Beurling–Ahlfors transform constant | 1 | 1.575 |
| [55](https://teorth.github.io/optimizationproblems/constants/55a.html) | Coefficient of the acyclic chromatic index | 1 | 3.142 |
| [56](https://teorth.github.io/optimizationproblems/constants/56a.html) | $\mathrm{GL}_2$ Ramanujan conjecture exponent | 0 | $\tfrac{7}{64}=0.109375$ |
Expand Down
41 changes: 33 additions & 8 deletions constants/53a.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,49 @@ $$

the maximal normalized Davenport constant among the rank-$3$ groups $C_n^3$.

The best general bounds currently available in this setting include the explicit uniform inequality
The following explicit uniform inequality is obtained from the inductive method
and known multi-wise Davenport estimates over elementary prime groups:

$$
3(n-1)+1\ \le\ D(C_n^3)\ \le\ \min\{20369,\ 3^{\omega(n)}\}(n-1)+1
3(n-1)+1\ \le\ D(C_n^3)\ \le\ 4n-P(n)-2
\qquad (n\ge 2),
$$

where

$$
P(n)=\max_{p^a\parallel n}p^a
$$

is the largest primary component of $n$. Since $P(n)\ge 2$, this gives

$$
D(C_n^3)\le 4n-4=4(n-1),
$$

and hence

$$
C_{53}\le 4.
$$

The previously recorded published bounds included

$$
3(n-1)+1\ \le\ D(C_n^3)\ \le\ \min\{20369,\ 3^{\omega(n)}\}(n-1)+1,
$$

where $\omega(n)$ is the number of distinct prime factors of $n$.
<a href="#Zak2019-omega-def">[Zak2019-omega-def]</a> <a href="#Zak2019-cor3.11">[Zak2019-cor3.11]</a>

Here, the $3^{\omega(n)}$ term is inherited from earlier published work, while the uniform numeric constant $20369$ is the new explicit contribution in <a href="#Zak2019">[Zak2019]</a>.
Here, the $3^{\omega(n)}$ term is inherited from earlier published work, while the uniform numeric constant $20369$ is the explicit contribution in <a href="#Zak2019">[Zak2019]</a>.
<a href="#Zak2019-prev-3omega">[Zak2019-prev-3omega]</a> <a href="#CMMPT2012">[CMMPT2012]</a>

In particular,

$$
3\ \le\ C_{53}\ \le\ 20369.
3\ \le\ C_{53}\ \le\ 4.
$$

<a href="#Zak2019-cor3.11">[Zak2019-cor3.11]</a>

A long-standing conjecture (in a stronger, pointwise form) predicts that for all $n\ge 2$ one has

$$
Expand All @@ -64,6 +86,7 @@ Published work before the 2019 preprint includes Gao (2000) on rank-$3$ groups a

| Bound | Reference | Comments |
| ----- | --------- | -------- |
| $4$ | <a href="#Grinsztajn2026">[Grinsztajn2026]</a> | From the pointwise estimate $D(C_n^3)\le 4n-P(n)-2$, where $P(n)=\max_{p^a\parallel n}p^a$. Since $P(n)\ge2$, this gives $C_{53}\le4$. |
| $20369$ | <a href="#Zak2019">[Zak2019]</a> | From Corollary 3.11: $D(C_n^3)\le 20369(n-1)+1$ for all $n\ge 2$, hence $C_{53}\le 20369$. <a href="#Zak2019-cor3.11">[Zak2019-cor3.11]</a> |

## Known lower bounds
Expand Down Expand Up @@ -128,6 +151,8 @@ Published work before the 2019 preprint includes Gao (2000) on rank-$3$ groups a

- <a id="Gao2000"></a>**[Gao2000]** Gao, W. D. *On Davenport's constant of finite abelian groups with rank three.* Discrete Mathematics **222** (2000), no. 1--3, 111–124. DOI: https://doi.org/10.1016/S0012-365X(00)00010-8. [Google Scholar](https://scholar.google.com/scholar?q=On+Davenport%27s+constant+of+finite+abelian+groups+with+rank+three)

- <a id="Grinsztajn2026"></a>**[Grinsztajn2026]** Grinsztajn, Max. *An upper bound for the Davenport constant of $C_n^3$.* Proof PDF: https://github.com/maaxgrin/davenport-cn3-bound/blob/main/davenport_cn3_bound.pdf

## Contribution notes

Prepared with assistance from ChatGPT 5.2 Pro.
Prepared with assistance from GPT-5.5 Pro.