Theorems · Theorem · approximation theory
Filter.IsBoundedUnder.isLittleO_sub_self_inv
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : NormedField 𝕜] [inst_1 : Norm E] {a : 𝕜} {f : 𝕜 → E},
Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) (nhdsWithin a {a}ᶜ) (norm ∘ f) →
f =o[nhdsWithin a {a}ᶜ] fun x => (x - a)⁻¹If f : 𝕜 → E is bounded in a punctured neighborhood of a, then f(x) = o((x - a)⁻¹) as
x → a, x ≠ a.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedFieldNorm
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstoproof · cited by 3,814
- Compl.complstatement and proof · cited by 2,925
- Filter.atTopproof · cited by 2,405
- nhdsWithinstatement and proof · cited by 1,912
- NormedFieldstatement and proof · cited by 1,084
- Normstatement and proof · cited by 512
- Asymptotics.IsLittleOstatement · cited by 375
- Filter.IsBoundedUnderstatement and proof · cited by 247
- norm_invproof · cited by 126
Cited by2
Results whose statement or proof uses this declaration.
- Complex.differentiableOn_update_limUnder_of_bddAboveproof · cited by 1