Theorems · Definition · category theory
CategoryTheory.MonoidalCategory.ExternalProduct.isPointwiseLeftKanExtensionAtExtensionUnitLeft
{V : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} V] →
[inst_1 : CategoryTheory.MonoidalCategory V] →
{D : Type u₂} →
{D' : Type u₃} →
{E : Type u₄} →
[inst_2 : CategoryTheory.Category.{v₂, u₂} D] →
[inst_3 : CategoryTheory.Category.{v₃, u₃} D'] →
[inst_4 : CategoryTheory.Category.{v₄, u₄} E] →
{H : CategoryTheory.Functor D V} →
{L : CategoryTheory.Functor D D'} →
(H' : CategoryTheory.Functor D' V) →
(α : H ⟶ L.comp H') →
(K : CategoryTheory.Functor E V) →
(d : D') →
(CategoryTheory.Functor.LeftExtension.mk H' α).IsPointwiseLeftKanExtensionAt d →
(e : E) →
[CategoryTheory.Limits.PreservesColimitsOfShape (CategoryTheory.CostructuredArrow L d)
(CategoryTheory.MonoidalCategory.tensorRight (K.obj e))] →
(CategoryTheory.Functor.LeftExtension.mk
(CategoryTheory.MonoidalCategory.externalProduct H' K)
(CategoryTheory.MonoidalCategory.ExternalProduct.extensionUnitLeft H' α
K)).IsPointwiseLeftKanExtensionAt
(d, e)If H' : D' ⥤ V is a pointwise left Kan extension along L : D ⥤ D' at (d : D')
and if tensoring right with an object preserves colimits in V,
then H' ⊠ K : D' × E ⥤ V is a pointwise left Kan extension along L × (𝟭 E) at (d, e)
for every e : E.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 51 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Isoproof · cited by 3,963
- CategoryTheory.Functor.idstatement and proof · cited by 3,333
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.Limits.Cocone.ptproof · cited by 1,354
- CategoryTheory.Equivalence.functorproof · cited by 1,268
Cited by1
Results whose statement or proof uses this declaration.