Theorems · Theorem · approximation theory
OpenPartialHomeomorph.isBigOWith_congr
∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {E : Type u_3}
[inst_2 : Norm E] {F : Type u_4} [inst_3 : Norm F] (e : OpenPartialHomeomorph α β) {b : β},
b ∈ e.target →
∀ {f : β → E} {g : β → F} {C : ℝ},
Asymptotics.IsBigOWith C (nhds b) f g ↔ Asymptotics.IsBigOWith C (nhds (↑e.symm b)) (f ∘ ↑e) (g ∘ ↑e)Transfer IsBigOWith over an OpenPartialHomeomorph.
- Defined in
- Mathlib.Analysis.Asymptotics.Lemmas
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- TopologicalSpacestatement and proof · cited by 24,529
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- PartialHomeomorph.toPartialEquivstatement and proof · cited by 917
- OpenPartialHomeomorph.toPartialHomeomorphstatement and proof · cited by 851
- OpenPartialHomeomorph.toFun'statement and proof · cited by 745
- ContinuousAtproof · cited by 697
- OpenPartialHomeomorphstatement and proof · cited by 664
- PartialEquiv.targetstatement and proof · cited by 650
- Filter.Eventually.monoproof · cited by 646
Cited by3
Results whose statement or proof uses this declaration.
- Homeomorph.isBigOWith_congrproof · cited by 2
- OpenPartialHomeomorph.isLittleO_congrproof · cited by 0
- OpenPartialHomeomorph.isBigO_congrproof · cited by 0