Theorems · Definition · general topology
ContinuousMap.sigmaCodHomeomorph
(X : Type u_1) →
{ι : Type u_2} →
(Y : ι → Type u_3) →
[inst : TopologicalSpace X] →
[inst_1 : (i : ι) → TopologicalSpace (Y i)] → [ConnectedSpace X] → C(X, (i : ι) × Y i) ≃ₜ (i : ι) × C(X, Y i)Homeomorphism between the type C(X, Σ i, Y i) of continuous maps from a connected topological
space to the disjoint union of a family of topological spaces and the disjoint union of the types of
continuous maps C(X, Y i).
The inverse map sends ⟨i, g⟩ to ContinuousMap.comp (ContinuousMap.sigmaMk i) g.
- Defined in
- Mathlib.Topology.ContinuousMap.Sigma
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- ContinuousMapstatement and proof · cited by 2,491
- Homeomorphstatement · cited by 725
- Homeomorph.symmproof · cited by 365
- ContinuousMap.compproof · cited by 181
- Equiv.ofBijectiveproof · cited by 70
- ConnectedSpacestatement and proof · cited by 37
- Equiv.toHomeomorphOfIsInducingproof · cited by 8
- ContinuousMap.sigmaMkproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.sigmaCodHomeomorph_symm_applystatement and proof · cited by 0