TeX:
\left\{ W_{-1}\!\left(z\right) : z \in \mathbb{C} \setminus \left\{0\right\} \right\} = \left(-\infty, -1\right] \cup \left\{ x + y i : x \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R} \,\mathbin{\operatorname{and}}\, \left(\left(0 \lt u \lt 2 \,\mathbin{\operatorname{and}}\, t \le v\right) \,\mathbin{\operatorname{or}}\, \left(1 \le u \le 2\right) \,\mathbin{\operatorname{or}}\, \left(1 \lt u \lt 3 \,\mathbin{\operatorname{and}}\, t \gt v\right)\right)\; \text{ where } t = x \operatorname{sinc}\!\left(y\right),\,v = -\cos\!\left(y\right),\,u = -\frac{y}{\pi} \right\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
SetBuilder | Set comprehension | |
LambertW | Lambert W-function | |
CC | Complex numbers | |
OpenClosedInterval | Open-closed interval | |
Infinity | Positive infinity | |
ConstI | Imaginary unit | |
RR | Real numbers | |
ConstPi | The constant pi (3.14...) |
Source code for this entry:
Entry(ID("21d9a0"), Formula(Equal(SetBuilder(LambertW(-1, z), z, Element(z, SetMinus(CC, Set(0)))), Union(OpenClosedInterval(Neg(Infinity), -1), SetBuilder(Add(x, Mul(y, ConstI)), Tuple(x, y), Where(And(Element(x, RR), Element(y, RR), Or(And(Less(0, u, 2), LessEqual(t, v)), Parentheses(LessEqual(1, u, 2)), And(Less(1, u, 3), Greater(t, v)))), Equal(t, Mul(x, Sinc(y))), Equal(v, Neg(Cos(y))), Equal(u, Neg(Div(y, ConstPi)))))))))