Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.ConcreteCategory.congr_hom

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {FC : C → C → Type u_1} {CC : C → Type w}
  [inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] [inst_2 : CategoryTheory.ConcreteCategory C FC] {X Y : C}
  {f g : X ⟶ Y},
  f = g →
    ∀ (x : CategoryTheory.ToType X),
      (CategoryTheory.ConcreteCategory.hom f) x = (CategoryTheory.ConcreteCategory.hom g) x

Analogue of congr_fun h x, when h : f = g is an equality between morphisms in a concrete category.

Defined in
Mathlib.CategoryTheory.ConcreteCategory.Basic
Cited by
138 results in Mathlib
Foundations
Depth 5 from the axioms, rests on 15 definitions · uses no axioms
Assumes
CategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategory

Around this declaration

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

CategoryTheory.types_congr_hom · cited by 149CategoryTheory.types_cong…CategoryTheory.isSheaf_iff_isSheaf_of_type · cited by 30CategoryTheory.isSheaf_if…CategoryTheory.Limits.Types.jointly_surjective_of_isColimit · cited by 27Types.jointly_surjective_…CategoryTheory.Limits.Types.pi_lift_π_apply · cited by 9Types.pi_lift_π_applyCategoryTheory.Limits.Types.FilteredColimit.isColimit_eq_iff · cited by 9FilteredColimit.isColimit…CategoryTheory.ofHom_epi_iff_surjective · cited by 5CategoryTheory.ofHom_epi_…TopCat.pullbackIsoProdSubtype_inv_fst_apply · cited by 5TopCat.pullbackIsoProdSub…TopCat.pullbackIsoProdSubtype_inv_snd_apply · cited by 5TopCat.pullbackIsoProdSub…CategoryTheory.Limits.Types.isPullback_iff · cited by 4Types.isPullback_iffCategoryTheory.Functor.IsCoverDense.Types.naturality_apply · cited by 4Types.naturality_applyTopCat.GlueData.ι_eq_iff_rel · cited by 4GlueData.ι_eq_iff_relCategoryTheory.Presieve.isSheafFor_iso · cited by 3Presieve.isSheafFor_isoCategoryTheory.CardinalDirectedPoset.isCardinalPresentable_iff · cited by 3CardinalDirectedPoset.isC…PresheafOfModules.ModuleColimit.map_apply · cited by 3ModuleColimit.map_applyCategoryTheory.PreGaloisCategory.comp_autMap_apply · cited by 2PreGaloisCategory.comp_au…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homFunLike · cited by 2560FunLikeCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.ToType · cited by 219CategoryTheory.ToTypeConcreteCategory.congr_homCITED BYCITES

Cites7

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

Cited by138

Results whose statement or proof uses this declaration.