Theorems · Theorem · algebraic topology
GenLoop.homotopyFrom_apply
∀ {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)} (H : Path.Homotopy (GenLoop.toLoop i p) (GenLoop.toLoop i q))
(a : ↑unitInterval × (N → ↑unitInterval)),
(GenLoop.homotopyFrom i H) a =
Function.uncurry (fun x_1 y => Function.uncurry (fun x_2 y => (H (x_1, x_2)) y) y)
(Prod.map id (⇑(Cube.splitAt i)) a)- Defined in
- Mathlib.Topology.Homotopy.HomotopyGroup
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 160 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.
Cites17
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
- Homeomorphstatement · cited by 725
- unitIntervalstatement and proof · cited by 607
- Pathstatement · cited by 318
- GenLoopstatement and proof · cited by 44
- ContinuousMap.HomotopyWithstatement · cited by 33
- Path.toContinuousMapstatement · cited by 27
Cited by1
Results whose statement or proof uses this declaration.
- GenLoop.homotopicFromproof · cited by 0