Theorems · Theorem · approximation theory
Asymptotics.IsBigOWith.sum_congr
∀ {α : Type u_1} {E' : Type u_6} [inst : SeminormedAddCommGroup E'] {l : Filter α} {ι : Type u_18} {A : ι → α → E'}
{C : ι → ℝ} {s : Finset ι} {B : ι → α → ℝ},
(∀ i ∈ s, Asymptotics.IsBigOWith (C i) l (A i) (B i)) →
Asymptotics.IsBigOWith (sSup (C '' ↑s)) l (fun H => ∑ i ∈ s, A i H) fun H => ∑ i ∈ s, ‖B i H‖If each term A i of a sum IsBigO of B i, then the sum of the A i IsBigO of the sum
of the norms of the B i.
- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 157 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SeminormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Filterstatement and proof · cited by 8,121
- Set.imagestatement and proof · cited by 5,609
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Finset.sum_congrproof · cited by 2,323
- le_reflproof · cited by 2,061
- absproof · cited by 1,814
- Filter.univ_mem'proof · cited by 1,672
Cited by1
Results whose statement or proof uses this declaration.
- Asymptotics.IsBigO.sum_congrproof · cited by 0