Mathlib Map

Theorems · Theorem · number theory

LSeries_tendsto_sub_mul_nhds_one_of_tendsto_sum_div

∀ {f : ℕ → ℂ} {l : ℂ},
  Filter.Tendsto (fun n => (∑ k ∈ Finset.Icc 1 n, f k) / ↑n) Filter.atTop (nhds l) →
    (∀ (s : ℝ), 1 < s → LSeriesSummable f ↑s) →
      Filter.Tendsto (fun s => (↑s - 1) * LSeries f ↑s) (nhdsWithin 1 (Set.Ioi 1)) (nhds l)
Defined in
Mathlib.NumberTheory.LSeries.SumCoeff
Cited by
1 results in Mathlib
Foundations
Depth 278 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites47

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.