Assumptions:
TeX:
T_{2 n + 1}\!\left(x\right) = 2 T_{n + 1}\!\left(x\right) T_{n}\!\left(x\right) - x
n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| ChebyshevT | Chebyshev polynomial of the first kind | |
| ZZ | Integers | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("de0968"),
Formula(Equal(ChebyshevT(Add(Mul(2, n), 1), x), Sub(Mul(Mul(2, ChebyshevT(Add(n, 1), x)), ChebyshevT(n, x)), x))),
Variables(n, x),
Assumptions(And(Element(n, ZZ), Element(x, CC))))