Theorems · Theorem · approximation theory
Asymptotics.IsBigOWith.sub_isLittleO
∀ {α : 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 → f₂ =o[l] g → c₁ < c₂ → Asymptotics.IsBigOWith c₂ l (fun x => f₁ x - f₂ x) g- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 107 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.
Cites9
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
- sub_eq_add_negproof · cited by 1,023
- Normstatement and proof · cited by 512
- Asymptotics.IsLittleOstatement and proof · cited by 375
- Asymptotics.IsBigOWithstatement and proof · cited by 187
- Asymptotics.IsLittleO.neg_leftproof · cited by 9
- Asymptotics.IsBigOWith.add_isLittleOproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.