Skip to content

Commit

Permalink
Categories.Category.Construction.KaroubiEnvelope.Properties: new func…
Browse files Browse the repository at this point in the history
…tion hierarchy
  • Loading branch information
Taneb committed Dec 16, 2023
1 parent e5b2f35 commit bdfbb11
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,10 @@ private
module KaroubiEmbedding = Functor KaroubiEmbedding

karoubi-embedding-full : Full KaroubiEmbedding
karoubi-embedding-full = record
{ from = record
{ _⟨$⟩_ = λ f BundledIdem.Idempotent⇒.hom f
; cong = λ eq eq
}
; right-inverse-of = λ _ refl
}
karoubi-embedding-full f = BundledIdem.Idempotent⇒.hom f , λ eq eq

karoubi-embedding-faithful : Faithful KaroubiEmbedding
karoubi-embedding-faithful f g eq = eq
karoubi-embedding-faithful eq = eq

karoubi-embedding-fully-faithful : FullyFaithful KaroubiEmbedding
karoubi-embedding-fully-faithful = karoubi-embedding-full , karoubi-embedding-faithful
Expand Down

0 comments on commit bdfbb11

Please sign in to comment.