Mathlib Map

Theorems · Definition · algebraic topology

Path.Homotopic.Quotient.trans

{X : Type u} →
  [inst : TopologicalSpace X] →
    {x₀ x₁ x₂ : X} → Path.Homotopic.Quotient x₀ x₁ → Path.Homotopic.Quotient x₁ x₂ → Path.Homotopic.Quotient x₀ x₂

The composition of path homotopy classes. This is Path.trans descended to the quotient.

Defined in
Mathlib.Topology.Homotopy.Path
Cited by
12 results in Mathlib
Foundations
Depth 132 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.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.