LeanPool.DirectedTopologyLean4.FundamentalCategory #
The directed self-map of the unit interval used to associate triple concatenations of dipaths.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The fundamental category of a type, wrapping the underlying element as as.
- as : X
The underlying element of the type.
Instances For
The fundamental-category wrapper is type-equivalent to the underlying type.
Equations
- FundamentalCategory.equiv X = { toFun := fun (x : FundamentalCategory X) => x.as, invFun := fun (x : X) => { as := x }, left_inv := ⋯, right_inv := ⋯ }
Instances For
Equations
- One or more equations did not get rendered due to their size.
The functor on fundamental categories induced by a directed map.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The fundamental-category functor dTopCat ⥤ Cat sending a directed space to its
fundamental category.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Notation for the fundamental-category functor dTopCat ⥤ Cat.
Equations
- FundamentalCategory.termDπ = Lean.ParserDescr.node `FundamentalCategory.termDπ 1024 (Lean.ParserDescr.symbol "dπ")
Instances For
Notation for the object part of the fundamental-category functor.
Equations
- FundamentalCategory.termDπₓ = Lean.ParserDescr.node `FundamentalCategory.termDπₓ 1024 (Lean.ParserDescr.symbol "dπₓ")
Instances For
The underlying functor (not just Cat.Hom) induced by a dTopCat map.
Equations
Instances For
Notation for the underlying functor on fundamental categories induced by a dTopCat map.
Equations
- FundamentalCategory.termDπₘ = Lean.ParserDescr.node `FundamentalCategory.termDπₘ 1024 (Lean.ParserDescr.symbol "dπₘ")
Instances For
Help the typechecker by converting a point in the fundamental category back to a point in the underlying directed space.
Equations
Instances For
Help the typechecker by converting a point in a directed space to a point in the fundamental category of that space
Equations
- FundamentalCategory.fromTop x = { as := x }
Instances For
Help the typechecker by converting an arrow in the fundamental category of
a directed space back to a directed path in that space (i.e., Dipath.Dihomotopic.Quotient).
Equations
Instances For
Help the typechecker by convering a directed path in a directed space to an arrow in the fundamental category of that space.