Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Equivalence.congrRight

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {E : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
            (C ≌ D) → (CategoryTheory.Functor E C ≌ CategoryTheory.Functor E D)

If C is equivalent to D, then E ⥤ C is equivalent to E ⥤ D.

Defined in
Mathlib.CategoryTheory.Equivalence
Cited by
14 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.prod.functorProdToProdFunctorAssociator · cited by 2prod.functorProdToProdFun…CategoryTheory.Equivalence.congrRightFunctor · cited by 2Equivalence.congrRightFun…CategoryTheory.prod.prodFunctorToFunctorProdAssociator · cited by 2prod.prodFunctorToFunctor…CategoryTheory.Idempotents.karoubiUniversal · cited by 1Idempotents.karoubiUniver…CategoryTheory.Idempotents.karoubiUniversal₂ · cited by 1Idempotents.karoubiUniver…CategoryTheory.HasExactColimitsOfShape.of_codomain_equivalence · cited by 1HasExactColimitsOfShape.o…CategoryTheory.Equivalence.congrRight_inverse · cited by 0Equivalence.congrRight_in…CategoryTheory.Equivalence.congrRight_unitIso_hom_app · cited by 0Equivalence.congrRight_un…CategoryTheory.HasExactLimitsOfShape.of_codomain_equivalence · cited by 0HasExactLimitsOfShape.of_…CategoryTheory.Equivalence.congrRight_unitIso_inv_app · cited by 0Equivalence.congrRight_un…CategoryTheory.prod.functorProdToProdFunctorAssociator_hom_app · cited by 0prod.functorProdToProdFun…CategoryTheory.prod.functorProdToProdFunctorAssociator_inv_app · cited by 0prod.functorProdToProdFun…CategoryTheory.Equivalence.congrRightFunctor_map · cited by 0Equivalence.congrRightFun…CategoryTheory.Equivalence.congrRightFunctor_obj · cited by 0Equivalence.congrRightFun…CategoryTheory.Equivalence.congrRight_counitIso_hom_app · cited by 0Equivalence.congrRight_co…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Equivalence.inverse · cited by 1130Equivalence.inverseCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Equivalence.unitIso · cited by 536Equivalence.unitIsoCategoryTheory.Equivalence.counitIso · cited by 480Equivalence.counitIsoCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.Functor.whiskeringRight · cited by 221Functor.whiskeringRightCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.Functor.rightUnitor · cited by 149Functor.rightUnitorEquivalence.congrRightCITED BYCITES

Cites15

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

Cited by19

Results whose statement or proof uses this declaration.