Back to Problems
erdos_978.sub_two
Specification
If the degree `k` of `f` is larger than or equal to `9`, then the set of `n` such that `f n` is `(k - 2)`-th power free has infinitely many elements. This result is proved in [Br11].
Lean 4 Statement
theorem erdos_978.sub_two {f : ℤ[X]} (hi : Irreducible f) (hd : f.natDegree ≥ 9)
(hp : ¬ ∃ 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.