Theorems · Theorem · approximation theory
Asymptotics.IsBigOWith.triangle
∀ {α : 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₂ f₃ : α → E'},
Asymptotics.IsBigOWith c l (fun x => f₁ x - f₂ x) g →
Asymptotics.IsBigOWith c' l (fun x => f₂ x - f₃ x) g → Asymptotics.IsBigOWith (c + c') l (fun x => f₁ x - f₃ x) g- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 105 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.
Cites8
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
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Normstatement and proof · cited by 512
- Asymptotics.IsBigOWithstatement and proof · cited by 187
- sub_add_sub_cancelproof · cited by 56
- Asymptotics.IsBigOWith.addproof · cited by 6
- Asymptotics.IsBigOWith.congr_leftproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.