diff --git a/Mathlib/CategoryTheory/Limits/IsLimit.lean b/Mathlib/CategoryTheory/Limits/IsLimit.lean index b83e1f9cc4042e..7cc8819f0c18e2 100644 --- a/Mathlib/CategoryTheory/Limits/IsLimit.lean +++ b/Mathlib/CategoryTheory/Limits/IsLimit.lean @@ -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) : diff --git a/Mathlib/CategoryTheory/Limits/Shapes/IsTerminal.lean b/Mathlib/CategoryTheory/Limits/Shapes/IsTerminal.lean index a90d47c2ce42fa..34baaa89503d52 100644 --- a/Mathlib/CategoryTheory/Limits/Shapes/IsTerminal.lean +++ b/Mathlib/CategoryTheory/Limits/Shapes/IsTerminal.lean @@ -37,8 +37,6 @@ 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) := @@ -46,8 +44,6 @@ def asEmptyCone (X : C) : Cone (Functor.empty.{0} C) := π := { 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) :=