Theorems · Theorem · category theory
CategoryTheory.ExponentiableMorphism.ev_naturality_assoc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {I J : C} (f : I ⟶ J)
[inst_1 : CategoryTheory.ChosenPullbacksAlong f] [inst_2 : CategoryTheory.ExponentiableMorphism f]
{X Y : CategoryTheory.Over I} (g : X ⟶ Y) {Z : CategoryTheory.Over I} (h : Y ⟶ Z),
CategoryTheory.CategoryStruct.comp
((CategoryTheory.ChosenPullbacksAlong.pullback f).map
((CategoryTheory.ExponentiableMorphism.pushforward f).map g))
(CategoryTheory.CategoryStruct.comp ((CategoryTheory.ExponentiableMorphism.ev f).app Y) h) =
CategoryTheory.CategoryStruct.comp ((CategoryTheory.ExponentiableMorphism.ev f).app X)
(CategoryTheory.CategoryStruct.comp g h)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.Overstatement and proof · cited by 935
- CategoryTheory.ChosenPullbacksAlongstatement and proof · cited by 73
- CategoryTheory.ChosenPullbacksAlong.pullbackstatement and proof · cited by 62
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.