Theorems · Definition · algebraic topology
GenLoop.homotopyFrom
{N : Type u_1} →
{X : Type u_2} →
[inst : TopologicalSpace X] →
{x : X} →
[inst_1 : DecidableEq N] →
(i : N) →
{p q : ↑(GenLoop N X x)} →
Path.Homotopy (GenLoop.toLoop i p) (GenLoop.toLoop i q) → C(↑unitInterval × (N → ↑unitInterval), X)The converse to GenLoop.homotopyTo: a homotopy between two loops in the space of
n-dimensional loops can be seen as a homotopy between two n+1-dimensional paths.
- Defined in
- Mathlib.Topology.Homotopy.HomotopyGroup
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- unitIntervalstatement and proof · cited by 607
- ContinuousMap.compproof · cited by 181
- toContinuousMapproof · cited by 99
- ContinuousMap.idproof · cited by 73
- GenLoopstatement and proof · cited by 44
- ContinuousMap.curryproof · cited by 26
- GenLoop.conststatement · cited by 21
Cited by2
Results whose statement or proof uses this declaration.
- GenLoop.homotopyFrom_applystatement and proof · cited by 1
- GenLoop.homotopicFromproof · cited by 0