Fungrim home page

Fungrim entry: 8e06be

Wk ⁣(z)1.5z\left|W'_{k}\!\left(z\right)\right| \le \left|\frac{1.5}{z}\right|
Assumptions:zC  and  ((k=1  and  Im(z)0)  or  (k=1  and  Im(z)<0))z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \left(\left(k = 1 \;\mathbin{\operatorname{and}}\; \operatorname{Im}(z) \ge 0\right) \;\mathbin{\operatorname{or}}\; \left(k = -1 \;\mathbin{\operatorname{and}}\; \operatorname{Im}(z) < 0\right)\right)
TeX:
\left|W'_{k}\!\left(z\right)\right| \le \left|\frac{1.5}{z}\right|

z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \left(\left(k = 1 \;\mathbin{\operatorname{and}}\; \operatorname{Im}(z) \ge 0\right) \;\mathbin{\operatorname{or}}\; \left(k = -1 \;\mathbin{\operatorname{and}}\; \operatorname{Im}(z) < 0\right)\right)
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
LambertWW ⁣(z)W\!\left(z\right) Lambert W-function
CCC\mathbb{C} Complex numbers
ImIm(z)\operatorname{Im}(z) Imaginary part
Source code for this entry:
Entry(ID("8e06be"),
    Formula(LessEqual(Abs(LambertW(z, k, 1)), Abs(Div(Decimal("1.5"), z)))),
    Variables(k, z),
    Assumptions(And(Element(z, CC), Or(And(Equal(k, 1), GreaterEqual(Im(z), 0)), And(Equal(k, -1), Less(Im(z), 0))))))

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