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

More flexible WildCat.Paths instances #1994

Merged

Conversation

Alizter
Copy link
Collaborator

@Alizter Alizter commented Jun 12, 2024

This allows wildcat structures to be augmented with paths in the higher cells.

cc @ThomatoTomato

This allows wildcat structures to be augmented with paths in the higher
cells.

Signed-off-by: Ali Caglayan <[email protected]>

<!-- ps-id: 131ed041-c712-4bed-93c1-f873e0569871 -->
Copy link
Collaborator

@jdchristensen jdchristensen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once the comments are addressed.

theories/WildCat/Paths.v Outdated Show resolved Hide resolved
theories/WildCat/Paths.v Outdated Show resolved Hide resolved
theories/WildCat/Paths.v Outdated Show resolved Hide resolved
theories/WildCat/Paths.v Outdated Show resolved Hide resolved
theories/WildCat/Paths.v Outdated Show resolved Hide resolved
Comment on lines 39 to 40
intros f h p.
by destruct p.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
intros f h p.
by destruct p.
exact (@ap _ _ (cat_postcomp a g)).

(exact (@ap _ _ _).also works, but the above is more clear.) So this could also be a one-liner. (Also applies to next result.)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope it's ok that I just pushed this, along with removing a bunch of beta expansions. I'm just try to keep terms syntactically small in some of this basic material. Feel free to revert if you don't like it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That all looks fine to me.

@jdchristensen
Copy link
Collaborator

Ok, this LGTM! @ThomatoTomato this should help with the matrix category.

@Alizter Alizter merged commit e716fa9 into HoTT:master Jun 12, 2024
22 checks passed
@Alizter Alizter deleted the ps/rr/more_flexible_wildcat_paths_instances branch June 12, 2024 20:02
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

Successfully merging this pull request may close these issues.

2 participants