Theorems · Theorem · approximation theory
Asymptotics.IsBigOWith.add
∀ {α : Type u_1} {F : Type u_4} {E' : Type u_6} [inst : Norm F] [inst_1 : SeminormedAddCommGroup E'] {c₁ c₂ : ℝ}
{g : α → F} {l : Filter α} {f₁ f₂ : α → E'},
Asymptotics.IsBigOWith c₁ l f₁ g →
Asymptotics.IsBigOWith c₂ l f₂ g → Asymptotics.IsBigOWith (c₁ + c₂) l (fun x => f₁ x + f₂ x) g- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormSeminormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Filterstatement and proof · cited by 8,121
- Norm.normproof · cited by 5,413
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Normstatement and proof · cited by 512
- add_mulproof · cited by 363
- Asymptotics.IsBigOWithstatement and proof · cited by 187
- Asymptotics.IsBigOWith_defproof · cited by 46
- norm_add_le_of_leproof · cited by 13
Cited by6
Results whose statement or proof uses this declaration.
- Asymptotics.IsBigO.addproof · cited by 21
- Asymptotics.IsLittleO.addproof · cited by 17
- Asymptotics.IsBigOWith.add_isLittleOproof · cited by 2
- Asymptotics.IsBigOWith.sumproof · cited by 2
- Asymptotics.IsBigOWith.triangleproof · cited by 0
- Asymptotics.IsBigOWith.subproof · cited by 0