Skip to content

Commit

Permalink
defn: Add id₂ to Cat.Reasoning
Browse files Browse the repository at this point in the history
  • Loading branch information
TOTBWF committed May 15, 2022
1 parent bf86b57 commit 9f8475d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Cat/Reasoning.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ id-comm {f = f} = idr f ∙ sym (idl f)
id-comm-sym : {a b} {f : Hom a b} id ∘ f ≡ f ∘ id
id-comm-sym {f = f} = idl f ∙ sym (idr f)

id₂ : {a} id ∘ id ≡ id {a}
id₂ = idl id

module _ (a≡id : a ≡ id) where

eliml : a ∘ f ≡ f
Expand Down

0 comments on commit 9f8475d

Please sign in to comment.