Back to Problems
erdos_985.variants.two_three_five_primitive_root
Specification
Heath-Brown proved that at least one of 2, 3, or 5 is a primitive root for infinitely many primes $p$.
Lean 4 Statement
theorem erdos_985.variants.two_three_five_primitive_root :
Set.Infinite
{p : ℕ | p.Prime ∧
(orderOf (2 : ZMod p) = p - 1 ∨
orderOf (3 : ZMod p) = p - 1 ∨
orderOf (5 : ZMod p) = p - 1)}
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.