Back to Problems
erdos_458
Specification
Let $\operatorname{lcm}(1, \dots, n)$ denote the least common multiple of $\{1, \dots, n\}$. Let $p_k$ be the $k$-th prime. Is it true that for all $k \geq 1$, $\operatorname{lcm}(1, \dots, p_{k+1}-1) < p_k \cdot \operatorname{lcm}(1, \dots, p_k)$?
Lean 4 Statement
theorem erdos_458 :
answer(sorry) ↔ ∀ k : ℕ, lcm_upto ((k + 1).nth Prime - 1)
< k.nth Prime * lcm_upto (k.nth Prime)
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.