Theorems · Definition · algebraic topology
Path.Homotopy.hcomp
{X : Type u} →
[inst : TopologicalSpace X] →
{x₀ x₁ x₂ : X} →
{p₀ q₀ : Path x₀ x₁} →
{p₁ q₁ : Path x₁ x₂} → p₀.Homotopy q₀ → p₁.Homotopy q₁ → (p₀.trans p₁).Homotopy (q₀.trans q₁)Suppose p₀ and q₀ are paths from x₀ to x₁, p₁ and q₁ are paths from x₁ to x₂.
Furthermore, suppose F : Homotopy p₀ q₀ and G : Homotopy p₁ q₁. Then we can define a homotopy
from p₀.trans p₁ to q₀.trans q₁.
- Defined in
- Mathlib.Topology.Homotopy.Path
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 129 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- unitIntervalproof · cited by 607
- Pathstatement and proof · cited by 318
- Path.transstatement · cited by 54
- Path.extendproof · cited by 52
- Path.Homotopystatement and proof · cited by 21
- Path.Homotopy.evalproof · cited by 5
Cited by5
Results whose statement or proof uses this declaration.
- Path.Homotopic.hcompproof · cited by 1
- Path.Homotopy.concatproof · cited by 1
- Path.Homotopy.concatSubpathproof · cited by 1
- Path.Homotopy.hcomp_applystatement · cited by 0
- Path.Homotopy.hcomp_halfstatement · cited by 0