Assumptions:
TeX:
\psi\!\left(z + 1\right) = \psi\!\left(z\right) + \frac{1}{z} z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \notin \{0, -1, \ldots\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
DigammaFunction | Digamma function | |
CC | Complex numbers | |
ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("11dfd2"), Formula(Equal(DigammaFunction(Add(z, 1)), Add(DigammaFunction(z), Div(1, z)))), Variables(z), Assumptions(And(Element(z, CC), NotElement(z, ZZLessEqual(0)))))