Theorems · Definition · category theory
CategoryTheory.TransportEnrichment.forgetEnrichmentEquivFunctor
{V : Type u'} →
[inst : CategoryTheory.Category.{v', u'} V] →
[inst_1 : CategoryTheory.MonoidalCategory V] →
{W : Type u''} →
[inst_2 : CategoryTheory.Category.{v'', u''} W] →
[inst_3 : CategoryTheory.MonoidalCategory W] →
(F : CategoryTheory.Functor V W) →
[inst_4 : F.LaxMonoidal] →
(D : Type u) →
[inst_5 : CategoryTheory.EnrichedCategory V D] →
(e :
(v : V) →
(CategoryTheory.MonoidalCategoryStruct.tensorUnit V ⟶ v) ≃
(CategoryTheory.MonoidalCategoryStruct.tensorUnit W ⟶ F.obj v)) →
(∀ (v : V) (f : CategoryTheory.MonoidalCategoryStruct.tensorUnit V ⟶ v),
(e v) f =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Functor.LaxMonoidal.ε F) (F.map f)) →
CategoryTheory.Functor
(CategoryTheory.TransportEnrichment F (CategoryTheory.ForgetEnrichment V D))
(CategoryTheory.ForgetEnrichment W (CategoryTheory.TransportEnrichment F D))The functor that makes up TransportEnrichment.forgetEnrichmentEquiv.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 50 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- 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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Equivstatement and proof · cited by 8,337
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorUnitstatement and proof · cited by 1,384
- CategoryTheory.Functor.LaxMonoidal.εstatement and proof · cited by 202
- CategoryTheory.Functor.LaxMonoidalstatement and proof · cited by 133
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.TransportEnrichment.forgetEnrichmentEquivproof · cited by 4
- CategoryTheory.TransportEnrichment.forgetEnrichmentEquiv_counitIsostatement · cited by 0
- CategoryTheory.TransportEnrichment.forgetEnrichmentEquiv_functorstatement · cited by 0
- CategoryTheory.TransportEnrichment.forgetEnrichmentEquiv_unitIsostatement · cited by 0
- CategoryTheory.TransportEnrichment.forgetEnrichmentEquivFunctor_mapstatement and proof · cited by 0
- CategoryTheory.TransportEnrichment.forgetEnrichmentEquivFunctor_objstatement and proof · cited by 0