Skip to content

Erdős problem 978

Let f ∈ ℤ[X] be an irreducible polynomial with positive leading coefficient. Suppose that the degree k of f is larger than 2, is not equal to a power of 2, and f n has no fixed (k - 1)-th power divisors other than 1. Then the set of n such that f n is (k - 1)-th power free has positive density, and this is proved in [Ho67].

No current result

No reviewed Result is current in Vela Mathematics Program. Retained source material is shown below.

Retained declaration

FormalConjectures/ErdosProblems/978.lean

Formal Conjectures

FormalConjectures/ErdosProblems/978.leanErdos978.erdos_978.parts.i7 linesExact file
∀ {f : Polynomial ℤ},  Irreducible f    2 < f.natDegree      (∀ (x : ℕ), f.natDegree ≠ 2 ^ x) →        0 < f.leadingCoeff          (∀ (p : ℕ), Nat.Prime p → ∃ n, ¬↑p ^ (f.natDegree - 1) ∣ Polynomial.eval (↑n) f) →            {n | Powerfree (f.natDegree - 1) (Polynomial.eval (↑n) f)}.HasPosDensity
SolvedStatement only, no proof

Continue

Search problems.science

Find a Problem, Result, source, or page