Erdős problem 252
Erdős Problem 252: irrationality of the sum for a given .
Sources
FormalConjectures/ErdosProblems/
252.lean
Retained formal statement
If the prime k-tuples conjecture is true, then ∑ σ k n / n! is irrational. This is proved in [FLC07].
∀ {k : ℕ}, 4 ≤ k → (∀ (a : Fin k → ℕ+) (b : Fin k → ℕ), (∀ (p : ℕ), Nat.Prime p → ∃ n, ¬p ∣ ∏ i, (↑(a i) * n + b i)) → {n | ∀ (i : Fin k), Nat.Prime (↑(a i) * n + b i)}.Infinite) → Irrational (Erdos252.erdos_252_sum k)SolvedStatement only, no proof