Theorems · Theorem · approximation theory
Asymptotics.isBigO_iff_isBoundedUnder_le_div
∀ {α : Type u_1} {E : Type u_3} {F'' : Type u_10} [inst : Norm E] [inst_1 : NormedAddCommGroup F''] {f : α → E}
{g'' : α → F''} {l : Filter α},
(∀ᶠ (x : α) in l, g'' 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 116 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormNormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- Filterstatement and proof · cited by 8,121
- Norm.normstatement · cited by 5,413
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.Eventually.monoproof · cited by 646
- Normstatement and proof · cited by 512
- Asymptotics.IsBigOstatement · cited by 506
- Filter.IsBoundedUnderstatement · cited by 247
- norm_pos_iffproof · cited by 168
- div_le_iff₀proof · cited by 97
- Filter.eventually_congrproof · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- Real.isBigO_exp_comp_exp_compproof · cited by 2