Back to Problems
erdos_376.variants.prime
Specification
Erdős, Graham, Ruzsa, and Straus [EGRS75] have shown that, for any two odd primes $p$ and $q$, there are infinite many $n$ such that ${2n\choose n}$ is coprime to $pq$.
Lean 4 Statement
theorem erdos_376.variants.prime {p q : ℕ} (h₁ : p.Prime)
(h₂ : Odd p) (h₃ : q.Prime) (h₄ : Odd q) :
{ (n : ℕ) | n.centralBinom.Coprime (p * q) }.Infinite
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.