Documentation

Mathlib.Analysis.SpecialFunctions.Trigonometric.Chebyshev.Orthogonality

Chebyshev polynomials over the reals: orthogonality #

Chebyshev T polynomials are orthogonal with respect to √(1 - x ^ 2)⁻¹.

Main statements #

TODO #

Lebesgue measure scaled by √(1 - x ^ 2)⁻¹.

Equations
Instances For
    theorem Polynomial.Chebyshev.integral_measureT (f : ) :
    (x : ), f x measureT = (x : ) in -1..1, f x * (1 - x ^ 2)⁻¹
    @[deprecated Polynomial.Chebyshev.integral_measureT_eq_integral_cos (since := "2026-03-19")]

    Alias of Polynomial.Chebyshev.integral_measureT_eq_integral_cos.