Theorems · Theorem · general topology
ContinuousAt.prodMap
∀ {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] {f : X → Z} {g : Y → W} {p : X × Y},
ContinuousAt f p.1 → ContinuousAt g p.2 → ContinuousAt (Prod.map f g) p- Defined in
- Mathlib.Topology.Constructions.SumProd
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- ContinuousAtstatement and proof · cited by 697
- ContinuousAt.prodMkproof · cited by 18
- ContinuousAt.fst''proof · cited by 1
- ContinuousAt.snd''proof · cited by 1
Cited by5
Results whose statement or proof uses this declaration.
- HasStrictDerivAt.comp_hasStrictFDerivAtproof · cited by 19
- HasStrictDerivAt.scompproof · cited by 3
- ContinuousAt.prodMap'proof · cited by 3
- ContinuousOn.comp_fract'proof · cited by 1
- HasStrictFDerivAt.of_comp_of_isEmbeddingproof · cited by 0