Skip to content

Erdős problem 971

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?

Sources

Browse retained paths and inspect the exact material available for this Problem.

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

971.lean

Retained formal statement1 of 3

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?

FormalConjectures/ErdosProblems/971.leanErdos971.erdos_9717 linesExact file
Truec > 0,C > 0,      ∀ᶠ (d : ℕ) in Filter.atTop,        C * ↑d.totient          ↑{aFinset.Iio d |                a.Coprime d ∧ ↑(Erdos971.leastCongruentPrime a d) > (1 + c) * ↑d.totient * Real.logd}.card
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page