DirichletGroup(q), rendered as , represents the set of Dirichlet characters modulo , given .
Dirichlet characters can be defined axiomatically as functions from
to
satisfying the properties in formulas 1c3957, 0851cf, and afd0c5.
In this definition, the modulus
is not an attribute of the character; for example the character giving the sequence
is an element of both
and .
A more explicit construction of the characters is possible using the Conrey numbering scheme, which is implemented by DirichletCharacter.
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
DirichletGroup | Dirichlet characters with given modulus | |
ZZGreaterEqual | Integers greater than or equal to n | |
ZZ | Integers | |
CC | Complex numbers | |
DirichletCharacter | Dirichlet character |
Source code for this entry:
Entry(ID("e810d8"), SymbolDefinition(DirichletGroup, DirichletGroup(q), "Dirichlet characters with given modulus"), Description(SourceForm(DirichletGroup(q)), ", rendered as", DirichletGroup(q), ", represents the set of Dirichlet characters modulo", q, ", given", Element(q, ZZGreaterEqual(1)), "."), Description("Dirichlet characters can be defined axiomatically as functions from", ZZ, "to", CC, "satisfying the properties in formulas", EntryReference("1c3957"), ", ", EntryReference("0851cf"), ", and", EntryReference("afd0c5"), "."), Description("In this definition, the modulus", q, "is not an attribute of the character; for example", "the character giving the sequence", List(0, 1, 0, 1, Ellipsis), "is an element of both", DirichletGroup(2), "and", DirichletGroup(4), "."), Description("A more explicit construction of the characters is possible using the Conrey numbering scheme, which is implemented by", SourceForm(DirichletCharacter), "."))