Theorems · Theorem · algebraic topology
Path.Homotopy.hcomp_apply
∀ {X : Type u} [inst : TopologicalSpace X] {x₀ x₁ x₂ : X} {p₀ q₀ : Path x₀ x₁} {p₁ q₁ : Path x₁ x₂} (F : p₀.Homotopy q₀)
(G : p₁.Homotopy q₁) (x : ↑unitInterval × ↑unitInterval),
(F.hcomp G) x = if h : ↑x.2 ≤ 1 / 2 then (F.eval x.1) ⟨2 * ↑x.2, ⋯⟩ else (G.eval x.1) ⟨2 * ↑x.2 - 1, ⋯⟩- Defined in
- Mathlib.Topology.Homotopy.Path
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 130 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.
Cites21
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
- LT.lt.lestatement and proof · cited by 2,189
- Set.Iccstatement · cited by 1,702
- unitIntervalstatement and proof · cited by 607
- not_lestatement and proof · cited by 328
- Pathstatement and proof · cited by 318
- zero_lt_twostatement and proof · cited by 124
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.