Skip to content

Commit 1b22f5e

Browse files
eupruningaetanserre
authored andcommitted
chore(CategoryTheory/Limits): remove use of erw in colimitCoconeOfUnique (#27612)
1 parent 1b3b670 commit 1b22f5e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mathlib/CategoryTheory/Limits/Shapes/Products.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,7 @@ def colimitCoconeOfUnique [Unique β] (f : β → C) : ColimitCocone (Discrete.f
773773
apply Category.id_comp
774774
uniq := fun s m w => by
775775
specialize w default
776-
erw [Category.id_comp] at w
777-
exact w }
776+
simp_all }
778777

779778
instance (priority := 100) hasCoproduct_unique [Nonempty β] [Subsingleton β] (f : β → C) :
780779
HasCoproduct f :=

0 commit comments

Comments
 (0)