Theorems · Theorem · approximation theory
Asymptotics.IsLittleO.sum_range
∀ {α : Type u_1} [inst : NormedAddCommGroup α] {f : ℕ → α} {g : ℕ → ℝ},
f =o[Filter.atTop] g →
0 ≤ g →
Filter.Tendsto (fun n => ∑ i ∈ Finset.range n, g i) Filter.atTop Filter.atTop →
(fun n => ∑ i ∈ Finset.range n, f i) =o[Filter.atTop] fun n => ∑ i ∈ Finset.range n, g i- Cited by
- 1 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetproof · cited by 13,712
- Norm.normproof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallyproof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- LT.lt.leproof · cited by 2,189
- le_reflproof · cited by 2,061
- Filter.univ_mem'proof · cited by 1,672
- le_rflproof · cited by 1,558
Cited by1
Results whose statement or proof uses this declaration.
- Asymptotics.isLittleO_sum_range_of_tendsto_zeroproof · cited by 3