Theorems · Theorem · algebraic topology
Bundle.Trivialization.tendsto_nhds_iff
∀ {B : Type u_1} {F : Type u_2} {Z : Type u_4} [inst : TopologicalSpace B] [inst_1 : TopologicalSpace F] {proj : Z → B}
[inst_2 : TopologicalSpace Z] (e : Bundle.Trivialization F proj) {α : Type u_5} {l : Filter α} {f : α → Z} {z : Z},
z ∈ e.source →
(Filter.Tendsto f l (nhds z) ↔
Filter.Tendsto (proj ∘ f) l (nhds (proj z)) ∧ Filter.Tendsto (fun x => (↑e (f x)).2) l (nhds (↑e z).2))- Cited by
- 3 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallyproof · cited by 3,134
- PartialEquiv.sourcestatement and proof · cited by 964
- PartialHomeomorph.toPartialEquivstatement and proof · cited by 917
- OpenPartialHomeomorph.toPartialHomeomorphstatement and proof · cited by 851
- OpenPartialHomeomorph.toFun'proof · cited by 745
- Filter.principalproof · cited by 740
- Filter.Eventually.monoproof · cited by 646
Cited by3
Results whose statement or proof uses this declaration.
- FiberBundle.continuousWithinAt_totalSpaceproof · cited by 5
- FiberBundle.continuousAt_totalSpaceproof · cited by 2
- Bundle.Trivialization.nhds_eq_inf_comapproof · cited by 0