Theorems · Theorem · general topology
Filter.Tendsto.prodMap_nhds
∀ {X : Type u} {Y : Type v} {W : Type u_1} {Z : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y]
[inst_2 : TopologicalSpace Z] [inst_3 : TopologicalSpace W] {x : X} {y : Y} {z : Z} {w : W} {f : X → Y} {g : Z → W},
Filter.Tendsto f (nhds x) (nhds y) →
Filter.Tendsto g (nhds z) (nhds w) → Filter.Tendsto (Prod.map f g) (nhds (x, z)) (nhds (y, w))- Defined in
- Mathlib.Topology.Constructions.SumProd
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- SProd.sprodproof · cited by 1,750
- nhds_prod_eqproof · cited by 84
- Filter.Tendsto.prodMapproof · cited by 38
Cited by2
Results whose statement or proof uses this declaration.
- HasStrictFDerivAt.compproof · cited by 37
- HasStrictFDerivAt.of_comp_of_leftInverseproof · cited by 1