Fungrim home page

Fungrim entry: 5d6f74

atan ⁣(x)π2\left|\operatorname{atan}\!\left(x\right)\right| \le \frac{\pi}{2}
Assumptions:xR{,}x \in \mathbb{R} \cup \left\{-\infty, \infty\right\}
TeX:
\left|\operatorname{atan}\!\left(x\right)\right| \le \frac{\pi}{2}

x \in \mathbb{R} \cup \left\{-\infty, \infty\right\}
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
Atanatan ⁣(z)\operatorname{atan}\!\left(z\right) Inverse tangent
ConstPiπ\pi The constant pi (3.14...)
RRR\mathbb{R} Real numbers
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("5d6f74"),
    Formula(LessEqual(Abs(Atan(x)), Div(ConstPi, 2))),
    Variables(x),
    Assumptions(Element(x, Union(RR, Set(Neg(Infinity), Infinity)))))

Topics using this entry

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

2019-06-18 07:49:59.356594 UTC