Theorems · Theorem · general topology
Continuous.mapPullback
∀ {X₁ : Type u_1} {X₂ : Type u_2} {Y₁ : Sort u_3} {Y₂ : Sort u_4} {Z₁ : Type u_5} {Z₂ : Type u_6}
[inst : TopologicalSpace X₁] [inst_1 : TopologicalSpace X₂] [inst_2 : TopologicalSpace Z₁]
[inst_3 : TopologicalSpace Z₂] {f₁ : X₁ → Y₁} {g₁ : Z₁ → Y₁} {f₂ : X₂ → Y₂} {g₂ : Z₂ → Y₂} {mapX : X₁ → X₂},
Continuous mapX →
∀ {mapY : Y₁ → Y₂} {mapZ : Z₁ → Z₂},
Continuous mapZ →
∀ {commX : f₂ ∘ mapX = mapY ∘ f₁} {commZ : g₂ ∘ mapZ = mapY ∘ g₁},
Continuous (Function.mapPullback mapX mapY mapZ commX commZ)- Defined in
- Mathlib.Topology.SeparatedMap
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 73 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.
- TopologicalSpacestatement and proof · cited by 24,529
- Continuousstatement and proof · cited by 2,592
- Continuous.compproof · cited by 371
- continuous_subtype_valproof · cited by 159
- Continuous.prodMkproof · cited by 127
- continuous_fstproof · cited by 103
- continuous_sndproof · cited by 91
- continuous_induced_rngproof · cited by 38
- Function.Pullbackstatement · cited by 29
- Function.mapPullbackstatement · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- IsSeparatedMap.pullbackproof · cited by 0
- IsSeparatedMap.comp_rightproof · cited by 0
- IsLocallyInjective.comp_rightproof · cited by 0