Theorems · Theorem · general topology
ContinuousMap.exists_lift_sigma
∀ {X : Type u_1} {ι : Type u_2} {Y : ι → Type u_3} [inst : TopologicalSpace X]
[inst_1 : (i : ι) → TopologicalSpace (Y i)] [ConnectedSpace X] (f : C(X, (i : ι) × Y i)),
∃ i g, f = (ContinuousMap.sigmaMk i).comp gEvery continuous map from a connected topological space to the disjoint union of a family of
topological spaces is a composition of the embedding ContinuousMap.sigmaMk i : C(Y i, Σ i, Y i)
for some i and a continuous map g : C(X, Y i). See also Continuous.exists_lift_sigma for a
version with unbundled functions and ContinuousMap.sigmaCodHomeomorph for a homeomorphism defined
using this fact.
- Defined in
- Mathlib.Topology.ContinuousMap.Sigma
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 81 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.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Continuousproof · cited by 2,592
- ContinuousMapstatement and proof · cited by 2,491
- ContinuousMap.compstatement and proof · cited by 181
- ContinuousMapClass.map_continuousproof · cited by 119
- DFunLike.ext'proof · cited by 78
- ConnectedSpacestatement and proof · cited by 37
- ContinuousMap.sigmaMkstatement and proof · cited by 5
- Continuous.exists_lift_sigmaproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.