LeanPool.WhiteheadTheorem.HomotopyGroup.InducedMaps #
Imported Lean Pool material for LeanPool.WhiteheadTheorem.HomotopyGroup.InducedMaps.
Equations
Instances For
Typecheck a ContinuousMap as a morphism in PointedTopCat, by choosing a point in X.
Equations
- PointedTopCat.ofHom f point = CategoryTheory.Under.homMk (TopCat.ofHom f) ⋯
Instances For
Change the target point of a morphism of PointedTopCat
from g point to f point, given g = f. Useful to fix definitional equality.
Equations
- PointedTopCat.Hom.rwTargetPt point gf = CategoryTheory.Under.homMk (TopCat.ofHom g) ⋯
Instances For
Typecheck a morphism in TopCat as a morphism in PointedTopCat,
by choosing a point in X.
Equations
- PointedTopCat.ofHom' f point = CategoryTheory.Under.homMk f ⋯
Instances For
Change the target point of a morphism of PointedTopCat
from g point to f point, given g = f. Useful to fix definitional equality.
Equations
- PointedTopCat.Hom'.rwTargetPt point gf = CategoryTheory.Under.homMk g ⋯
Instances For
Regard a pointed topological space as simply a topological space.
Equations
Instances For
The distinguished piont of a pointed topological space
Equations
Instances For
A morphism between pointed topological spaces maps the base point to the base point.
Change the target point of a Pointed.Hom from g point to f point, given g = f.
Useful to fix definitional equality.
Equations
- Pointed.Hom.rwTargetPt point gf = { toFun := g, map_point := ⋯ }
Instances For
The map of GenLoops induced by a morphism f : X ⟶ Y of pointed topological spaces
Equations
- GenLoop.inducedMap' n f α = ⟨(TopCat.Hom.hom (CategoryTheory.Under.Hom.right f)).comp ↑α, ⋯⟩
Instances For
The map of GenLoops induced by a continuous map f : C(X, Y)
Equations
- GenLoop.inducedMap n x f = GenLoop.inducedMap' n (PointedTopCat.ofHom f x)
Instances For
The map between homotopy groups (as sets)
induced by a morphism f : X ⟶ Y of pointed topological spaces
Equations
- HomotopyGroup.inducedMap' n f = Quotient.map (GenLoop.inducedMap' n f) ⋯
Instances For
The map between homotopy groups (as sets) induced by a continuous map f : C(X, Y)
Equations
Instances For
Change an induced map's target point from g x to f x, given g = f.
Useful to fix definitional equality.
Equations
Instances For
π_n is a functor sending a based topological space (X, x₀)
to its n-th homotopy group (as a type, ignoring its group structure) based at x₀.
Equations
- One or more equations did not get rendered due to their size.
Instances For
π_n is a functor sending a based topological space (X, x₀)
to its n-th homotopy group
(as a pointed type whose base point is the contant map, ignoring its group structure)
based at x₀.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The morphism $f_{*} : π_n(X, x₀) → π_n(Y, f(x₀))$ in the category Pointed,
induced by the continuous map f : C(X, Y)
Equations
- HomotopyGroup.inducedPointedHom n x₀ f = (HomotopyGroup.functorToPointed n).map (PointedTopCat.ofHom f x₀)
Instances For
The morphism $f_{*} : π_n(X, x₀) → π_n(Y, f(x₀))$ in the category Pointed,
induced by the morphism f : X ⟶ Y in TopCat
Equations
- HomotopyGroup.inducedPointedHom' n x₀ f = (HomotopyGroup.functorToPointed n).map (PointedTopCat.ofHom' f x₀)
Instances For
Equations
Instances For
Change an induced pointed morphism's target point from g x₀ to f x₀, given g = f.
Useful to fix definitional equality.
Equations
Instances For
Equations
Instances For
Change an induced pointed morphism's target point from g x₀ to f x₀, given g = f.
Useful to fix definitional equality.