Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Functor.hext

∀ {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},
  (∀ (X : C), F.obj X = G.obj X) → (∀ (X Y : C) (f : X ⟶ Y), F.map f ≍ G.map f) → F = G

Proving equality between functors using heterogeneous equality.

Defined in
Mathlib.CategoryTheory.EqToHom
Cited by
15 results in Mathlib
Foundations
Depth 14 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.FinitaryExtensive.vanKampen · cited by 5FinitaryExtensive.vanKamp…CategoryTheory.Quotient.lift_unique · cited by 3Quotient.lift_uniqueCategoryTheory.BinaryCofan.isVanKampen_iff · cited by 2BinaryCofan.isVanKampen_i…CategoryTheory.isUniversalColimit_extendCofan · cited by 2CategoryTheory.isUniversa…CategoryTheory.FinitaryExtensive.isVanKampen_finiteCoproducts_Fin · cited by 1FinitaryExtensive.isVanKa…CategoryTheory.mono_of_cofan_isVanKampen · cited by 1CategoryTheory.mono_of_co…CategoryTheory.IsInitial.isVanKampenColimit · cited by 1IsInitial.isVanKampenColi…CategoryTheory.isVanKampenColimit_extendCofan · cited by 1CategoryTheory.isVanKampe…CategoryTheory.isPullback_initial_to_of_cofan_isVanKampen · cited by 1CategoryTheory.isPullback…CategoryTheory.FinitaryPreExtensive.isUniversal_finiteCoproducts_Fin · cited by 1FinitaryPreExtensive.isUn…CategoryTheory.Functor.postcomp_map_heq' · cited by 0Functor.postcomp_map_heq'CategoryTheory.Functor.map_comp_heq' · cited by 0Functor.map_comp_heq'CategoryTheory.finitaryExtensive_of_reflective · cited by 0CategoryTheory.finitaryEx…CategoryTheory.Subgroupoid.inclusion_refl · cited by 0Subgroupoid.inclusion_reflCategoryTheory.FinitaryPreExtensive.hasPullbacks_of_is_coproduct · cited by 0FinitaryPreExtensive.hasP…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Functor.ext · cited by 31Functor.extCategoryTheory.conj_eqToHom_iff_heq · cited by 5CategoryTheory.conj_eqToH…Functor.hextCITED BYCITES

Cites7

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

Cited by15

Results whose statement or proof uses this declaration.