Documentation

Mathlib.CategoryTheory.Monoidal.Braided.Reflection

Day's reflection theorem #

Let D be a symmetric monoidal closed category and let C be a reflective subcategory. Day's reflection theorem proves the equivalence of four conditions, which are all of the form that a map obtained by acting on the unit of the reflective adjunction, with the internal hom and tensor functors, is an isomorphism.

Suppose that C is itself monoidal and that the reflector is a monoidal functor. Then we can apply Day's reflection theorem to prove that C is also closed monoidal.

References #

theorem CategoryTheory.Monoidal.Reflective.isIso_tfae {C : Type u_1} {D : Type u_2} [CategoryTheory.Category.{u_4, u_1} C] [CategoryTheory.Category.{u_3, u_2} D] [CategoryTheory.MonoidalCategory D] [CategoryTheory.SymmetricCategory D] [CategoryTheory.MonoidalClosed D] {R : CategoryTheory.Functor C D} [R.Faithful] [R.Full] {L : CategoryTheory.Functor D C} (adj : L R) :
[∀ (c : C) (d : D), CategoryTheory.IsIso (adj.unit.app ((CategoryTheory.ihom d).obj (R.obj c))), ∀ (c : C) (d : D), CategoryTheory.IsIso ((CategoryTheory.MonoidalClosed.pre (adj.unit.app d)).app (R.obj c)), ∀ (d d' : D), CategoryTheory.IsIso (L.map (CategoryTheory.MonoidalCategory.whiskerRight (adj.unit.app d) d')), ∀ (d d' : D), CategoryTheory.IsIso (L.map (CategoryTheory.MonoidalCategory.tensorHom (adj.unit.app d) (adj.unit.app d')))].TFAE

Day's reflection theorem.

Let D be a symmetric monoidal closed category and let C be a reflective subcategory. Denote by R : C ⥤ D the inclusion functor and by L : D ⥤ C the reflector. Let u denote the unit of the adjunction L ⊣ R. Denote the internal hom by [-,-]. The following are equivalent:

  1. u : [d, Rc] ⟶ RL[d, Rc] is an isomorphism,
  2. [u, 𝟙] : [RLd, Rc] ⟶ [d, Rc] is an isomorphism,
  3. L(u ▷ d') : L(d ⊗ d') ⟶ L(RLd ⊗ d') is an isomorphism,
  4. L(u ⊗ u) : L(d ⊗ d') ⟶ L(RLd ⊗ RLd') is an isomorphism,

where c, d, d' are arbitrary objects of C/D, quantified over separately in each condition.

Auxiliary definition for monoidalClosed.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Given a reflective functor R : C ⥤ D with a monoidal left adjoint, such that D is symmetric monoidal closed, then C is monoidal closed.

    Equations
    Instances For