Erdős problem 646
Let be distinct primes. Are there infinitely many such that is divisible by an even power of each of the ?
Sources
FormalConjectures/ErdosProblems/
646.lean
Retained formal statement
Let be distinct primes. Are there infinitely many such that is divisible by an even power of each of the ?
The answer is yes, proved by Berend [Be97], who further proved that the sequence of such has bounded gaps (where the bound depends on the initial set of primes).
True ↔ ∀ (S : Finset ℕ), (∀ p ∈ S, Nat.Prime p) → {n | ∀ p ∈ S, Even (padicValNat p n.factorial)}.Infinite