Fungrim home page

Fungrim entry: fa9b71

atan ⁣(z)log ⁣(1z)\left|\operatorname{atan}\!\left(z\right)\right| \le -\log\!\left(1 - \left|z\right|\right)
Assumptions:zCandz1z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \left|z\right| \le 1
TeX:
\left|\operatorname{atan}\!\left(z\right)\right| \le -\log\!\left(1 - \left|z\right|\right)

z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \left|z\right| \le 1
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
Atanatan ⁣(z)\operatorname{atan}\!\left(z\right) Inverse tangent
Loglog ⁣(z)\log\!\left(z\right) Natural logarithm
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("fa9b71"),
    Formula(LessEqual(Abs(Atan(z)), Neg(Log(Sub(1, Abs(z)))))),
    Variables(z),
    Assumptions(And(Element(z, CC), LessEqual(Abs(z), 1))))

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