Mathlib Map

Theorems · Theorem · special functions

Polynomial.Chebyshev.T_real_cosh

∀ (θ : ℝ) (n : ℤ), Polynomial.eval (Real.cosh θ) (Polynomial.Chebyshev.T ℝ n) = Real.cosh (↑n * θ)

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

Defined in
Mathlib.Analysis.SpecialFunctions.Trigonometric.Chebyshev.Basic
Cited by
1 results in Mathlib
Foundations
Depth 152 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.