Theorems · Definition · category theory
CategoryTheory.Functor.PushoutObjObj.ofIsInitialRight
{C₁ : Type u₁} →
{C₂ : Type u₂} →
{C₃ : Type u₃} →
[inst : CategoryTheory.Category.{v₁, u₁} C₁] →
[inst_1 : CategoryTheory.Category.{v₂, u₂} C₂] →
[inst_2 : CategoryTheory.Category.{v₃, u₃} C₃] →
(F : CategoryTheory.Functor C₁ (CategoryTheory.Functor C₂ C₃)) →
{X₁ Y₁ : C₁} →
(f₁ : X₁ ⟶ Y₁) →
{X₂ Y₂ : C₂} →
(f₂ : X₂ ⟶ Y₂) →
[CategoryTheory.Limits.PreservesColimitsOfShape (CategoryTheory.Discrete PEmpty.{1}) (F.obj X₁)] →
[CategoryTheory.Limits.PreservesColimitsOfShape (CategoryTheory.Discrete PEmpty.{1})
(F.obj Y₁)] →
CategoryTheory.Limits.IsInitial X₂ → F.PushoutObjObj f₁ f₂A Functor.PushoutObjObj structure for a functor F : C₁ ⥤ C₂ ⥤ C₃ and
morphisms f₁ : X₁ ⟶ Y₁ and f₂ : X₂ ⟶ Y₂ when X₂ is initial and both
F.obj X₁ and F.obj Y₁ preserve the initial object.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Limits.PreservesColimitsOfShapestatement and proof · cited by 222
- CategoryTheory.Limits.IsInitialstatement and proof · cited by 158
- CategoryTheory.Limits.IsInitial.toproof · cited by 119
- CategoryTheory.Functor.PushoutObjObjstatement · cited by 54
Cited by6
Results whose statement or proof uses this declaration.
- SSet.innerAnodyneExtensions.whiskerRightproof · cited by 0
- SSet.anodyneExtensions.whiskerRightproof · cited by 0
- CategoryTheory.Functor.PushoutObjObj.ofIsInitialRight_inlstatement and proof · cited by 0
- CategoryTheory.Functor.PushoutObjObj.ofIsInitialRight_inrstatement and proof · cited by 0
- CategoryTheory.Functor.PushoutObjObj.ofIsInitialRight_ptstatement and proof · cited by 0
- CategoryTheory.Functor.PushoutObjObj.ofIsInitialRight_ιstatement and proof · cited by 0