Assumptions:
TeX:
\left|{\operatorname{sinc}}^{(n)}(x)\right| \le 1
x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Abs | Absolute value | |
| Derivative | Derivative | |
| Sinc | Sinc function | |
| RR | Real numbers | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("5d16e5"),
Formula(LessEqual(Abs(Derivative(Sinc(x), For(x, x, n))), 1)),
Variables(x, n),
Assumptions(And(Element(x, RR), Element(n, ZZGreaterEqual(0)))))