Theorems · Theorem · category theory
CategoryTheory.presheafHom_map_app
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {A : Type u'} [inst_1 : CategoryTheory.Category.{v', u'} A]
{F G : CategoryTheory.Functor Cᵒᵖ A} {X Y Z : C} (f : Z ⟶ Y) (g : Y ⟶ X) (h : Z ⟶ X),
CategoryTheory.CategoryStruct.comp f g = h →
∀ (α : (CategoryTheory.presheafHom F G).obj (Opposite.op X)),
((CategoryTheory.ConcreteCategory.hom ((CategoryTheory.presheafHom F G).map g.op)) α).app
(Opposite.op (CategoryTheory.Over.mk f)) =
α.app (Opposite.op (CategoryTheory.Over.mk h))Equational lemma for the presheaf structure on presheafHom.
It is advisable to use this lemma rather than dsimp [presheafHom] which may result
in the need to prove equalities of objects in an Over category.
- Defined in
- Mathlib.CategoryTheory.Sites.SheafHom
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- Opposite.unopstatement · cited by 2,231
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.presheafHom_map_app_op_mk_idproof · cited by 2
- CategoryTheory.PresheafHom.isAmalgamation_iffproof · cited by 1