Mathlib Map

Theorems · Theorem · number theory

Polynomial.pow_eq_one_of_mahlerMeasure_eq_one

∀ {p : Polynomial ℤ},
  (Polynomial.map (Int.castRingHom ℂ) p).mahlerMeasure = 1 → ∀ {z : ℂ}, z ≠ 0 → z ∈ p.aroots ℂ → ∃ n, 0 < n ∧ z ^ n = 1

If an integer polynomial has Mahler measure equal to 1, then all its complex nonzero roots are roots of unity.

Defined in
Mathlib.NumberTheory.MahlerMeasure
Cited by
1 results in Mathlib
Foundations
Depth 302 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites32

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.