Fungrim home page

Fungrim entry: c718ea

Tn ⁣(z)Tn ⁣(iz)\left|T_{n}\!\left(z\right)\right| \le \left|T_{n}\!\left(i \left|z\right|\right)\right|
Assumptions:nZ  and  zCn \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C}
TeX:
\left|T_{n}\!\left(z\right)\right| \le \left|T_{n}\!\left(i \left|z\right|\right)\right|

n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
ChebyshevTTn ⁣(x)T_{n}\!\left(x\right) Chebyshev polynomial of the first kind
ConstIii Imaginary unit
ZZZ\mathbb{Z} Integers
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("c718ea"),
    Formula(LessEqual(Abs(ChebyshevT(n, z)), Abs(ChebyshevT(n, Mul(ConstI, Abs(z)))))),
    Variables(n, z),
    Assumptions(And(Element(n, ZZ), Element(z, CC))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC