Theorems · Theorem · category theory
CategoryTheory.Monoidal.Reflective.isIso_tfae
∀ {C : Type u_1} {D : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} C]
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] [inst_2 : CategoryTheory.MonoidalCategory D]
[CategoryTheory.SymmetricCategory D] [inst_4 : 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 (d ⟹ 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.MonoidalCategoryStruct.whiskerRight (adj.unit.app d) d')),
∀ (d d' : D),
CategoryTheory.IsIso
(L.map (CategoryTheory.MonoidalCategoryStruct.tensorHom (adj.unit.app d) (adj.unit.app d')))].TFAEDay'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.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites89
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.