Structured Arrow Categories as strict functor to Cat #
Forming a structured arrow category StructuredArrow d T
with d : D
and T : C ⥤ D
is strictly
functorial in S
, inducing a functor Dᵒᵖ ⥤ Cat
. This file constructs said functor and proves
that, in the dual case, we can precompose it with another functor L : E ⥤ D
to obtain a category
equivalent to Comma L T
.
The structured arrow category StructuredArrow d T
depends on the chosen domain d : D
in a
functorial way, inducing a functor Dᵒᵖ ⥤ Cat
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The costructured arrow category CostructuredArrow T d
depends on the chosen codomain d : D
in a functorial way, inducing a functor D ⥤ Cat
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The functor used to establish the equivalence grothendieckPrecompFunctorEquivalence
between
the Grothendieck construction on CostructuredArrow.functor
and the comma category.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The inverse functor used to establish the equivalence grothendieckPrecompFunctorEquivalence
between the Grothendieck construction on CostructuredArrow.functor
and the comma category.
Equations
- One or more equations did not get rendered due to their size.
Instances For
For L : C ⥤ D
, taking the Grothendieck construction of CostructuredArrow.functor L
precomposed with another functor R : E ⥤ D
results in a category which is equivalent to
the comma category Comma L R
.
Equations
- One or more equations did not get rendered due to their size.