Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Equivalence.toAdjunction

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

The adjunction given by an equivalence of categories. (To obtain the opposite adjunction, simply use e.symm.toAdjunction.)

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
60 results in Mathlib
Foundations
Depth 28 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.

CategoryTheory.Equivalence.IsMonoidal · cited by 40Equivalence.IsMonoidalCategoryTheory.IsFiltered.of_equivalence · cited by 15IsFiltered.of_equivalenceCategoryTheory.Equivalence.symmEquivInverse · cited by 10Equivalence.symmEquivInve…CategoryTheory.IsCofiltered.of_equivalence · cited by 10IsCofiltered.of_equivalen…CategoryTheory.Limits.IsColimit.whiskerEquivalence · cited by 9IsColimit.whiskerEquivale…CategoryTheory.ShiftedHom.opEquiv · cited by 9ShiftedHom.opEquivCategoryTheory.Pretriangulated.opShiftFunctorEquivalenceSymmHomEquiv · cited by 6Pretriangulated.opShiftFu…CategoryTheory.Equivalence.CommShift · cited by 6Equivalence.CommShiftCategoryTheory.Limits.IsLimit.ofConeEquiv · cited by 5IsLimit.ofConeEquivCategoryTheory.Equivalence.symmEquivFunctor · cited by 5Equivalence.symmEquivFunc…CategoryTheory.Limits.IsColimit.ofWhiskerEquivalence · cited by 4IsColimit.ofWhiskerEquiva…CategoryTheory.Functor.IsDenseSubsite.sheafifyHomEquivOfIsEquivalence · cited by 4IsDenseSubsite.sheafifyHo…CategoryTheory.Limits.IsColimit.ofCoconeEquiv · cited by 3IsColimit.ofCoconeEquivCategoryTheory.Equivalence.functor_map_ε_inverse_comp_counitIso_hom_app · cited by 3Equivalence.functor_map_ε…CategoryTheory.Limits.IsLimit.ofWhiskerEquivalence · cited by 2IsLimit.ofWhiskerEquivale…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Equivalence.inverse · cited by 1130Equivalence.inverseCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Equivalence.unit · cited by 62Equivalence.unitCategoryTheory.Equivalence.counit · cited by 52Equivalence.counitEquivalence.toAdjunctionCITED BYCITES

Cites7

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

Cited by101

Results whose statement or proof uses this declaration.