Fungrim home page

Fungrim entry: 9ee8bc

ζ ⁣(s)=2(2π)s1sin ⁣(πs2)Γ ⁣(1s)ζ ⁣(1s)\zeta\!\left(s\right) = 2 {\left(2 \pi\right)}^{s - 1} \sin\!\left(\frac{\pi s}{2}\right) \Gamma\!\left(1 - s\right) \zeta\!\left(1 - s\right)
Assumptions:sCandsZ1s \in \mathbb{C} \,\mathbin{\operatorname{and}}\, s \notin \mathbb{Z}_{\ge 1}
Alternative assumptions:sC[[x]]andsZ1s \in \mathbb{C}[[x]] \,\mathbin{\operatorname{and}}\, s \notin \mathbb{Z}_{\ge 1}
TeX:
\zeta\!\left(s\right) = 2 {\left(2 \pi\right)}^{s - 1} \sin\!\left(\frac{\pi s}{2}\right) \Gamma\!\left(1 - s\right) \zeta\!\left(1 - s\right)

s \in \mathbb{C} \,\mathbin{\operatorname{and}}\, s \notin \mathbb{Z}_{\ge 1}

s \in \mathbb{C}[[x]] \,\mathbin{\operatorname{and}}\, s \notin \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol Notation Short description
RiemannZetaζ ⁣(s)\zeta\!\left(s\right) Riemann zeta function
Powab{a}^{b} Power
ConstPiπ\pi The constant pi (3.14...)
Sinsin ⁣(z)\sin\!\left(z\right) Sine
GammaFunctionΓ ⁣(z)\Gamma\!\left(z\right) Gamma function
CCC\mathbb{C} Complex numbers
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
FormalPowerSeriesK[[x]]K[[x]] Formal power series
Source code for this entry:
Entry(ID("9ee8bc"),
    Formula(Equal(RiemannZeta(s), Mul(Mul(Mul(Mul(2, Pow(Mul(2, ConstPi), Sub(s, 1))), Sin(Div(Mul(ConstPi, s), 2))), GammaFunction(Sub(1, s))), RiemannZeta(Sub(1, s))))),
    Variables(s),
    Assumptions(And(Element(s, CC), NotElement(s, ZZGreaterEqual(1))), And(Element(s, FormalPowerSeries(CC, x)), NotElement(s, ZZGreaterEqual(1)))))

Topics using this entry

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

2019-06-18 07:49:59.356594 UTC