Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Equivalence.trans

{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) → (D ≌ E) → (C ≌ E)

Equivalence of categories is transitive.

Defined in
Mathlib.CategoryTheory.Equivalence
Cited by
57 results in Mathlib
Foundations
Depth 29 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.

AugmentedSimplexCategory.equivAugmentedSimplicialObject · cited by 23AugmentedSimplexCategory.…CategoryTheory.Localization.uniq · cited by 17Localization.uniqCategoryTheory.MonoidalOpposite.mopMopEquivalence · cited by 16MonoidalOpposite.mopMopEq…CategoryTheory.ComposableArrows.opEquivalence · cited by 10ComposableArrows.opEquiva…CategoryTheory.prod.prodμ · cited by 8prod.prodμCategoryTheory.Equivalence.rightOp · cited by 8Equivalence.rightOpCategoryTheory.Equivalence.leftOp · cited by 8Equivalence.leftOpCategoryTheory.Limits.Cocone.equivalenceOfReindexing · cited by 7Cocone.equivalenceOfReind…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso · cited by 6Sum.associativityFunctorE…CochainComplex.opEquivalence · cited by 6CochainComplex.opEquivale…CategoryTheory.Limits.Cone.equivalenceOfReindexing · cited by 6Cone.equivalenceOfReindex…CategoryTheory.IsCardinalFiltered.cocone · cited by 5IsCardinalFiltered.coconeCategoryTheory.Limits.reflexiveCoforkEquivCofork · cited by 5Limits.reflexiveCoforkEqu…CategoryTheory.FinCategory.equivAsType · cited by 5FinCategory.equivAsTypeCategoryTheory.ULiftHomULiftCategory.equiv · cited by 5ULiftHomULiftCategory.equ…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.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.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.Functor.rightUnitor · cited by 149Functor.rightUnitorCategoryTheory.Functor.isoWhiskerRight · cited by 147Functor.isoWhiskerRightEquivalence.transCITED BYCITES

Cites13

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

Cited by96

Results whose statement or proof uses this declaration.