Assumptions:
TeX:
\psi\!\left(z\right) = -\gamma + \sum_{n=0}^{\infty} \left(\frac{1}{n + 1} - \frac{1}{n + z}\right)
z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \notin \{0, -1, \ldots\}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| DigammaFunction | Digamma function | |
| ConstGamma | The constant gamma (0.577...) | |
| Sum | Sum | |
| Infinity | Positive infinity | |
| CC | Complex numbers | |
| ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("686524"),
Formula(Equal(DigammaFunction(z), Add(Neg(ConstGamma), Sum(Parentheses(Sub(Div(1, Add(n, 1)), Div(1, Add(n, z)))), For(n, 0, Infinity))))),
Variables(z),
Assumptions(And(Element(z, CC), NotElement(z, ZZLessEqual(0)))))