Erdős problem 458
Let denote the least common multiple of . Let be the -th prime. Is it true that for all , ?
Sources
FormalConjectures/ErdosProblems/
458.lean
Retained formal statement
Let denote the least common multiple of . Let be the -th prime. Is it true that for all , ?
True ↔ ∀ (k : ℕ), Erdos458.lcm_upto (Nat.nth Prime (k + 1) - 1) < Nat.nth Prime k * Erdos458.lcm_upto (Nat.nth Prime k)OpenStatement only, no proof