Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisiting Dagger Categories #311

Open
JacquesCarette opened this issue Sep 24, 2021 · 4 comments
Open

Revisiting Dagger Categories #311

JacquesCarette opened this issue Sep 24, 2021 · 4 comments

Comments

@JacquesCarette
Copy link
Collaborator

There's an interesting discussion about a "proper categorical" definition of dagger category by Peter LeFanu Lumsdaine (see the first answer). So I wonder if this should have any impact on the definition here? (@Taneb ?)

Somehow, the current definition doesn't seem to violate the principle of equivalence anywhere (there certainly are no object-level conditions present).

@Taneb
Copy link
Member

Taneb commented Sep 24, 2021

I've got a feeling that I'm cheating somehow with that definition. The type of _† : ∀ {A B} → A ⇒ B → B ⇒ A might be imposing equalities on the objects according to the relevant definitions, it's certainly equivalent to having some functor from C to op C and imposing the equalities after-the-fact, this way is just easier to write and implement.

I'm not sure if we need to use the "proper categorical" definition, but if there's interest I'm not going to get in the way. (If you can convince me - and I'm willing to be convinced here - that the current definition is definitely not what we want, then I'll implement this definition)

@Taneb
Copy link
Member

Taneb commented Apr 26, 2023

nLab has some relevant discussion here: https://ncatlab.org/nlab/show/identity-on-objects+functor

@JacquesCarette
Copy link
Collaborator Author

Did you notice that I implemented IOO Functors? So maybe that could be used.

@Taneb
Copy link
Member

Taneb commented Apr 27, 2023

I hadn't noticed that! Yes, that looks like it could be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants