Assumptions:
TeX:
\operatorname{atan}\!\left(x\right) \le \frac{\pi}{2} \frac{x}{\sqrt{1 + {x}^{2}}}
x \in \left[0, \infty\right)Definitions:
| Fungrim symbol | Notation | Short description | 
|---|---|---|
| Atan | Inverse tangent | |
| ConstPi | The constant pi (3.14...) | |
| Sqrt | Principal square root | |
| Pow | Power | |
| ClosedOpenInterval | Closed-open interval | |
| Infinity | Positive infinity | 
Source code for this entry:
Entry(ID("f5d28c"),
    Formula(LessEqual(Atan(x), Mul(Div(ConstPi, 2), Div(x, Sqrt(Add(1, Pow(x, 2))))))),
    Variables(x),
    Assumptions(Element(x, ClosedOpenInterval(0, Infinity))))