Documentation

Mathlib.Analysis.Polynomial.MahlerMeasure

Mahler measure of complex polynomials #

In this file we define the Mahler measure of a polynomial over ℂ[X] and prove some basic properties.

Main definitions #

Main results #

The logarithmic Mahler measure of a polynomial p defined as (2 * π)⁻¹ * ∫ x ∈ (0, 2 * π), log ‖p (e ^ (i * x))‖

Equations
Instances For
    noncomputable def Polynomial.mahlerMeasure (p : Polynomial ) :

    The Mahler measure of a polynomial p defined as e ^ (logMahlerMeasure p) if p is nonzero and 0 otherwise

    Equations
    Instances For

      The Mahler measure of the product of two polynomials is the product of their Mahler measures