Assumptions:
TeX:
x_{n} = \mathop{\operatorname{zero*}\,}\limits_{x \in S} \psi\!\left(x\right)\; \text{ where } S = \begin{cases} \left(0, \infty\right), & n = 0\\\left(-n, -n + 1\right), & n < 0\\ \end{cases}
n \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| DigammaFunctionZero | Zero of the digamma function | |
| UniqueZero | Unique zero (root) of function | |
| DigammaFunction | Digamma function | |
| OpenInterval | Open interval | |
| Infinity | Positive infinity | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("233814"),
Formula(Equal(DigammaFunctionZero(n), Where(UniqueZero(DigammaFunction(x), ForElement(x, S)), Equal(S, Cases(Tuple(OpenInterval(0, Infinity), Equal(n, 0)), Tuple(OpenInterval(Neg(n), Add(Neg(n), 1)), Less(n, 0))))))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(0))))