The Riemann zeta function ζ(s)
is a function of one complex variable s. It is a meromorphic function with a pole at s=1. The following table lists all conditions such that RiemannZeta(s) is defined in Fungrim.
|
Table data: (P,Q)
such that (P)⟹(Q)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
RiemannZeta | ζ(s) | Riemann zeta function |
OpenInterval | (a,b) | Open interval |
Infinity | ∞ | Positive infinity |
RR | R | Real numbers |
CC | C | Complex numbers |
UnsignedInfinity | ∞~ | Unsigned infinity |
PowerSeries | K[[x]] | Formal power series |
LaurentSeries | K((x)) | Formal Laurent series |
Source code for this entry:
Entry(ID("e0a6a2"), SymbolDefinition(RiemannZeta, RiemannZeta(s), "Riemann zeta function"), Description("The Riemann zeta function", RiemannZeta(s), "is a function of one complex variable", s, ". It is a meromorphic function with a pole at", Equal(s, 1), ".", "The following table lists all conditions such that", SourceForm(RiemannZeta(s)), "is defined in Fungrim."), Table(TableRelation(Tuple(P, Q), Implies(P, Q)), TableHeadings(Description("Domain"), Description("Codomain")), List(TableSection("Numbers"), Tuple(Element(s, OpenInterval(1, Infinity)), Element(RiemannZeta(s), OpenInterval(1, Infinity))), Tuple(Element(s, SetMinus(RR, Set(1))), Element(RiemannZeta(s), RR)), Tuple(Element(s, SetMinus(CC, Set(1))), Element(RiemannZeta(s), CC)), TableSection("Infinities"), Tuple(Element(s, Set(1)), Element(RiemannZeta(s), Set(UnsignedInfinity))), Tuple(Element(s, Set(Infinity)), Element(RiemannZeta(s), Set(1))), TableSection("Formal power series"), Tuple(And(Element(s, PowerSeries(RR, x)), NotEqual(SeriesCoefficient(s, x, 0), 1)), Element(RiemannZeta(s), PowerSeries(RR, x))), Tuple(And(Element(s, PowerSeries(CC, x)), NotEqual(SeriesCoefficient(s, x, 0), 1)), Element(RiemannZeta(s), PowerSeries(CC, x))), Tuple(And(Element(s, PowerSeries(RR, x)), NotEqual(s, 1)), Element(RiemannZeta(s), LaurentSeries(RR, x))), Tuple(And(Element(s, PowerSeries(CC, x)), NotEqual(s, 1)), Element(RiemannZeta(s), LaurentSeries(CC, x))))))