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].

Sources

Browse retained paths and inspect the exact material available for this Problem.

6 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

978.lean

Retained formal statement2 of 6

If k>3k>3 (and k2lk \neq 2^l), and for all primes pp there exists nn such that pk2f(n)p^{k-2}\nmid f(n), then are there infinitely many nn for which f(n)f(n) is (k2)(k-2)-power-free?

FormalConjectures/ErdosProblems/978.leanErdos978.erdos_978.parts.ii8 linesExact file
True  ∀ {f : Polynomial ℤ},    Irreducible f      f.natDegree > 3 →        (¬∃ l, f.natDegree = 2 ^ l) →          0 < f.leadingCoeff            (∀ (p : ℕ), Nat.Prime p → ∃ n, ¬↑p ^ (f.natDegree - 2) ∣ Polynomial.eval (↑n) f) →              {n | Powerfree (f.natDegree - 2) (Polynomial.eval (↑n) f)}.Infinite
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page