We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
erw
CategoryTheory.Limits.VanKampen
1 parent c0dd18f commit e721e52Copy full SHA for e721e52
1 file changed
Mathlib/CategoryTheory/Limits/VanKampen.lean
@@ -323,10 +323,7 @@ theorem IsUniversalColimit.map_reflective
323
ι := { app := fun j ↦ pullback.lift (Gr.map <| c'.ι.app j) (Gr.map (α'.app j) ≫ c.ι.app j) ?_
324
naturality := ?_ } }
325
· rw [← Gr.map_comp, ← hc'']
326
- erw [← adj.unit_naturality]
327
- rw [Gl.map_comp, hα'']
328
- dsimp
329
- simp only [Category.assoc, Functor.map_comp, adj.right_triangle_components_assoc]
+ exact (congrArg _ (Adjunction.unit_naturality _ _).symm).mpr (by simp_all)
330
· intro i j g
331
dsimp [α']
332
ext
0 commit comments