Theorems · Theorem · algebraic topology
IsCoveringMapOn.existsUnique_continuousMap_lifts
∀ {E : Type u_1} {X : Type u_2} {A : Type u_3} [inst : TopologicalSpace E] [inst_1 : TopologicalSpace X]
[inst_2 : TopologicalSpace A] {p : E → X} [SimplyConnectedSpace A] [LocallyPathConnectedSpace A] {s : Set X},
IsCoveringMapOn p s →
∀ (f : C(A, X)) {a₀ : A} {e₀ : E}, p e₀ = f a₀ → (∀ (a : A), f a ∈ s) → ∃! F, F a₀ = e₀ ∧ p ∘ ⇑F = ⇑fA version of IsCoveringMap.existsUnique_continuousMap_lifts for maps
that are covering on a subset of the codomain.
Let p be a covering map on s.
Let f be a continuous map with a simply connected locally path connected domain
such that all values of f belong to s.
Given a point a₀ in the domain of f and a lift e₀ of f a₀ along p,
there exists a unique lift F of f along p such that F a₀ = e₀.
- Defined in
- Mathlib.Topology.Homotopy.Lifting
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 144 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- Set.preimageproof · cited by 4,946
- ContinuousMapstatement and proof · cited by 2,491
- ExistsUniquestatement · cited by 268
- Set.mem_preimageproof · cited by 190
- ContinuousMap.compproof · cited by 181
- continuous_subtype_valproof · cited by 159
- ContinuousMapClass.map_continuousproof · cited by 119
- ContinuousMap.extproof · cited by 92
Cited by1
Results whose statement or proof uses this declaration.
- Complex.exists_continuousOn_eqOn_exp_compproof · cited by 1