Fungrim home page

Fungrim entry: a42212

atan ⁣(x)x1+x\operatorname{atan}\!\left(x\right) \ge \frac{x}{1 + x}
Assumptions:x[0,)x \in \left[0, \infty\right)
TeX:
\operatorname{atan}\!\left(x\right) \ge \frac{x}{1 + x}

x \in \left[0, \infty\right)
Definitions:
Fungrim symbol Notation Short description
Atanatan ⁣(z)\operatorname{atan}\!\left(z\right) Inverse tangent
ClosedOpenInterval[a,b)\left[a, b\right) Closed-open interval
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("a42212"),
    Formula(GreaterEqual(Atan(x), Div(x, Add(1, x)))),
    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.

2019-06-18 07:49:59.356594 UTC