-
Notifications
You must be signed in to change notification settings - Fork 252
Elliott–Halberstam conjecture #3687
Description
What is the conjecture
The Elliott–Halberstam conjecture concerns the uniform distribution of primes in arithmetic progressions. For a modulus
(This description may contain subtle errors especially on more complex problems; for exact details, refer to the sources.)
Sources:
- https://en.wikipedia.org/wiki/Elliott%E2%80%93Halberstam_conjecture, https://arxiv.org/abs/2511.14810, https://arxiv.org/abs/1410.7073, https://terrytao.wordpress.com/tag/elliott-halberstam-conjecture/, https://msp.org/ant/2015/9-4/ant-v9-n4-p09-s.pdf
Prerequisites needed
Formalizability Rating: 2/5 (0 is best) (as of 2026-04-03)
Building blocks (from Mathlib):
Nat.Prime: predicate for primesZMod: modular arithmetic and residue classesNat.totient: Euler's totient function- Asymptotic analysis (Big-O notation) in
Asymptotics
Missing pieces:
- Chebyshev theta function: a weighted sum of logarithms of primes in arithmetic progressions, requiring careful formalization of the restricted prime sum
- Formalization of the maximum error term
$E(x;q)$ over all coprime residue classes, and the nested max in the main bound
Rating justification: The core mathematical objects (primes, modular arithmetic, asymptotic notation) are well-established in Mathlib. However, formalizing the specific Chebyshev theta function for arithmetic progressions and the error term requires non-trivial definitions, making this moderately straightforward but not immediate.
AMS categories
- ams-11
Choose either option
- I plan on adding this conjecture to the repository
- This issue is up for grabs: I would like to see this conjecture added by somebody else
This issue was generated by an AI agent and reviewed by me.
If you have feedback on mistakes / hallucinations, feel free to just write it in the issue. See more information here: link