Fungrim home page

Fungrim entry: b0a4e9

atan(x)x1+x2\operatorname{atan}(x) \ge \frac{x}{\sqrt{1 + {x}^{2}}}
Assumptions:x[0,)x \in \left[0, \infty\right)
TeX:
\operatorname{atan}(x) \ge \frac{x}{\sqrt{1 + {x}^{2}}}

x \in \left[0, \infty\right)
Definitions:
Fungrim symbol Notation Short description
Atanatan(z)\operatorname{atan}(z) Inverse tangent
Sqrtz\sqrt{z} Principal square root
Powab{a}^{b} Power
ClosedOpenInterval[a,b)\left[a, b\right) Closed-open interval
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("b0a4e9"),
    Formula(GreaterEqual(Atan(x), Div(x, Sqrt(Add(1, Pow(x, 2)))))),
    Variables(x),
    Assumptions(Element(x, ClosedOpenInterval(0, Infinity))))

Topics using this entry

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

2021-03-15 19:12:00.328586 UTC