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