Back to Problems
erdos_978.sub_two'
Specification
Is it true that the set of `n` such that `f n` is `(k - 2)`-th power free has infinitely many elements?
Lean 4 Statement
theorem erdos_978.sub_two' : answer(sorry) ↔ ∀ {f : ℤ[X]}, Irreducible f → f.natDegree > 2 →
(¬ ∃ p : ℕ, p.Prime ∧ ∀ n : ℕ, (p : ℤ) ^ (f.natDegree - 1) ∣ f.eval (n : ℤ)) →
{n : ℕ | Powerfree (f.natDegree - 2) (f.eval (n : ℤ))}.Infinite
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.