Skip to content

Commit 634bcf4

Browse files
committed
chore(CategoryTheory/Limits/Shapes/Opposites): remove use of erw in Fan.IsLimit.op (#32505)
1 parent cbb725e commit 634bcf4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Mathlib/CategoryTheory/Limits/Shapes/Opposites/Products.lean

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,7 @@ noncomputable def Fan.IsLimit.op {f : Fan Z} (hf : IsLimit f) : IsColimit f.op :
216216
refine IsColimit.ofIsoColimit ((IsColimit.precomposeHomEquiv e _).2
217217
(IsColimit.whiskerEquivalence hf.op (Discrete.opposite α).symm))
218218
(Cocones.ext (Iso.refl _) (fun ⟨a⟩ ↦ ?_))
219-
dsimp
220-
erw [Category.id_comp, Category.comp_id]
221-
rfl
219+
simp [e, Fan.proj]
222220

223221
/--
224222
The canonical isomorphism from the opposite of an abstract product to the corresponding coproduct

0 commit comments

Comments
 (0)