Theorems · Theorem · complex analysis
Polynomial.mahlerMeasure_le_sqrt_sum_sq_norm_coeff
∀ (p : Polynomial ℂ), p.mahlerMeasure ≤ √(∑ i ∈ p.support, ‖p.coeff i‖ ^ 2)
Landau's inequality: the Mahler measure of a polynomial is at most the ℓ² norm
of its coefficient vector, √(∑ ‖coeff i‖²).
This is the classical inequality due to Landau (1905). Combined with the multiplicativity of the
Mahler measure (mahlerMeasure_mul), it gives the Mignotte bound on coefficients of polynomial
factors.
TODO: restate using a dedicated polynomial ℓ² norm once one is defined (see the TODO in
Mathlib.Analysis.Polynomial.Norm).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 275 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites97
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Set.ofPredproof · cited by 6,101
- Polynomialstatement and proof · cited by 5,681
- Set.imageproof · cited by 5,609
- Complexstatement and proof · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- Filter.Eventuallyproof · cited by 3,134
- Compl.complproof · cited by 2,925
- Continuousproof · cited by 2,592
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.mahlerMeasure_le_sqrt_natDegree_add_one_mul_supNormproof · cited by 0