Documentation
Atlas
.
NumberTheoryI
.
code
.
FunctionalEquation
Search
return to top
source
Imports
Init
Mathlib.NumberTheory.LSeries.Nonvanishing
Mathlib.NumberTheory.LSeries.RiemannZeta
Mathlib.Analysis.SpecialFunctions.Gamma.Beta
Mathlib.NumberTheory.ModularForms.JacobiTheta.OneVariable
Imported by
FunctionalEquation
.
jacobiTheta_modular_S_transform
FunctionalEquation
.
completedZeta
FunctionalEquation
.
completedZeta₀
FunctionalEquation
.
gamma_ne_zero
FunctionalEquation
.
xi
FunctionalEquation
.
xi_differentiable
FunctionalEquation
.
xi_eq_mul_completedZeta
FunctionalEquation
.
xi_functional_equation
FunctionalEquation
.
completedRiemannZeta_ne_zero_of_one_le_re
FunctionalEquation
.
completedRiemannZeta_zero_re_in_critical_strip
FunctionalEquation
.
xi_zero_re_in_critical_strip
FunctionalEquation
.
xi_entire_functional_equation_and_critical_strip
source
theorem
FunctionalEquation
.
jacobiTheta_modular_S_transform
(
τ
:
UpperHalfPlane
)
:
jacobiTheta
↑(
ModularGroup.S
•
τ
)
=
(
-
Complex.I
*
↑
τ
)
^
(
1
/
2
)
*
jacobiTheta
↑
τ
source
@[reducible, inline]
noncomputable abbrev
FunctionalEquation
.
completedZeta
(
s
:
ℂ
)
:
ℂ
Instances For
source
@[reducible, inline]
noncomputable abbrev
FunctionalEquation
.
completedZeta₀
(
s
:
ℂ
)
:
ℂ
Instances For
source
theorem
FunctionalEquation
.
gamma_ne_zero
{
s
:
ℂ
}
(
hs
:
∀ (
m
:
ℕ
),
s
≠
-
↑
m
)
:
Complex.Gamma
s
≠
0
source
noncomputable def
FunctionalEquation
.
xi
(
s
:
ℂ
)
:
ℂ
Instances For
source
theorem
FunctionalEquation
.
xi_differentiable
:
Differentiable
ℂ
xi
source
theorem
FunctionalEquation
.
xi_eq_mul_completedZeta
{
s
:
ℂ
}
(
hs0
:
s
≠
0
)
(
hs1
:
s
≠
1
)
:
xi
s
=
s
*
(
s
-
1
)
/
2
*
completedRiemannZeta
s
source
theorem
FunctionalEquation
.
xi_functional_equation
(
s
:
ℂ
)
:
xi
(
1
-
s
)
=
xi
s
source
theorem
FunctionalEquation
.
completedRiemannZeta_ne_zero_of_one_le_re
{
s
:
ℂ
}
(
hs_re
:
1
≤
s
.
re
)
(
hs0
:
s
≠
0
)
:
completedRiemannZeta
s
≠
0
source
theorem
FunctionalEquation
.
completedRiemannZeta_zero_re_in_critical_strip
(
s
:
ℂ
)
(
hs
:
completedRiemannZeta
s
=
0
)
(
hs0
:
s
≠
0
)
(
hs1
:
s
≠
1
)
:
0
<
s
.
re
∧
s
.
re
<
1
source
theorem
FunctionalEquation
.
xi_zero_re_in_critical_strip
(
s
:
ℂ
)
(
hs
:
xi
s
=
0
)
:
0
<
s
.
re
∧
s
.
re
<
1
source
theorem
FunctionalEquation
.
xi_entire_functional_equation_and_critical_strip
:
Differentiable
ℂ
xi
∧
(∀ (
s
:
ℂ
),
xi
(
1
-
s
)
=
xi
s
)
∧
∀ (
s
:
ℂ
),
xi
s
=
0
→
0
<
s
.
re
∧
s
.
re
<
1