Back to Problems
erdos_978.sub_one
Specification
Let `f ∈ ℤ[X]` be an irreducible polynomial. Suppose that the degree `k` of `f` is larger than `2` and is not equal to a power of `2`. Then the set of `n` such that `f n` is `(k - 1)`-th power free is infinite, and this is proved in [Er53].
Lean 4 Statement
theorem erdos_978.sub_one {f : ℤ[X]} (hi : Irreducible f) (hd : f.natDegree > 2)
(hp : ¬ ∃ l : ℕ, f.natDegree = 2 ^ l) :
{n : ℕ | Powerfree (f.natDegree - 1) (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.