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