Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.inv

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (F : CategoryTheory.Functor C D) → [F.IsEquivalence] → CategoryTheory.Functor D C

A quasi-inverse D ⥤ C to a functor that F : C ⥤ D that is an equivalence, i.e. faithful, full, and essentially surjective.

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

Around this declaration

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

CategoryTheory.Functor.asEquivalence · cited by 58Functor.asEquivalenceCategoryTheory.Functor.IsDenseSubsite.sheafifyOfIsEquivalence · cited by 6IsDenseSubsite.sheafifyOf…CategoryTheory.LocalizerMorphism.inv · cited by 3LocalizerMorphism.invCategoryTheory.Functor.final_comp_equivalence · cited by 1Functor.final_comp_equiva…CategoryTheory.isCardinalPresentable_iff_of_isEquivalence · cited by 1CategoryTheory.isCardinal…CategoryTheory.Adjunction.hasColimit_of_comp_equivalence · cited by 1Adjunction.hasColimit_of_…CategoryTheory.Adjunction.hasLimit_of_comp_equivalence · cited by 1Adjunction.hasLimit_of_co…CategoryTheory.isLeftAdjoint_triangle_lift_comonadic · cited by 1CategoryTheory.isLeftAdjo…CategoryTheory.Functor.inv_fun_map · cited by 1Functor.inv_fun_mapCategoryTheory.Functor.initial_comp_equivalence · cited by 1Functor.initial_comp_equi…CategoryTheory.Functor.fun_inv_map · cited by 1Functor.fun_inv_mapCategoryTheory.isRightAdjoint_triangle_lift_monadic · cited by 1CategoryTheory.isRightAdj…CategoryTheory.Enriched.HasConicalLimit.of_equiv_comp · cited by 1HasConicalLimit.of_equiv_…CategoryTheory.Functor.inv.congr_simp · cited by 0inv.congr_simpHomotopicalAlgebra.locallySmall_of_isLocalization · cited by 0HomotopicalAlgebra.locall…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Functor.IsEquivalence · cited by 111Functor.IsEquivalenceCategoryTheory.Functor.preimage · cited by 55Functor.preimageCategoryTheory.Functor.objObjPreimageIso · cited by 54Functor.objObjPreimageIsoCategoryTheory.Functor.objPreimage · cited by 49Functor.objPreimageFunctor.invCITED BYCITES

Cites10

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

Cited by36

Results whose statement or proof uses this declaration.