Skip to content

Commit de3a9cf

Browse files
committed
wip
1 parent c8f900c commit de3a9cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/CategoryTheory/Limits/Weighted/HasWeightedLimit.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ noncomputable def isLimitWeightedLimCone :
177177
(W.weightedLimCone F).IsLimit :=
178178
limit.isLimit _
179179

180-
@[reassoc (attr := simp)]
180+
@[reassoc, simp] -- `simp` can prove the `reassoc` version
181181
lemma isLimitWeightedLimCone_fac {Z} (π) (hπ) ⦃j : J⦄ (x : W.obj j) :
182182
(W.isLimitWeightedLimCone F).lift (Z := Z) π hπ ≫ W.weightedLimObjObjπ F x = π x :=
183183
(W.isLimitWeightedLimCone F).fac ..

0 commit comments

Comments
 (0)