Fungrim home page

Fungrim entry: a172c7

W1 ⁣(xlog(x))=log(x)W_{-1}\!\left(x \log(x)\right) = \log(x)
Assumptions:x(0,1e]x \in \left(0, -\frac{1}{e}\right]
TeX:
W_{-1}\!\left(x \log(x)\right) = \log(x)

x \in \left(0, -\frac{1}{e}\right]
Definitions:
Fungrim symbol Notation Short description
LambertWW ⁣(z)W\!\left(z\right) Lambert W-function
Loglog(z)\log(z) Natural logarithm
OpenClosedInterval(a,b]\left(a, b\right] Open-closed interval
ConstEee The constant e (2.718...)
Source code for this entry:
Entry(ID("a172c7"),
    Formula(Equal(LambertW(Mul(x, Log(x)), -1), Log(x))),
    Variables(x),
    Assumptions(Element(x, OpenClosedInterval(0, Neg(Div(1, ConstE))))))

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