Theorems · Definition · category theory
CategoryTheory.TransportEnrichment.forgetEnrichmentEquiv
{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.TransportEnrichment F (CategoryTheory.ForgetEnrichment V D) ≌
CategoryTheory.ForgetEnrichment W (CategoryTheory.TransportEnrichment F D))If D is a V-enriched category, then forgetting the enrichment and transporting the resulting
enriched ordinary category along a functor F : V ⥤ W, for which
f ↦ Functor.LaxMonoidal.ε F ≫ F.map f has an inverse, results in a category equivalent to
transporting along F and then forgetting about the resulting W-enrichment.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 53 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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.Functor.compproof · cited by 6,529
- CategoryTheory.Functor.idproof · cited by 3,333
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorUnitstatement and proof · cited by 1,384
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.TransportEnrichment.forgetEnrichmentEquiv_counitIsostatement and proof · cited by 0
- CategoryTheory.TransportEnrichment.forgetEnrichmentEquiv_functorstatement and proof · cited by 0
- CategoryTheory.TransportEnrichment.forgetEnrichmentEquiv_inversestatement and proof · cited by 0
- CategoryTheory.TransportEnrichment.forgetEnrichmentEquiv_unitIsostatement and proof · cited by 0