Skip to content

Commit

Permalink
chore: robustify proof in CategoryTheory.GlueData (#14634)
Browse files Browse the repository at this point in the history
(With leanprover/lean4#4595, `aesop` goes astray here, and this proof is better anyway.)
  • Loading branch information
kim-em committed Jul 11, 2024
1 parent b7d36b6 commit ea58bd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Mathlib/CategoryTheory/GlueData.lean
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,7 @@ def vPullbackConeIsLimitOfMap (i j : D.J) [ReflectsLimit (cospan (D.ι i) (D.ι
apply hc.ofIsoLimit
refine Cones.ext (Iso.refl _) ?_
rintro (_ | _ | _)
on_goal 1 => change _ = _ ≫ (_ ≫ _) ≫ _
all_goals change _ = 𝟙 _ ≫ _ ≫ _; aesop_cat
all_goals simp [e]; rfl
set_option linter.uppercaseLean3 false in
#align category_theory.glue_data.V_pullback_cone_is_limit_of_map CategoryTheory.GlueData.vPullbackConeIsLimitOfMap

Expand Down

0 comments on commit ea58bd5

Please sign in to comment.