Theorems · Theorem · functional analysis
Asymptotics.isBigOTVS_iff
∀ (𝕜 : Type u_1) {α : Type u_2} {E : Type u_3} {F : Type u_4} [inst : ENorm 𝕜] [inst_1 : TopologicalSpace E]
[inst_2 : TopologicalSpace F] [inst_3 : Zero E] [inst_4 : Zero F] [inst_5 : SMul 𝕜 E] [inst_6 : SMul 𝕜 F]
(l : Filter α) (f : α → E) (g : α → F),
f =O[𝕜; l] g ↔ ∀ U ∈ nhds 0, ∃ V ∈ nhds 0, (fun x => egauge 𝕜 U (f x)) ≤ᶠ[l] fun x => egauge 𝕜 V (g x)- Defined in
- Mathlib.Analysis.Asymptotics.TVS
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 130 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- ENNRealstatement · cited by 9,879
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.EventuallyLEstatement and proof · cited by 383
- ENormstatement and proof · cited by 155
- egaugestatement and proof · cited by 75
- Asymptotics.IsBigOTVSstatement and proof · cited by 61
- Asymptotics.IsBigOTVS.casesOnproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- Filter.HasBasis.isBigOTVS_iffproof · cited by 5
- Asymptotics.IsBigOTVS.reflproof · cited by 2
- Asymptotics.isBigOTVS_iff_smallSetsproof · cited by 1