Theorems · Definition · category theory
CategoryTheory.exponentialIdealReflective
{C : Type u₁} →
{D : Type u₂} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.Category.{v₁, u₂} D] →
(i : CategoryTheory.Functor D C) →
[inst_2 : CategoryTheory.CartesianMonoidalCategory C] →
[inst_3 : CategoryTheory.MonoidalClosed C] →
(A : C) →
[inst_4 : CategoryTheory.Reflective i] →
[CategoryTheory.ExponentialIdeal i] →
i.comp ((CategoryTheory.ihom A).comp ((CategoryTheory.reflector i).comp i)) ≅
i.comp (CategoryTheory.ihom A)If D is a reflective subcategory, the property of being an exponential ideal is equivalent to
the presence of a natural isomorphism i ⋙ exp A ⋙ leftAdjoint i ⋙ i ≅ i ⋙ exp A, that is:
(A ⟹ iB) ≅ i L (A ⟹ iB), naturally in B.
The converse is given in ExponentialIdeal.mk_of_iso.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.Functor.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.CartesianMonoidalCategorystatement and proof · cited by 947
- CategoryTheory.Adjunction.unitproof · cited by 387
- CategoryTheory.ihomstatement and proof · cited by 179
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
- CategoryTheory.asIsoproof · cited by 177
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.