Theorems · Theorem · category theory
CategoryTheory.Subobject.map_pullback
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] [inst_1 : CategoryTheory.Limits.HasPullbacks C]
{X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [inst_2 : CategoryTheory.Mono h]
[inst_3 : CategoryTheory.Mono g]
(comm : CategoryTheory.CategoryStruct.comp f h = CategoryTheory.CategoryStruct.comp g k)
(t : CategoryTheory.Limits.IsLimit (CategoryTheory.Limits.PullbackCone.mk f g comm)) (p : CategoryTheory.Subobject Y),
(CategoryTheory.Subobject.map g).obj ((CategoryTheory.Subobject.pullback f).obj p) =
(CategoryTheory.Subobject.pullback k).obj ((CategoryTheory.Subobject.map h).obj p)- Defined in
- Mathlib.CategoryTheory.Subobject.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
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 and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.ObjectProperty.FullSubcategory.objproof · cited by 1,316
- CategoryTheory.Monostatement and proof · cited by 893
- CategoryTheory.Limits.pullbackproof · cited by 864
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
- CategoryTheory.Limits.pullback.fstproof · cited by 639
- CategoryTheory.Limits.pullback.sndproof · cited by 637
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Subobject.inf_pullbackproof · cited by 0