Assumptions:
TeX:
\left|T_{n}\!\left(x\right)\right| \le 1
n \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, x \in \left[-1, 1\right]Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Abs | Absolute value | |
| ChebyshevT | Chebyshev polynomial of the first kind | |
| ZZ | Integers | |
| ClosedInterval | Closed interval |
Source code for this entry:
Entry(ID("15dd69"),
Formula(LessEqual(Abs(ChebyshevT(n, x)), 1)),
Variables(n, x),
Assumptions(And(Element(n, ZZ), Element(x, ClosedInterval(-1, 1)))))