Improve upper bound for Davenport constant C_{53} to 4#78
Open
maaxgrin wants to merge 1 commit into
Open
Conversation
Author
|
I added a conditional Lean 4 formalization of the proof: It compiles with Lean 4.28.0 / mathlib v4.28.0. The file isolates the results from cited previous works as axioms and checks the local estimate, the induction step, and the final bound. The formalization was prepared with the help of Aristotle and GPT-5.5 Pro. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the entry for the Davenport constant of$C_n^3$ , improving the recorded upper bound
to
The update records the stronger pointwise estimate
which implies$D(C_n^3)\le 4(n-1)$ for all $n\ge 2$ .
Proof details
Let$D_k(G)$ denote the $k$ -wise Davenport constant. We use the following consequence of the estimates of Freeze--Schmid and Bhowmik--Schlage-Puchta.
Local lemma. For every prime$p$ and every $k\ge 3p-2$ ,
For$p=2$ , Freeze--Schmid give $D_k(C_2^3)=2k+3$ for $k\ge2$ , so $D_k(C_2^3)\le2k+4$ .
For$p=3$ , Bhowmik--Schlage-Puchta use $\eta(C_3^3)=17$ and the fact that length $15$ already forces three disjoint zero-sums, hence $D_3(C_3^3)\le17$ . Repeatedly extracting zero-sums of length at most $3$ gives
For$p=5$ , Bhowmik--Schlage-Puchta give $\eta(C_5^3)=33$ and $D_3(C_5^3)\le33$ , hence
For$p\ge7$ , we use the $d=3$ part of Bhowmik--Schlage-Puchta, Lemma 2.3 and the proof of Theorem 1.4. Set
They give$\eta(C_p^3)\le M$ and the multi-wise estimate
Take
Then$D_{j_0}(C_p^3)\le M$ , $j_0<2p<3p-2$ , and $M\le p^2+pj_0$ . Since $M\ge\eta(C_p^3)$ , repeated extraction of short zero-sums gives, for every $k\ge3p-2$ ,
This proves the local lemma.
The core of the proof is the following induction, which starts from the largest primary component of$n$ instead of starting from $1$ .
Let$Q=P(n)$ , and write
where the remaining prime factors are counted with multiplicity. Since$Q$ is the largest primary component of $n$ , every $p_i\le Q$ . Define
For these$m_i$ , we prove by induction that
For$i=0$ , $m_0=Q$ is a prime power, so the $p$ -group formula gives
For the induction step, put$m=m_{i-1}$ and $p=p_i$ . In $C_{pm}^3$ , take the natural subgroup $H\simeq C_m^3$ , so $C_{pm}^3/H\simeq C_p^3$ . The standard inductive inequality gives
Also$D(C_m^3)\ge 3m-2\ge 3p-2$ , since $m\ge Q\ge p$ . Thus the local estimate applies with $k=D(C_m^3)$ , giving
Using the induction hypothesis,
Since$p\le Q$ , this is at most $4pm-Q-2$ , because the required inequality is
This follows from$(p-1)Q\ge p(p-1)\ge p^2-2p+2$ .
This proves the induction. Taking$m_s=n$ , we get
Since$P(n)\ge2$ , this implies $D(C_n^3)\le4(n-1)$ , and hence $C_{53}\le4$ .
Files changed:
README.md: updates the table upper bound for20369to4.constants/53a.md: adds the pointwise bound, upper-bound table entry, and references.AI assistance disclosure: the proof of the new upper bound was found by GPT-5.5 Pro; the references and proof details were checked against the cited sources before submission.