DirichletCharacter(q, ell), rendered as χq.ℓ, represents the Dirichlet character with Conrey label (q,ℓ).
A character represents an object χ
that can be called ( χ(n)
) as a function from Z
to C.
DirichletCharacter(q, ell, n), rendered as χq.ℓ(n), represents the Dirichlet character with Conrey label (q,ℓ)
evaluated at the integer n.
The Conrey label consists of integers q∈Z≥1
and ℓ∈{1,2,…,max(q,2)−1}
such that gcd(ℓ,q)=1. In this scheme χq.1
always represents the trivial/principal character (taking only values 0 and 1) modulo q. Non-principal characters are defined by 4cf4e4 when q
is an odd prime power, by fc4f6a and 03fbe8 when q
is an even prime power, and in general by factoring q
into prime powers using 2a48bd.
References:
- http://www.lmfdb.org/Character/Labels
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
DirichletCharacter | χq.ℓ | Dirichlet character |
ZZ | Z | Integers |
CC | C | Complex numbers |
ZZGreaterEqual | Z≥n | Integers greater than or equal to n |
Range | {a,a+1,…,b} | Integers between given endpoints |
GCD | gcd(a,b) | Greatest common divisor |
Source code for this entry:
Entry(ID("c7e2fb"), SymbolDefinition(DirichletCharacter, DirichletCharacter(q, ell), "Dirichlet character"), Description(SourceForm(DirichletCharacter(q, ell)), ", rendered as", DirichletCharacter(q, ell), ", represents the Dirichlet character with Conrey label", Tuple(q, ell), "."), Description("A character represents an object", chi, " that can be called (", chi(n), ") as a function from", ZZ, "to", CC, "."), Description(SourceForm(DirichletCharacter(q, ell, n)), ", rendered as", DirichletCharacter(q, ell, n), ", represents the Dirichlet character with Conrey label", Tuple(q, ell), "evaluated at the integer", n, "."), Description("The Conrey label consists of integers", Element(q, ZZGreaterEqual(1)), "and", Element(ell, Range(1, Sub(Max(q, 2), 1))), "such that", Equal(GCD(ell, q), 1), ". ", "In this scheme", DirichletCharacter(q, 1), "always represents the trivial/principal character (taking only values 0 and 1) modulo", q, ". ", "Non-principal characters are defined by", EntryReference("4cf4e4"), "when", q, "is an odd prime power, by", EntryReference("fc4f6a"), "and", EntryReference("03fbe8"), "when", q, "is an even prime power, and in general by factoring", q, "into prime powers using", EntryReference("2a48bd"), "."), References("http://www.lmfdb.org/Character/Labels"))