Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Sep 26, 2024
2 parents 1580bf1 + cca4a87 commit 27cccc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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
2 changes: 1 addition & 1 deletion lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "9a3cd8cd317d9d5bebb3368c74507801e82dac33",
"rev": "aaff5ad5b038e792f9225de7fe6a37c9689b6ec8",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": null,
Expand Down

0 comments on commit 27cccc3

Please sign in to comment.