Skip to content

Commit 0731a38

Browse files
committed
chore(CategoryTheory/Limits/ColimitLimit): remove an erw (#38518)
- adds `← comp_evaluation G k` to the simplification step, so `limitObjIsoLimitCompEvaluation_hom_π_assoc` no longer needs `erw` Extracted from #38415 [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)
1 parent a127c3e commit 0731a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/CategoryTheory/Limits/ColimitLimit.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ noncomputable def colimitLimitToLimitColimitCone (G : J ⥤ K ⥤ C) [HasLimit G
111111
ι_colimitLimitToLimitColimit_π_assoc, curry_obj_obj_obj, Prod.swap_obj,
112112
uncurry_obj_obj, ι_colimMap, currying_unitIso_inv_app_app_app, Category.id_comp,
113113
limMap_π_assoc, Functor.flip_obj_obj, flipIsoCurrySwapUncurry_hom_app_app]
114-
erw [limitObjIsoLimitCompEvaluation_hom_π_assoc]
114+
simp only [← comp_evaluation G k, limitObjIsoLimitCompEvaluation_hom_π_assoc]
115115

116116
end CategoryTheory.Limits

0 commit comments

Comments
 (0)