Theorems · Theorem · algebraic topology
ContinuousMap.HomotopyWith.trans_apply
∀ {X : Type u} {Y : Type v} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {P : C(X, Y) → Prop}
{f₀ f₁ f₂ : C(X, Y)} (F : f₀.HomotopyWith f₁ P) (G : f₁.HomotopyWith f₂ P) (x : ↑unitInterval × X),
(F.trans G) x = if h : ↑x.1 ≤ 1 / 2 then F (⟨2 * ↑x.1, ⋯⟩, x.2) else G (⟨2 * ↑x.1 - 1, ⋯⟩, x.2)- Defined in
- Mathlib.Topology.Homotopy.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · 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 and proof · cited by 2,491
- LT.lt.lestatement · cited by 2,189
- Set.Iccstatement · cited by 1,702
- unitIntervalstatement and proof · cited by 607
- not_lestatement · cited by 328
- zero_lt_twostatement · cited by 124
- ContinuousMap.HomotopyWithstatement and proof · cited by 33
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.