Theorems · Inductive type · algebraic topology
ContinuousMap.Homotopy
{X : Type u} →
{Y : Type v} → [inst : TopologicalSpace X] → [inst_1 : TopologicalSpace Y] → C(X, Y) → C(X, Y) → Type (max u v)ContinuousMap.Homotopy f₀ f₁ is the type of homotopies from f₀ to f₁.
When possible, instead of parametrizing results over (f : ContinuousMap.Homotopy f₀ f₁),
you should parametrize over {F : Type*} [HomotopyLike F f₀ f₁] (f : F).
When you extend this structure, make sure to extend ContinuousMap.HomotopyLike.
- Defined in
- Mathlib.Topology.Homotopy.Basic
- Cited by
- 65 results in Mathlib
- Foundations
- Depth 2 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement · cited by 24,529
- ContinuousMapstatement · cited by 2,491
Cited by114
Results whose statement or proof uses this declaration.
- ContinuousMap.Homotopicproof · cited by 24
- TopCat.Homotopyproof · cited by 18
- ContinuousMap.HomotopyWith.toHomotopystatement · cited by 17
- ContinuousMap.Homotopy.toContinuousMapstatement and proof · cited by 15
- ContinuousMap.Homotopy.extendstatement and proof · cited by 14
- ContinuousMap.Homotopy.currystatement and proof · cited by 11
- ContinuousMap.Homotopy.evalAtstatement and proof · cited by 10
- ContinuousMap.Homotopy.apply_onestatement and proof · cited by 8
- ContinuousMap.Homotopy.apply_zerostatement and proof · cited by 8
- ContinuousMap.Homotopy.symmstatement and proof · cited by 5
- ContinuousMap.Homotopy.uliftMapstatement and proof · cited by 5
- ContinuousMap.HomotopyRel.symmproof · cited by 5