Theorems · Theorem · algebraic topology
IsCoveringMap.liftPath_trans
∀ {E : Type u_1} {X : Type u_2} [inst : TopologicalSpace E] [inst_1 : TopologicalSpace X] {p : E → X}
(cov : IsCoveringMap p) {x y z : X} {e : E} (hpe : x = p e) (γ : Path x y) (γ' : Path y z),
cov.liftPath (↑(γ.trans γ')) e ⋯ =
↑({ toContinuousMap := cov.liftPath (↑γ) e ⋯, source' := ⋯, target' := ⋯ }.trans
{ toContinuousMap := cov.liftPath (↑γ') ((cov.liftPath (↑γ) e ⋯) 1) ⋯, source' := ⋯, target' := ⋯ })- Defined in
- Mathlib.Topology.Homotopy.Lifting
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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 · cited by 53,352
- Realstatement · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemstatement and proof · cited by 7,166
- ContinuousMapstatement · cited by 2,491
- LT.lt.leproof · cited by 2,189
- unitIntervalstatement and proof · cited by 607
- not_leproof · cited by 328
- Pathstatement and proof · cited by 318
- zero_lt_twoproof · cited by 124
- toContinuousMapstatement and proof · cited by 99
Cited by1
Results whose statement or proof uses this declaration.
- IsCoveringMap.monodromy_trans_applyproof · cited by 0