Skip to content

Commit

Permalink
Merge pull request #15 from emilyriehl/coherent-iso
Browse files Browse the repository at this point in the history
Update CodiscreteCat.lean
  • Loading branch information
emilyriehl authored Sep 26, 2024
2 parents 41ee2a1 + 55452c9 commit 0fc736c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions InfinityCosmos/ForMathlib/CategoryTheory/CodiscreteCat.lean
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,8 @@ def adj' : objects ⊣ functor where
counit := {
app := fun _ => id
}
left_triangle_components := by
intro _
simp only [Functor.id_obj, Functor.comp_obj, id_eq]
rfl
right_triangle_components := by
intro _
simp only [Functor.id_obj, Functor.comp_obj, id_eq]
rfl
left_triangle_components := by aesop
right_triangle_components := by aesop

end Codiscrete

Expand Down

0 comments on commit 0fc736c

Please sign in to comment.