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

Maybe the Hom version of Adjunction can be fully polymorphic? #351

Open
JacquesCarette opened this issue Jun 7, 2022 · 1 comment
Open
Assignees

Comments

@JacquesCarette
Copy link
Collaborator

See this discussion on twitter that points to this code on 1Lab that appears to do just that.

@JacquesCarette JacquesCarette self-assigned this Jun 7, 2022
@HuStmpHrrr
Copy link
Member

HuStmpHrrr commented Jun 9, 2022

indeed this is the same as

Ladjunct-comm : {X Y A B} {h i : L.F₀ X D.⇒ Y} {f : A ⇒ X} {g : Y D.⇒ B}
h D.≈ i
R.F₁ (g D.∘ h D.∘ L.F₁ f) ∘ unit.η A ≈ R.F₁ g ∘ (R.F₁ i ∘ unit.η X) ∘ f

if we unfold we don't need to match up universe levels.

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