Documentation

Mathlib.Analysis.SpecialFunctions.Trigonometric.Chebyshev

Multiple angle formulas in terms of Chebyshev polynomials #

This file gives the trigonometric characterizations of Chebyshev polynomials, for the real (Real.cos) and complex (Complex.cos) cosine and the real (Real.cosh) and complex (Complex.cosh) hyperbolic cosine.

@[simp]
theorem Polynomial.Chebyshev.complex_ofReal_eval_T (x : ) (n : ) :
(eval x (T n)) = eval (↑x) (T n)
@[simp]
theorem Polynomial.Chebyshev.complex_ofReal_eval_U (x : ) (n : ) :
(eval x (U n)) = eval (↑x) (U n)
@[simp]
theorem Polynomial.Chebyshev.complex_ofReal_eval_C (x : ) (n : ) :
(eval x (C n)) = eval (↑x) (C n)
@[simp]
theorem Polynomial.Chebyshev.complex_ofReal_eval_S (x : ) (n : ) :
(eval x (S n)) = eval (↑x) (S n)

Complex versions #

@[simp]

The n-th Chebyshev polynomial of the first kind evaluates on cos θ to the value cos (n * θ).

@[simp]

The n-th Chebyshev polynomial of the second kind evaluates on cos θ to the value sin ((n + 1) * θ) / sin θ.

@[simp]

The n-th rescaled Chebyshev polynomial of the first kind (Vieta–Lucas polynomial) evaluates on 2 * cos θ to the value 2 * cos (n * θ).

@[simp]

The n-th rescaled Chebyshev polynomial of the second kind (Vieta–Fibonacci polynomial) evaluates on 2 * cos θ to the value sin ((n + 1) * θ) / sin θ.

@[simp]

The n-th Chebyshev polynomial of the first kind evaluates on cosh θ to the value cosh (n * θ).

@[simp]

The n-th Chebyshev polynomial of the second kind evaluates on cosh θ to the value sinh ((n + 1) * θ) / sinh θ.

@[simp]

The n-th rescaled Chebyshev polynomial of the first kind (Vieta–Lucas polynomial) evaluates on 2 * cosh θ to the value 2 * cosh (n * θ).

@[simp]

The n-th rescaled Chebyshev polynomial of the second kind (Vieta–Fibonacci polynomial) evaluates on 2 * cosh θ to the value sinh ((n + 1) * θ) / sinh θ.

Real versions #

@[simp]

The n-th Chebyshev polynomial of the first kind evaluates on cos θ to the value cos (n * θ).

@[simp]

The n-th Chebyshev polynomial of the second kind evaluates on cos θ to the value sin ((n + 1) * θ) / sin θ.

@[simp]

The n-th rescaled Chebyshev polynomial of the first kind (Vieta–Lucas polynomial) evaluates on 2 * cos θ to the value 2 * cos (n * θ).

@[simp]

The n-th rescaled Chebyshev polynomial of the second kind (Vieta–Fibonacci polynomial) evaluates on 2 * cos θ to the value sin ((n + 1) * θ) / sin θ.

@[simp]

The n-th Chebyshev polynomial of the first kind evaluates on cosh θ to the value cosh (n * θ).

@[simp]

The n-th Chebyshev polynomial of the second kind evaluates on cosh θ to the value sinh ((n + 1) * θ) / sinh θ.

@[simp]

The n-th rescaled Chebyshev polynomial of the first kind (Vieta–Lucas polynomial) evaluates on 2 * cosh θ to the value 2 * cosh (n * θ).

@[simp]

The n-th rescaled Chebyshev polynomial of the second kind (Vieta–Fibonacci polynomial) evaluates on 2 * cosh θ to the value sinh ((n + 1) * θ) / sinh θ.