The reindexing of Z : Over X
along Y : Over X
, defined by pulling back Z
along
Y.hom : Y.left ⟶ X
.
Equations
- Y.Reindex Z = (CategoryTheory.Over.pullback Y.hom).obj Z
Instances For
Reindex
is symmetric in its first and second arguments up to an isomorphism.
Equations
Instances For
The reindexed sum of Z
along Y
is isomorphic to the reindexed sum of Y
along Z
in the
category Over X
.
Equations
Instances For
The first projection out of the reindexed sigma object.
Equations
Instances For
The second projection out of the reindexed sigma object.
Equations
Instances For
The notation for the first projection of the reindexed sigma object.
Equations
- CategoryTheory.Over.Reindex.termπ_ = Lean.ParserDescr.node `CategoryTheory.Over.Reindex.termπ_ 1024 (Lean.ParserDescr.symbol " π_ ")
Instances For
The notation for the second projection of the reindexed sigma object.
Equations
- CategoryTheory.Over.Reindex.termμ_ = Lean.ParserDescr.node `CategoryTheory.Over.Reindex.termμ_ 1024 (Lean.ParserDescr.symbol " μ_ ")
Instances For
The binary fan provided by μ_
and π_
is a binary product in Over X
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The object (Sigma Y) (Reindex Y Z)
is isomorphic to the binary product Y × Z
in Over X
.
Equations
Instances For
Given a morphism f : X' ⟶ X
and an object Y
over X
, the (map f).obj ((pullback f).obj Y)
is isomorphic to the binary product of (Over.mk f)
and Y
.
Equations
Instances For
The pull-push composition (Over.pullback Y.hom) ⋙ (Over.map Y.hom)
is naturally isomorphic
to the left tensor product functor Y × _
in Over X
Equations
- Y.sigmaReindexNatIsoTensorLeft = CategoryTheory.NatIso.ofComponents (fun (Z : CategoryTheory.Over ((CategoryTheory.Functor.fromPUnit X).obj Y.right)) => id (Y.sigmaReindexIsoProd Z)) ⋯
Instances For
The functor from C
to Over (⊤_ C)
which sends X : C
to terminal.from X
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The slice category over the terminal object is equivalent to the original category.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Note that the binary products assumption is necessary: the existence of a right adjoint to
Over.forget X
is equivalent to the existence of each binary product X ⨯ -
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A right adjoint to the forward functor of an equivalence is naturally isomorphic to the inverse functor of the equivalence.
Equations
Instances For
star (⊤_ C) : C ⥤ Over (⊤_ C)
is naturally isomorphic to Functor.toOverTerminal C
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A natural isomorphism between the functors star X
and star Y ⋙ pullback f
for any morphism f : X ⟶ Y
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The functor Over.pullback f : Over Y ⥤ Over X
is naturally isomorphic to
Over.star : Over Y ⥤ Over (Over.mk f)
post-composed with the
iterated slice equivlanece Over (Over.mk f) ⥤ Over X
.
Equations
- One or more equations did not get rendered due to their size.