Erdős problem 269
Let be a finite set of primes with and let be the set of positive integers whose prime factors are all in . Is the sum irrational?
Sources
FormalConjectures/ErdosProblems/
269.lean
Retained formal statement
This theorem addresses the case where the set of primes is infinite. In this case the sum is irrational.
∀ (P : Set ℕ), (∀ p ∈ P, Nat.Prime p) → P.Infinite → Irrational (Erdos269.series P)SolvedStatement only, no proof