Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.eqToHom_map

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  (F : CategoryTheory.Functor C D) {X Y : C} (p : X = Y), F.map (CategoryTheory.eqToHom p) = CategoryTheory.eqToHom ⋯

This is not always a good idea as a @[simp] lemma, as we lose the ability to use results that interact with F, e.g. the naturality of a natural transformation. In some files it may be appropriate to use attribute [local simp] eqToHom_map, however.

Defined in
Mathlib.CategoryTheory.EqToHom
Cited by
29 results in Mathlib
Foundations
Depth 6 from the axioms · uses propext
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.compatiblePreservingOfFlat · cited by 3CategoryTheory.compatible…CategoryTheory.shiftFunctorAdd'_add_zero · cited by 3CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorAdd'_assoc · cited by 3CategoryTheory.shiftFunct…AlgebraicGeometry.StructureSheaf.comap_id · cited by 2StructureSheaf.comap_idCochainComplex.ι_mapBifunctorShift₁Iso_hom_f · cited by 2CochainComplex.ι_mapBifun…CochainComplex.ι_mapBifunctorShift₂Iso_hom_f · cited by 2CochainComplex.ι_mapBifun…CategoryTheory.pullbackShiftFunctorZero_inv_app · cited by 2CategoryTheory.pullbackSh…CategoryTheory.shiftFunctorAdd'_zero_add · cited by 2CategoryTheory.shiftFunct…AlgebraicGeometry.Scheme.Hom.toNormalization_app_preimage · cited by 2Hom.toNormalization_app_p…CategoryTheory.Limits.Sigma.ι_reindex_hom · cited by 2Sigma.ι_reindex_homAlgebraicGeometry.PresheafedSpace.GlueData.opensImagePreimageMap_app' · cited by 2GlueData.opensImagePreima…AlgebraicGeometry.Scheme.IsLocallyDirected.ι_jointly_surjective · cited by 1IsLocallyDirected.ι_joint…AlgebraicGeometry.PresheafedSpace.GlueData.snd_invApp_t_app · cited by 1GlueData.snd_invApp_t_appAlgebraicGeometry.IsOpenImmersion.app_eq_appIso_inv_app_of_comp_eq · cited by 1IsOpenImmersion.app_eq_ap…CategoryTheory.pullbackShiftFunctorAdd'_inv_app · cited by 1CategoryTheory.pullbackSh…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.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.eqToHom · cited by 860CategoryTheory.eqToHomCategoryTheory.Functor.map_id · cited by 616Functor.map_idCategoryTheory.eqToHom_mapCITED BYCITES

Cites8

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

Cited by29

Results whose statement or proof uses this declaration.