Theorems · Definition · category theory
CategoryTheory.cartesianClosedOfReflective
{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] →
[CategoryTheory.Reflective i] →
[inst_4 : CategoryTheory.MonoidalClosed C] →
[inst_5 : CategoryTheory.CartesianMonoidalCategory D] →
[CategoryTheory.ExponentialIdeal i] → CategoryTheory.MonoidalClosed DIf i witnesses that D is a reflective subcategory and an exponential ideal, then D is
itself Cartesian closed.
Unlike cartesianClosedOfReflective' this construction lifts exponential objects in C to
exponential objects in D by applying the reflector to them, even though they already lie in the
essential image of i; if you need better control over definitional equality, use
cartesianClosedOfReflective' instead.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.ObjectProperty.FullSubcategory.objproof · cited by 1,316
- CategoryTheory.IsIsoproof · cited by 1,156
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.CartesianMonoidalCategorystatement and proof · cited by 947
- CategoryTheory.Adjunction.unitproof · cited by 387
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
- CategoryTheory.asIsoproof · cited by 177
- CategoryTheory.MonoidalClosedstatement and proof · cited by 134
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.