@@ -60,7 +60,7 @@ noncomputable def CommSq.isColimitEquivIsColimitCokernelCofork (sq : CommSq f g
6060 (fun s ↦ PushoutCocone.IsColimit.desc h
6161 (biprod.inl ≫ s.π) (biprod.inr ≫ s.π) (by
6262 rw [← sub_eq_zero, ← assoc, ← assoc, ← Preadditive.sub_comp]
63- convert s.condition <;> aesop_cat ))
63+ convert s.condition <;> cat_disch ))
6464 (fun s ↦ by
6565 dsimp
6666 ext
@@ -96,7 +96,7 @@ noncomputable def CommSq.isColimitEquivIsColimitCokernelCofork (sq : CommSq f g
9696 apply Cofork.IsColimit.hom_ext h
9797 convert (h.fac (CokernelCofork.ofπ (biprod.desc s.inl s.inr)
9898 (by simp [s.condition])) .one).symm
99- aesop_cat )
99+ cat_disch )
100100 left_inv _ := Subsingleton.elim _ _
101101 right_inv _ := Subsingleton.elim _ _
102102
@@ -139,7 +139,7 @@ noncomputable def CommSq.isLimitEquivIsLimitKernelFork (sq : CommSq fst snd f g)
139139 (fun s ↦ PullbackCone.IsLimit.lift h
140140 (s.ι ≫ biprod.fst) (s.ι ≫ biprod.snd) (by
141141 rw [← sub_eq_zero, assoc, assoc, ← Preadditive.comp_sub]
142- convert s.condition <;> aesop_cat ))
142+ convert s.condition <;> cat_disch ))
143143 (fun s ↦ by
144144 dsimp
145145 ext
@@ -173,7 +173,7 @@ noncomputable def CommSq.isLimitEquivIsLimitKernelFork (sq : CommSq fst snd f g)
173173 apply Fork.IsLimit.hom_ext h
174174 convert (h.fac (KernelFork.ofι (biprod.lift s.fst s.snd)
175175 (by simp [s.condition])) .zero).symm
176- aesop_cat )
176+ cat_disch )
177177 left_inv _ := Subsingleton.elim _ _
178178 right_inv _ := Subsingleton.elim _ _
179179
0 commit comments