Assumptions:
TeX:
\zeta\!\left(s, a + 1\right) = \zeta\!\left(s, a\right) - \frac{1}{{a}^{s}} s \in \mathbb{C} \;\mathbin{\operatorname{and}}\; a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; s \ne 1 \;\mathbin{\operatorname{and}}\; \left(a \notin \{0, -1, \ldots\} \;\mathbin{\operatorname{or}}\; \operatorname{Re}(s) < 0 \;\mathbin{\operatorname{or}}\; s = 0\right)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
HurwitzZeta | Hurwitz zeta function | |
Pow | Power | |
CC | Complex numbers | |
ZZLessEqual | Integers less than or equal to n | |
Re | Real part |
Source code for this entry:
Entry(ID("ed4f6f"), Formula(Equal(HurwitzZeta(s, Add(a, 1)), Sub(HurwitzZeta(s, a), Div(1, Pow(a, s))))), Variables(s, a), Assumptions(And(Element(s, CC), Element(a, CC), NotEqual(s, 1), Or(NotElement(a, ZZLessEqual(0)), Less(Re(s), 0), Equal(s, 0)))))