Theorems · Theorem · functional analysis
Asymptotics.IsBigOTVS.of_egauge_le_mul
∀ {α : Type u_1} {𝕜 : Type u_3} {E : Type u_4} {F : Type u_5} [inst : NontriviallyNormedField 𝕜]
[inst_1 : AddCommGroup E] [inst_2 : TopologicalSpace E] [inst_3 : Module 𝕜 E] [inst_4 : AddCommGroup F]
[inst_5 : TopologicalSpace F] [inst_6 : Module 𝕜 F] {l : Filter α} {f : α → E} {g : α → F} [ContinuousConstSMul 𝕜 F]
{ι : Sort u_7} {p : ι → Prop} {U : ι → Set E},
(nhds 0).HasBasis p U →
(∀ (i : ι), p i → ∃ C, ∃ V ∈ nhds 0, (fun x => egauge 𝕜 (U i) (f x)) ≤ᶠ[l] fun x => ↑C * egauge 𝕜 V (g x)) →
f =O[𝕜; l] gThe definition of IsBigOTVS says that
for each neighborhood U of the origin in the codomain of f,
there exists a neighborhood V of the origin in the codomain of g such that
egauge 𝕜 U (f x) ≤ egauge 𝕜 V (g x) eventually along l.
This lemma shows that it suffices to make this inequality work up to a constant multiplier.
- Defined in
- Mathlib.Analysis.Asymptotics.TVS
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- ENNRealstatement · cited by 9,879
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- NNRealstatement and proof · cited by 4,310
- le_reflproof · cited by 2,061
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- le_of_ltproof · cited by 1,175
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.