We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
erw
ι_gluedIso_hom
1 parent 9a65ee0 commit b32362eCopy full SHA for b32362e
Mathlib/CategoryTheory/GlueData.lean
@@ -298,11 +298,8 @@ def gluedIso : F.obj D.glued ≅ (D.mapGlueData F).glued :=
298
299
@[reassoc (attr := simp)]
300
theorem ι_gluedIso_hom (i : D.J) : F.map (D.ι i) ≫ (D.gluedIso F).hom = (D.mapGlueData F).ι i := by
301
- haveI : HasColimit (MultispanIndex.multispan (diagram (mapGlueData D F))) := inferInstance
302
erw [ι_preservesColimitIso_hom_assoc]
303
- rw [HasColimit.isoOfNatIso_ι_hom]
304
- erw [Category.id_comp]
305
- rfl
+ simp [GlueData.ι]
306
307
308
theorem ι_gluedIso_inv (i : D.J) : (D.mapGlueData F).ι i ≫ (D.gluedIso F).inv = F.map (D.ι i) := by
0 commit comments