Assumptions:
TeX:
\left|U_{n}\!\left(z\right)\right| \le {\left(\left|z\right| + \sqrt{{\left|z\right|}^{2} + 1}\right)}^{n} n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Abs | Absolute value | |
ChebyshevU | Chebyshev polynomial of the second kind | |
Pow | Power | |
Sqrt | Principal square root | |
ZZGreaterEqual | Integers greater than or equal to n | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("2a4b9d"), Formula(LessEqual(Abs(ChebyshevU(n, z)), Pow(Add(Abs(z), Sqrt(Add(Pow(Abs(z), 2), 1))), n))), Variables(n, z), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(z, CC))))