Theorems · Theorem · approximation theory
Asymptotics.isBigO_iff_div_isBoundedUnder
∀ {𝕜 : Type u_15} [inst : NormedDivisionRing 𝕜] {α : Type u_17} {l : Filter α} {f g : α → 𝕜},
(∀ᶠ (x : α) in l, g x = 0 → f x = 0) →
(f =O[l] g ↔ Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) l fun x => ‖f x / g x‖)- Defined in
- Mathlib.Analysis.Asymptotics.Lemmas
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedDivisionRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.normstatement and proof · cited by 5,413
- Filter.Eventuallystatement and proof · cited by 3,134
- MulZeroClass.mul_zeroproof · cited by 2,091
- Filter.mapproof · cited by 819
- Filter.Eventually.monoproof · cited by 646
- Asymptotics.IsBigOstatement · cited by 506
- norm_zeroproof · cited by 366
- NormedDivisionRingstatement and proof · cited by 360
- Filter.IsBoundedUnderstatement and proof · cited by 247
- norm_pos_iffproof · cited by 168
Cited by1
Results whose statement or proof uses this declaration.
- Asymptotics.isBigO_of_div_tendsto_nhdsproof · cited by 3