erdős #985
Is it true that, for every prime , there is a prime which is a primitive root modulo ?
Worked, still open.
number theory · open · formalized (Lean) · 0 attempts
machinery: artin-primitive-root,least-primitive-root,GRH-conditional,character-sum-Burgess,prime-distribution,sieve/Brun-Titchmarsh,Hooley-Heath-Brown-density
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
Taken literally, the statement is **false** because of the trivial case $p=2$: there is no prime (q<p).
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · open (literature)
theorem erdos_985 : answer(sorry) ↔ ∀ᵉ (p : ℕ) (hp_prime : p.Prime) (hp_nontrivial : p ≠ 2),
∃ q, q.Prime ∧ q < p ∧ orderOf (q : ZMod p) = p - 1formal-conjectures/985.lean ↗oeis
status
open