Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Equivalence.congrFullSubcategory

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u'} →
      [inst_1 : CategoryTheory.Category.{v', u'} D] →
        {P : CategoryTheory.ObjectProperty C} →
          {Q : CategoryTheory.ObjectProperty D} →
            (e : C ≌ D) →
              [Q.IsClosedUnderIsomorphisms] → Q.inverseImage e.functor = P → (P.FullSubcategory ≌ Q.FullSubcategory)

The equivalence of categories between two fullsubcategories P and Q of categories C and D that is induced by an equivalence e : C ≌ D when Q.inverseImage e.functor = P and Q respects isomorphisms.

Defined in
Mathlib.CategoryTheory.ObjectProperty.Equivalence
Cited by
4 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.ObjectProperty.IsClosedUnderIsomorphisms

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Equivalence.congrFullSubcategory_counitIso · cited by 0Equivalence.congrFullSubc…CategoryTheory.Equivalence.congrFullSubcategory_functor · cited by 0Equivalence.congrFullSubc…CategoryTheory.Equivalence.congrFullSubcategory_inverse · cited by 0Equivalence.congrFullSubc…CategoryTheory.Equivalence.congrFullSubcategory_unitIso · cited by 0Equivalence.congrFullSubc…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Equivalence.inverse · cited by 1130Equivalence.inverseCategoryTheory.ObjectProperty · cited by 798CategoryTheory.ObjectProp…CategoryTheory.ObjectProperty.FullSubcategory · cited by 726ObjectProperty.FullSubcat…CategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Equivalence.unitIso · cited by 536Equivalence.unitIsoCategoryTheory.Equivalence.counitIso · cited by 480Equivalence.counitIsoCategoryTheory.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.ObjectProperty.ι · cited by 95ObjectProperty.ιCategoryTheory.ObjectProperty.IsClosedUnderIsomorphisms · cited by 68ObjectProperty.IsClosedUn…CategoryTheory.ObjectProperty.lift · cited by 33ObjectProperty.liftCategoryTheory.ObjectProperty.inverseImage · cited by 19ObjectProperty.inverseIma…CategoryTheory.Functor.FullyFaithful.preimageIso · cited by 10FullyFaithful.preimageIsoEquivalence.congrFullSubcateg…CITED BYCITES

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.