Fungrim home page

Fungrim entry: 9ba78a

zerossC,Re(s)0L ⁣(s,χ)={{2n:nZ1},q=1{2n:nZ0},χ(1)=1  and  q1{2n1:nZ0},χ(1)=1\mathop{\operatorname{zeros}\,}\limits_{s \in \mathbb{C},\,\operatorname{Re}(s) \le 0} L\!\left(s, \chi\right) = \begin{cases} \left\{ -2 n : n \in \mathbb{Z}_{\ge 1} \right\}, & q = 1\\\left\{ -2 n : n \in \mathbb{Z}_{\ge 0} \right\}, & \chi(-1) = 1 \;\mathbin{\operatorname{and}}\; q \ne 1\\\left\{ -2 n - 1 : n \in \mathbb{Z}_{\ge 0} \right\}, & \chi(-1) = -1\\ \end{cases}
Assumptions:qZ1  and  χGqPrimitiveq \in \mathbb{Z}_{\ge 1} \;\mathbin{\operatorname{and}}\; \chi \in G^{\text{Primitive}}_{q}
TeX:
\mathop{\operatorname{zeros}\,}\limits_{s \in \mathbb{C},\,\operatorname{Re}(s) \le 0} L\!\left(s, \chi\right) = \begin{cases} \left\{ -2 n : n \in \mathbb{Z}_{\ge 1} \right\}, & q = 1\\\left\{ -2 n : n \in \mathbb{Z}_{\ge 0} \right\}, & \chi(-1) = 1 \;\mathbin{\operatorname{and}}\; q \ne 1\\\left\{ -2 n - 1 : n \in \mathbb{Z}_{\ge 0} \right\}, & \chi(-1) = -1\\ \end{cases}

q \in \mathbb{Z}_{\ge 1} \;\mathbin{\operatorname{and}}\; \chi \in G^{\text{Primitive}}_{q}
Definitions:
Fungrim symbol Notation Short description
ZeroszerosxSf(x)\mathop{\operatorname{zeros}\,}\limits_{x \in S} f(x) Zeros (roots) of function
DirichletLL ⁣(s,χ)L\!\left(s, \chi\right) Dirichlet L-function
CCC\mathbb{C} Complex numbers
ReRe(z)\operatorname{Re}(z) Real part
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
PrimitiveDirichletCharactersGqPrimitiveG^{\text{Primitive}}_{q} Primitive Dirichlet characters with given modulus
Source code for this entry:
Entry(ID("9ba78a"),
    Formula(Equal(Zeros(DirichletL(s, chi), ForElement(s, CC), LessEqual(Re(s), 0)), Cases(Tuple(Set(Neg(Mul(2, n)), ForElement(n, ZZGreaterEqual(1))), Equal(q, 1)), Tuple(Set(Neg(Mul(2, n)), ForElement(n, ZZGreaterEqual(0))), And(Equal(chi(-1), 1), NotEqual(q, 1))), Tuple(Set(Sub(Neg(Mul(2, n)), 1), ForElement(n, ZZGreaterEqual(0))), Equal(chi(-1), -1))))),
    Variables(q, chi),
    Assumptions(And(Element(q, ZZGreaterEqual(1)), Element(chi, PrimitiveDirichletCharacters(q)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC