-
Notifications
You must be signed in to change notification settings - Fork 5
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
Gluing for Free cat with terminal objects #95
Conversation
gah I guess I forgot to graft those over |
Not these?
cubical-categorical-logic/Cubical/Categories/Displayed/Fibration/Properties.agda Line 109 in 6bb2d8a
|
Well they don't have anything to do with fibrations so why would I look there |
I can move these, but I had them under Fibration/ for uniformity. |
No all of these constructions should be under
Constructions.Reindex.Properties
…On Wed, May 22, 2024, 4:52 PM Johnson He ***@***.***> wrote:
I can move these, but I had them under Fibration/ for uniformity.
Or at least Vertical→Lifted in general should be under Fibration/.
I agree (not that you're necessarily saying this) that preservation under
reindexing should get moved to Displayed/Limit/Terminal
—
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALJIPKW6U2UVQH5DRMTKI3ZDUASXAVCNFSM6AAAAABIELXNA6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRVG4ZDKMJXHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
If they're already there I'll move them myself
…On Wed, May 22, 2024, 4:56 PM Max New ***@***.***> wrote:
No all of these constructions should be under
Constructions.Reindex.Properties
On Wed, May 22, 2024, 4:52 PM Johnson He ***@***.***> wrote:
> I can move these, but I had them under Fibration/ for uniformity.
> Or at least Vertical→Lifted in general should be under Fibration/.
> I agree (not that you're necessarily saying this) that preservation under
> reindexing should get moved to Displayed/Limit/Terminal
>
> —
> Reply to this email directly, view it on GitHub
> <#95 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AALJIPKW6U2UVQH5DRMTKI3ZDUASXAVCNFSM6AAAAABIELXNA6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRVG4ZDKMJXHE>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to merge.
I think I follow how we want to do these gluing examples.
I don't get at the moment why the uniqueness of normal forms has a path issue while the uniqueness of canonical forms is just fine, but maybe I'll get some idea after doing canonical forms for free cartesian categories.
I think it's just |
I got started on implementing some metatheory for free categories with terminal objects. I got up to constructing the eliminator that constructs a local section but see we actually don't have the proof that VerticalTerminal is preserved by reindexing or that it implies LiftedTerminal. @hejohns please add those to this PR