Theorems · Definition · category theory
CategoryTheory.Equivalence.monoidalOfPrecompFunctor
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.MonoidalCategory C] →
{D : Type u₂} →
[inst_2 : CategoryTheory.Category.{v₂, u₂} D] →
[inst_3 : CategoryTheory.MonoidalCategory D] →
{E : Type u₃} →
[inst_4 : CategoryTheory.Category.{v₃, u₃} E] →
[inst_5 : CategoryTheory.MonoidalCategory E] →
(e : C ≌ D) →
(F : CategoryTheory.Functor D E) →
{F' : CategoryTheory.Functor C E} →
(e.functor.comp F ≅ F') → [e.inverse.Monoidal] → [F'.Monoidal] → F.MonoidalGiven a functor F and an equivalence of categories e such that e.inverse and e.functor ⋙ F
are monoidal functors, F is monoidal as well.
- Defined in
- Mathlib.CategoryTheory.Monoidal.Functor
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.Equivalence.functorstatement and proof · cited by 1,268
- CategoryTheory.Equivalence.inversestatement and proof · cited by 1,130
- CategoryTheory.Equivalencestatement and proof · cited by 601
- CategoryTheory.Functor.Monoidalstatement and proof · cited by 288
- CategoryTheory.Equivalence.invFunIdAssocproof · cited by 31
- CategoryTheory.Functor.Monoidal.transportproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Equivalence.monoidalOfPrecompInverseproof · cited by 0