Skip to content

Commit 9878970

Browse files
committed
chore(CategoryTheory/Limits): remove use of erw in colimit.ι_post (#32490)
1 parent 97b7e47 commit 9878970

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Mathlib/CategoryTheory/Limits/HasLimits.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,8 +948,7 @@ def colimit.post : colimit (F ⋙ G) ⟶ G.obj (colimit F) :=
948948
@[reassoc (attr := simp)]
949949
theorem colimit.ι_post (j : J) :
950950
colimit.ι (F ⋙ G) j ≫ colimit.post F G = G.map (colimit.ι F j) := by
951-
erw [IsColimit.fac]
952-
rfl
951+
simp [colimit.post]
953952

954953
@[simp]
955954
theorem colimit.post_desc (c : Cocone F) :

0 commit comments

Comments
 (0)