Theorems · Definition · category theory
CategoryTheory.Functor.PullbackObjObj.ofIsTerminal
{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₃] →
(G : CategoryTheory.Functor C₁ᵒᵖ (CategoryTheory.Functor C₃ C₂)) →
{X₁ Y₁ : C₁} →
(f₁ : X₁ ⟶ Y₁) →
{X₃ Y₃ : C₃} →
(f₃ : X₃ ⟶ Y₃) →
[CategoryTheory.Limits.PreservesLimitsOfShape (CategoryTheory.Discrete PEmpty.{1})
(G.obj (Opposite.op X₁))] →
[CategoryTheory.Limits.PreservesLimitsOfShape (CategoryTheory.Discrete PEmpty.{1})
(G.obj (Opposite.op Y₁))] →
CategoryTheory.Limits.IsTerminal Y₃ → G.PullbackObjObj f₁ f₃A Functor.PullbackObjObj structure for a functor G : C₁ᵒᵖ ⥤ C₃ ⥤ C₂ and
morphisms f₁ : X₁ ⟶ Y₁ and f₃ : X₃ ⟶ Y₃ when Y₃ is terminal and both
G.obj X₁ and G.obj Y₁ preserve the terminal object.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Discretestatement and proof · cited by 2,447
- Quiver.Hom.opproof · cited by 1,948
- CategoryTheory.Limits.IsTerminal.fromproof · cited by 160
- CategoryTheory.Limits.PreservesLimitsOfShapestatement and proof · cited by 156
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.PullbackObjObj.ofIsTerminal_fststatement and proof · cited by 0
- CategoryTheory.Functor.PullbackObjObj.ofIsTerminal_ptstatement and proof · cited by 0
- CategoryTheory.Functor.PullbackObjObj.ofIsTerminal_sndstatement and proof · cited by 0
- CategoryTheory.Functor.PullbackObjObj.ofIsTerminal_πstatement and proof · cited by 0