Theorems · Definition · algebraic topology
Path.Homotopy.transAssoc
{X : Type u_1} →
[inst : TopologicalSpace X] →
{x₀ x₁ x₂ x₃ : X} →
(p : Path x₀ x₁) → (q : Path x₁ x₂) → (r : Path x₂ x₃) → ((p.trans q).trans r).Homotopy (p.trans (q.trans r))For paths p q r, we have a homotopy from (p.trans q).trans r to p.trans (q.trans r).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 128 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.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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 and proof · cited by 54
- Path.Homotopystatement · cited by 21
- Path.Homotopy.symmproof · cited by 8
- Path.Homotopy.transAssocReparamAuxproof · cited by 5
- Path.Homotopy.castproof · cited by 2
- Path.Homotopy.transAssocReparamAux_mem_Iproof · cited by 1
- Path.Homotopy.reparamproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- Path.Homotopic.trans_assocproof · cited by 1