Closed maxsnew closed 5 months ago
But we probably shouldn't bother with (3) before the pr. I've already done (2) so (1) is all that's left
Regarding 1 -- when you say "is Iso to a formulation using profunctors" -- is this the definition in I also found this definition on nlab -- is this a good place to wrap my head around the definition there?Categories/Adjoint/UniversalElements.agda
?
Sorry, missed your comment until I refreshed the page. Looks like whats left is an Iso between the definition you provided and the one in Adjoints.agda?
Also, were you looking at this issue or is this something I can pick up? I was between doing this and taking a look at the Grothendieck construction.
Removing this from the milestone as we don't really need it for anything, we just use the formulation of adjoints in terms of representables
Once https://github.com/maxsnew/multi-poly-cats/issues/7 is done, there are several applications to adjunctions that are more or less immediate:
Cubical.Categories.Adjoint
They give two definitions of adjoint functors (unit/counit and hom-bijection) and construct functions back and forth between them (no proof of Iso). The hom-bijection one should be fairly easy to show is Iso to a formulation using profunctors because it essentially is in terms of profunctors.