Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Equivalence.changeFunctor

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (e : C ≌ D) → {G : CategoryTheory.Functor C D} → (e.functor ≅ G) → (C ≌ D)

If e : C ≌ D is an equivalence of categories, and iso : e.functor ≅ G is an isomorphism, then there is an equivalence of categories whose functor is G.

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

Around this declaration

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

AlgebraicTopology.DoldKan.Compatibility.equivalence₁ · cited by 5Compatibility.equivalence₁CategoryTheory.Functor.isEquivalence_of_iso · cited by 4Functor.isEquivalence_of_…CategoryTheory.Abelian.DoldKan.equivalence · cited by 2DoldKan.equivalenceCategoryTheory.Equivalence.changeFunctor_counitIso_hom_app · cited by 2Equivalence.changeFunctor…CategoryTheory.Equivalence.changeFunctor_unitIso_hom_app · cited by 2Equivalence.changeFunctor…AlgebraicTopology.DoldKan.Compatibility.equivalence₂UnitIso_eq · cited by 1Compatibility.equivalence…CategoryTheory.Equivalence.changeFunctor_counitIso_inv_app · cited by 0Equivalence.changeFunctor…CategoryTheory.Equivalence.changeFunctor_functor · cited by 0Equivalence.changeFunctor…CategoryTheory.Equivalence.changeFunctor_inverse · cited by 0Equivalence.changeFunctor…CategoryTheory.Equivalence.changeFunctor_refl · cited by 0Equivalence.changeFunctor…CategoryTheory.Equivalence.changeFunctor_trans · cited by 0Equivalence.changeFunctor…CategoryTheory.Equivalence.changeFunctor_unitIso_inv_app · cited by 0Equivalence.changeFunctor…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.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.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.Functor.isoWhiskerRight · cited by 147Functor.isoWhiskerRightEquivalence.changeFunctorCITED BYCITES

Cites12

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

Cited by12

Results whose statement or proof uses this declaration.