Back to Problems
erdos_306.variant.integer_three_primes
Specification
Every positive integer can be expressed as an Egyptian fraction where each denominator is the product of three distinct primes.
Lean 4 Statement
theorem erdos_306.variant.integer_three_primes (m : ℕ) (h : 0 < m) :
∃ k > (0 : ℕ), ∃ (n : Fin (k + 1) → ℕ), n 0 = 1 ∧
∀ i, (hik : i < k) → n ⟨i, by omega⟩ < n ⟨(i + 1), by omega⟩ ∧
(∀ i ∈ Finset.Icc 1 (Fin.last k), ω (n i) = 3 ∧ Ω (n i) = 3) ∧
m = ∑ i ∈ Finset.Icc 1 (Fin.last k), (1 : ℚ) / (n i)
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.