Limit preservation properties of Functor.op
and related constructions #
We formulate conditions about F
which imply that F.op
, F.unop
, F.leftOp
and F.rightOp
preserve certain (co)limits.
Future work #
- Dually, it is possible to formulate conditions about
F.op
ec. forF
to preserve certain (co)limits.
If F : C ⥤ D
preserves colimits of K.leftOp : Jᵒᵖ ⥤ C
, then F.op : Cᵒᵖ ⥤ Dᵒᵖ
preserves
limits of K : J ⥤ Cᵒᵖ
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ Dᵒᵖ
preserves colimits of K.leftOp : Jᵒᵖ ⥤ C
, then F.leftOp : Cᵒᵖ ⥤ D
preserves limits of K : J ⥤ Cᵒᵖ
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ D
preserves colimits of K.op : Jᵒᵖ ⥤ Cᵒᵖ
, then F.rightOp : C ⥤ Dᵒᵖ
preserves
limits of K : J ⥤ C
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ Dᵒᵖ
preserves colimits of K.op : Jᵒᵖ ⥤ Cᵒᵖ
, then F.unop : C ⥤ D
preserves
limits of K : J ⥤ C
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ D
preserves limits of K.leftOp : Jᵒᵖ ⥤ C
, then F.op : Cᵒᵖ ⥤ Dᵒᵖ
preserves
colimits of K : J ⥤ Cᵒᵖ
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ Dᵒᵖ
preserves limits of K.leftOp : Jᵒᵖ ⥤ C
, then F.leftOp : Cᵒᵖ ⥤ D
preserves
colimits of K : J ⥤ Cᵒᵖ
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ D
preserves limits of K.op : Jᵒᵖ ⥤ Cᵒᵖ
, then F.rightOp : C ⥤ Dᵒᵖ
preserves
colimits of K : J ⥤ C
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ Dᵒᵖ
preserves limits of K.op : Jᵒᵖ ⥤ Cᵒᵖ
, then F.unop : C ⥤ D
preserves
colimits of K : J ⥤ C
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ D
preserves colimits of shape Jᵒᵖ
, then F.op : Cᵒᵖ ⥤ Dᵒᵖ
preserves limits of
shape J
.
Equations
- CategoryTheory.Limits.preservesLimitsOfShapeOp J F = { preservesLimit := fun {K : CategoryTheory.Functor J Cᵒᵖ} => CategoryTheory.Limits.preservesLimitOp K F }
Instances For
If F : C ⥤ Dᵒᵖ
preserves colimits of shape Jᵒᵖ
, then F.leftOp : Cᵒᵖ ⥤ D
preserves limits
of shape J
.
Equations
- CategoryTheory.Limits.preservesLimitsOfShapeLeftOp J F = { preservesLimit := fun {K : CategoryTheory.Functor J Cᵒᵖ} => CategoryTheory.Limits.preservesLimitLeftOp K F }
Instances For
If F : Cᵒᵖ ⥤ D
preserves colimits of shape Jᵒᵖ
, then F.rightOp : C ⥤ Dᵒᵖ
preserves limits
of shape J
.
Equations
- CategoryTheory.Limits.preservesLimitsOfShapeRightOp J F = { preservesLimit := fun {K : CategoryTheory.Functor J C} => CategoryTheory.Limits.preservesLimitRightOp K F }
Instances For
If F : Cᵒᵖ ⥤ Dᵒᵖ
preserves colimits of shape Jᵒᵖ
, then F.unop : C ⥤ D
preserves limits of
shape J
.
Equations
- CategoryTheory.Limits.preservesLimitsOfShapeUnop J F = { preservesLimit := fun {K : CategoryTheory.Functor J C} => CategoryTheory.Limits.preservesLimitUnop K F }
Instances For
If F : C ⥤ D
preserves limits of shape Jᵒᵖ
, then F.op : Cᵒᵖ ⥤ Dᵒᵖ
preserves colimits of
shape J
.
Equations
- CategoryTheory.Limits.preservesColimitsOfShapeOp J F = { preservesColimit := fun {K : CategoryTheory.Functor J Cᵒᵖ} => CategoryTheory.Limits.preservesColimitOp K F }
Instances For
If F : C ⥤ Dᵒᵖ
preserves limits of shape Jᵒᵖ
, then F.leftOp : Cᵒᵖ ⥤ D
preserves colimits
of shape J
.
Equations
- CategoryTheory.Limits.preservesColimitsOfShapeLeftOp J F = { preservesColimit := fun {K : CategoryTheory.Functor J Cᵒᵖ} => CategoryTheory.Limits.preservesColimitLeftOp K F }
Instances For
If F : Cᵒᵖ ⥤ D
preserves limits of shape Jᵒᵖ
, then F.rightOp : C ⥤ Dᵒᵖ
preserves colimits
of shape J
.
Equations
- CategoryTheory.Limits.preservesColimitsOfShapeRightOp J F = { preservesColimit := fun {K : CategoryTheory.Functor J C} => CategoryTheory.Limits.preservesColimitRightOp K F }
Instances For
If F : Cᵒᵖ ⥤ Dᵒᵖ
preserves limits of shape Jᵒᵖ
, then F.unop : C ⥤ D
preserves colimits
of shape J
.
Equations
- CategoryTheory.Limits.preservesColimitsOfShapeUnop J F = { preservesColimit := fun {K : CategoryTheory.Functor J C} => CategoryTheory.Limits.preservesColimitUnop K F }
Instances For
If F : C ⥤ D
preserves colimits, then F.op : Cᵒᵖ ⥤ Dᵒᵖ
preserves limits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ Dᵒᵖ
preserves colimits, then F.leftOp : Cᵒᵖ ⥤ D
preserves limits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ D
preserves colimits, then F.rightOp : C ⥤ Dᵒᵖ
preserves limits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ Dᵒᵖ
preserves colimits, then F.unop : C ⥤ D
preserves limits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ D
preserves limits, then F.op : Cᵒᵖ ⥤ Dᵒᵖ
preserves colimits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ Dᵒᵖ
preserves limits, then F.leftOp : Cᵒᵖ ⥤ D
preserves colimits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ D
preserves limits, then F.rightOp : C ⥤ Dᵒᵖ
preserves colimits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ Dᵒᵖ
preserves limits, then F.unop : C ⥤ D
preserves colimits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ D
preserves finite colimits, then F.op : Cᵒᵖ ⥤ Dᵒᵖ
preserves finite
limits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ Dᵒᵖ
preserves finite colimits, then F.leftOp : Cᵒᵖ ⥤ D
preserves finite
limits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ D
preserves finite colimits, then F.rightOp : C ⥤ Dᵒᵖ
preserves finite
limits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ Dᵒᵖ
preserves finite colimits, then F.unop : C ⥤ D
preserves finite
limits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ D
preserves finite limits, then F.op : Cᵒᵖ ⥤ Dᵒᵖ
preserves finite
colimits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ Dᵒᵖ
preserves finite limits, then F.leftOp : Cᵒᵖ ⥤ D
preserves finite
colimits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ D
preserves finite limits, then F.rightOp : C ⥤ Dᵒᵖ
preserves finite
colimits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ Dᵒᵖ
preserves finite limits, then F.unop : C ⥤ D
preserves finite
colimits.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : C ⥤ D
preserves finite coproducts, then F.op : Cᵒᵖ ⥤ Dᵒᵖ
preserves finite
products.
Equations
- CategoryTheory.Limits.preservesFiniteProductsOp F = { preserves := fun (J : Type) (x : Fintype J) => CategoryTheory.Limits.preservesLimitsOfShapeOp (CategoryTheory.Discrete J) F }
Instances For
If F : C ⥤ Dᵒᵖ
preserves finite coproducts, then F.leftOp : Cᵒᵖ ⥤ D
preserves finite
products.
Equations
- CategoryTheory.Limits.preservesFiniteProductsLeftOp F = { preserves := fun (J : Type) (x : Fintype J) => CategoryTheory.Limits.preservesLimitsOfShapeLeftOp (CategoryTheory.Discrete J) F }
Instances For
If F : Cᵒᵖ ⥤ D
preserves finite coproducts, then F.rightOp : C ⥤ Dᵒᵖ
preserves finite
products.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ Dᵒᵖ
preserves finite coproducts, then F.unop : C ⥤ D
preserves finite
products.
Equations
- CategoryTheory.Limits.preservesFiniteProductsUnop F = { preserves := fun (J : Type) (x : Fintype J) => CategoryTheory.Limits.preservesLimitsOfShapeUnop (CategoryTheory.Discrete J) F }
Instances For
If F : C ⥤ D
preserves finite products, then F.op : Cᵒᵖ ⥤ Dᵒᵖ
preserves finite
coproducts.
Equations
- CategoryTheory.Limits.preservesFiniteCoproductsOp F = { preserves := fun (J : Type) (x : Fintype J) => CategoryTheory.Limits.preservesColimitsOfShapeOp (CategoryTheory.Discrete J) F }
Instances For
If F : C ⥤ Dᵒᵖ
preserves finite products, then F.leftOp : Cᵒᵖ ⥤ D
preserves finite
coproducts.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ D
preserves finite products, then F.rightOp : C ⥤ Dᵒᵖ
preserves finite
coproducts.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If F : Cᵒᵖ ⥤ Dᵒᵖ
preserves finite products, then F.unop : C ⥤ D
preserves finite
coproducts.
Equations
- CategoryTheory.Limits.preservesFiniteCoproductsUnop F = { preserves := fun (J : Type) (x : Fintype J) => CategoryTheory.Limits.preservesColimitsOfShapeUnop (CategoryTheory.Discrete J) F }