Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Mathlib/CategoryTheory/Limits/IsLimit.lean
Original file line number Diff line number Diff line change
Expand Up @@ -350,15 +350,11 @@ def conePointsIsoOfNatIso {F G : J ⥤ C} {s : Cone F} {t : Cone G} (P : IsLimit
attribute [to_dual existing coconePointsIsoOfNatIso_inv] conePointsIsoOfNatIso_hom
attribute [to_dual existing coconePointsIsoOfNatIso_hom] conePointsIsoOfNatIso_inv

#adaptation_note
/-- `respectTransparency.types true` changes the auto-generated lemmas' signature -/
@[to_dual (attr := reassoc) comp_coconePointsIsoOfNatIso_inv]
theorem conePointsIsoOfNatIso_hom_comp {F G : J ⥤ C} {s : Cone F} {t : Cone G} (P : IsLimit s)
(Q : IsLimit t) (w : F ≅ G) (j : J) :
(conePointsIsoOfNatIso P Q w).hom ≫ t.π.app j = s.π.app j ≫ w.hom.app j := by simp

#adaptation_note
/-- `respectTransparency.types true` changes the auto-generated lemmas' signature -/
@[to_dual (attr := reassoc) comp_coconePointsIsoOfNatIso_hom]
theorem conePointsIsoOfNatIso_inv_comp {F G : J ⥤ C} {s : Cone F} {t : Cone G} (P : IsLimit s)
(Q : IsLimit t) (w : F ≅ G) (j : J) :
Expand Down
4 changes: 0 additions & 4 deletions Mathlib/CategoryTheory/Limits/Shapes/IsTerminal.lean
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,13 @@ namespace CategoryTheory.Limits

variable {C : Type u₁} [Category.{v₁} C]

#adaptation_note
/-- `respectTransparency.types true` changes the auto-generated lemmas' signature -/
/-- Construct a cone for the empty diagram given an object. -/
@[simps, implicit_reducible]
def asEmptyCone (X : C) : Cone (Functor.empty.{0} C) :=
{ pt := X
π :=
{ app := by cat_disch } }

#adaptation_note
/-- `respectTransparency.types true` changes the auto-generated lemmas' signature -/
/-- Construct a cocone for the empty diagram given an object. -/
@[implicit_reducible, simps]
def asEmptyCocone (X : C) : Cocone (Functor.empty.{0} C) :=
Expand Down
Loading