Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Functor.ext

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  {F G : CategoryTheory.Functor C D} (h_obj : ∀ (X : C), F.obj X = G.obj X),
  autoParam
      (∀ (X Y : C) (f : X ⟶ Y),
        F.map f =
          CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom ⋯)
            (CategoryTheory.CategoryStruct.comp (G.map f) (CategoryTheory.eqToHom ⋯)))
      CategoryTheory.Functor.ext._auto_1 →
    F = G

Proving equality between functors. This isn't an extensionality lemma, because usually you don't really want to do this.

Defined in
Mathlib.CategoryTheory.EqToHom
Cited by
31 results in Mathlib
Foundations
Depth 13 from the axioms · uses Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.ext_of_iso · cited by 28Functor.ext_of_isoCategoryTheory.Functor.hext · cited by 15Functor.hextCategoryTheory.Paths.ext_functor · cited by 6Paths.ext_functorCategoryTheory.Functor.eq_of_iso · cited by 4Functor.eq_of_isoCategoryTheory.Localization.Construction.fac · cited by 3Construction.facCategoryTheory.Localization.Construction.uniq · cited by 2Construction.uniqCategoryTheory.Functor.curry_obj_uncurry_obj · cited by 2Functor.curry_obj_uncurry…CategoryTheory.Functor.uncurry_obj_curry_obj · cited by 2Functor.uncurry_obj_curry…CategoryTheory.Under.mapComp_eq · cited by 2Under.mapComp_eqCategoryTheory.Paths.lift_unique · cited by 1Paths.lift_uniqueCategoryTheory.Discrete.functor_ext · cited by 1Discrete.functor_extAlgebraicTopology.map_alternatingFaceMapComplex · cited by 1AlgebraicTopology.map_alt…CategoryTheory.Functor.uncurry_obj_curry_obj_flip_flip · cited by 1Functor.uncurry_obj_curry…CategoryTheory.Functor.uncurry_obj_curry_obj_flip_flip' · cited by 1Functor.uncurry_obj_curry…CategoryTheory.Arrow.functor_ext · cited by 1Arrow.functor_extCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Category.comp_id · cited by 2119Category.comp_idCategoryTheory.Category.id_comp · cited by 1998Category.id_compCategoryTheory.eqToHom · cited by 860CategoryTheory.eqToHomFunctor.extCITED BYCITES

Cites10

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

Cited by31

Results whose statement or proof uses this declaration.