Theorems · Theorem · complex analysis
Polynomial.logMahlerMeasure_eq_log_leadingCoeff_add_sum_log_roots
∀ (p : Polynomial ℂ), p.logMahlerMeasure = Real.log ‖p.leadingCoeff‖ + (Multiset.map (fun a => ‖a‖.posLog) p.roots).sum
The logarithmic Mahler measure of a polynomial is the log of the absolute value of its leading
coefficient plus the sum of the logs of the absolute values of its roots lying outside the unit
disk.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 296 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Polynomialstatement and proof · cited by 5,681
- Complexstatement and proof · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- add_zeroproof · cited by 2,707
- Polynomial.Xproof · cited by 1,639
- Polynomial.Cproof · cited by 1,598
- Real.logstatement and proof · cited by 939
- Multiset.mapstatement and proof · cited by 876
- Polynomial.evalproof · cited by 796
- Multiset.prodproof · cited by 528
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.mahlerMeasure_eq_leadingCoeff_mul_prod_rootsproof · cited by 4