Theorems · Definition · category theory
CategoryTheory.Limits.IsColimit.underPost
{J : Type u_1} →
{C : Type u_2} →
[inst : CategoryTheory.Category.{v_1, u_1} J] →
[inst_1 : CategoryTheory.Category.{v_2, u_2} C] →
{D : CategoryTheory.Functor J C} →
{c : CategoryTheory.Limits.Cocone D} →
CategoryTheory.Limits.IsColimit c →
(j : J) → [(CategoryTheory.Under.forget j).Final] → CategoryTheory.Limits.IsColimit (c.underPost j)If Over j ⥤ J is final, restricting a colimit cocone to the diagram below j,
preserves the limit.
- Defined in
- Mathlib.CategoryTheory.Limits.Final
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.Iso.invproof · cited by 6,514
- Equiv.symmproof · cited by 3,681
- CategoryTheory.Limits.Cocone.ptproof · cited by 1,354
- CategoryTheory.Limits.IsColimitstatement and proof · cited by 773
- CategoryTheory.Limits.Coconestatement and proof · cited by 746
Cited by1
Results whose statement or proof uses this declaration.