Theorems · Theorem · algebraic topology
Path.Homotopic.map_trans_evalAt
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {f g : C(X, Y)}
(F : f.Homotopy g) {x₁ x₂ : X} (p : Path x₁ x₂),
((p.map ⋯).trans (F.evalAt x₂)).Homotopic ((F.evalAt x₁).trans (p.map ⋯))Let F be a homotopy between two continuous maps f g : C(X, Y).
Given a path p : Path x₁ x₂ in the domain, consider the following two paths in the codomain.
One path goes along the image of p under f, then along the trajectory of x₂ under F.
The other path goes along the trajectory of x₁ under F, then along the image of p under g.
These two paths are homotopic.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 131 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites48
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
- Realproof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- ContinuousMapstatement and proof · cited by 2,491
- LT.lt.leproof · cited by 2,189
- one_divproof · cited by 624
- unitIntervalproof · cited by 607
- not_leproof · cited by 328
- Pathstatement and proof · cited by 318
- ContinuousMap.compproof · cited by 181
- zero_lt_twoproof · cited by 124
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.