We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
erw
Fan.IsLimit.op
1 parent cbb725e commit 634bcf4Copy full SHA for 634bcf4
Mathlib/CategoryTheory/Limits/Shapes/Opposites/Products.lean
@@ -216,9 +216,7 @@ noncomputable def Fan.IsLimit.op {f : Fan Z} (hf : IsLimit f) : IsColimit f.op :
216
refine IsColimit.ofIsoColimit ((IsColimit.precomposeHomEquiv e _).2
217
(IsColimit.whiskerEquivalence hf.op (Discrete.opposite α).symm))
218
(Cocones.ext (Iso.refl _) (fun ⟨a⟩ ↦ ?_))
219
- dsimp
220
- erw [Category.id_comp, Category.comp_id]
221
- rfl
+ simp [e, Fan.proj]
222
223
/--
224
The canonical isomorphism from the opposite of an abstract product to the corresponding coproduct
0 commit comments