Back to Problems

erdos_971

Specification

Let `p(a, d)` be the least prime congruent to `a (mod d)`. Does there exist a constant `c > 0` such that for all large `d`, `p(a, d) > (1 + c) * φ(d) * log d` for `≫ φ(d)` many values of `a`?

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
Lean 4 Statement
theorem erdos_971 : answer(sorry) ↔
    ∃ c > (0 : ℝ), ∃ C > (0 : ℝ), ∀ᶠ d in atTop,
      C * (d.totient : ℝ) ≤
        #{a < d | a.Coprime d ∧ (leastCongruentPrime a d : ℝ) > (1 + c) * d.totient * log d}
ID: ErdosProblems__971__erdos_971
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.