Assumptions:
TeX:
\left|\operatorname{sinc}(x)\right| \le \frac{1 + \left|x\right|}{1 + {x}^{2}}
x \in \mathbb{R}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Abs | Absolute value | |
| Sinc | Sinc function | |
| Pow | Power | |
| RR | Real numbers |
Source code for this entry:
Entry(ID("d8d286"),
Formula(LessEqual(Abs(Sinc(x)), Div(Add(1, Abs(x)), Add(1, Pow(x, 2))))),
Variables(x),
Assumptions(And(Element(x, RR))))