Erdős problem 376
Are there infinitely many such that is coprime to ?
Sources
FormalConjectures/ErdosProblems/
376.lean
Retained formal statement
Erdős, Graham, Ruzsa, and Straus [EGRS75] have shown that, for any two odd primes and , there are infinite many such that is coprime to .
∀ {p q : ℕ}, Nat.Prime p → Odd p → Nat.Prime q → Odd q → {n | n.centralBinom.Coprime (p * q)}.InfiniteSolvedStatement only, no proof