Convergence of L-series #
We define LSeries.abscissaOfAbsConv f (as an EReal) to be the infimum
of all real numbers x such that the L-series of f converges for complex arguments with
real part x and provide some results about it.
Tags #
L-series, abscissa of convergence
If f and g agree on large n : ℕ, then their LSeries have the same
abscissa of absolute convergence.
theorem
LSeriesSummable_of_abscissaOfAbsConv_lt_re
{f : ℕ → ℂ}
{s : ℂ}
(hs : LSeries.abscissaOfAbsConv f < ↑s.re)
:
LSeriesSummable f s
theorem
LSeriesSummable_lt_re_of_abscissaOfAbsConv_lt_re
{f : ℕ → ℂ}
{s : ℂ}
(hs : LSeries.abscissaOfAbsConv f < ↑s.re)
:
∃ x < s.re, LSeriesSummable f ↑x
theorem
LSeries.abscissaOfAbsConv_le_of_forall_lt_LSeriesSummable
{f : ℕ → ℂ}
{x : ℝ}
(h : ∀ (y : ℝ), x < y → LSeriesSummable f ↑y)
:
theorem
LSeries.abscissaOfAbsConv_le_of_forall_lt_LSeriesSummable'
{f : ℕ → ℂ}
{x : EReal}
(h : ∀ (y : ℝ), x < ↑y → LSeriesSummable f ↑y)
:
theorem
LSeries.abscissaOfAbsConv_le_one_of_isBigO_one
{f : ℕ → ℂ}
(h : f =O[Filter.atTop] fun (x : ℕ) => 1)
:
If f is O(1), then the abscissa of absolute convergence of f is bounded above by 1.
theorem
LSeries.abscissaOfAbsConv_binop_le
{F : (ℕ → ℂ) → (ℕ → ℂ) → ℕ → ℂ}
(hF : ∀ {f g : ℕ → ℂ} {s : ℂ}, LSeriesSummable f s → LSeriesSummable g s → LSeriesSummable (F f g) s)
(f g : ℕ → ℂ)
:
If F is a binary operation on ℕ → ℂ with the property that the LSeries of F f g
converges whenever the LSeries of f and g do, then the abscissa of absolute convergence
of F f g is at most the maximum of the abscissa of absolute convergence of f
and that of g.