Assumptions:
TeX:
\zeta\!\left(s, \frac{k}{q}\right) = \frac{{q}^{s}}{\varphi(q)} \sum_{\chi \in G_{q}} \overline{\chi(k)} L\!\left(s, \chi\right) q \in \mathbb{Z}_{\ge 2} \;\mathbin{\operatorname{and}}\; k \in \{1, 2, \ldots, q - 1\} \;\mathbin{\operatorname{and}}\; \gcd\!\left(k, q\right) = 1 \;\mathbin{\operatorname{and}}\; s \in \mathbb{C} \setminus \left\{1\right\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
HurwitzZeta | Hurwitz zeta function | |
Pow | Power | |
Totient | Euler totient function | |
Sum | Sum | |
Conjugate | Complex conjugate | |
DirichletL | Dirichlet L-function | |
DirichletGroup | Dirichlet characters with given modulus | |
ZZGreaterEqual | Integers greater than or equal to n | |
Range | Integers between given endpoints | |
GCD | Greatest common divisor | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("4c3678"), Formula(Equal(HurwitzZeta(s, Div(k, q)), Mul(Div(Pow(q, s), Totient(q)), Sum(Mul(Conjugate(chi(k)), DirichletL(s, chi)), ForElement(chi, DirichletGroup(q)))))), Variables(q, k, s), Assumptions(And(Element(q, ZZGreaterEqual(2)), Element(k, Range(1, Sub(q, 1))), Equal(GCD(k, q), 1), Element(s, SetMinus(CC, Set(1))))))