Skip to content

Commit f1ac36d

Browse files
committed
chore(CategoryTheory/EqToHom): golf entire heq_comp using grind (leanprover-community#27858)
1 parent 5f223b8 commit f1ac36d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/CategoryTheory/EqToHom.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ theorem heq_comp {C} [Category C] {X Y Z X' Y' Z' : C}
114114
(eq1 : X = X') (eq2 : Y = Y') (eq3 : Z = Z')
115115
(H1 : f ≍ f') (H2 : g ≍ g') :
116116
f ≫ g ≍ f' ≫ g' := by
117-
cases eq1; cases eq2; cases eq3; cases H1; cases H2; rfl
117+
grind
118118

119119
variable {β : Sort*}
120120

0 commit comments

Comments
 (0)