-
Notifications
You must be signed in to change notification settings - Fork 373
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
[Merged by Bors] - feat(AlgebraicTopology): the simplex category (and its truncated versions) are generated by faces and degeneracies #21828
Conversation
PR summary 9745c14a34Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
The new code looks good. One organizational question: should I've also been wondering whether it makes sense to break out the truncated stuff (not in your new code, but in the basic SimplexCategory file) into a separate file. |
I wonder if these lemmas would be more usable in the form that directly gives you that
I'm thinking of the suggested application which is to show that naturality holds at an arbitrary morphism |
Yes, I am anticipating on #21625.
In this case, I do not think it is important to do so. Regarding the phrasing, I prefer statements of the form |
I don't know how to suggest a change but here's the thing I think you're asking for which could go right after
|
Looks great to me. Thanks for doing this. |
bors r+ |
…ions) are generated by faces and degeneracies (#21828) This allows to verify the naturality of morphisms between (truncated) (co)simplicial objects by checking only the naturality relative to the face and degeneracy maps. Note: this is mostly independent of #21749 as the latter proves a stronger result, but only for `SimplexCategory` (not `SimplexCategory.Truncated`), which is already great enough!
Pull request successfully merged into master. Build succeeded: |
This allows to verify the naturality of morphisms between (truncated) (co)simplicial objects by checking only the naturality relative to the face and degeneracy maps.
Note: this is mostly independent of #21749 as the latter proves a stronger result, but only for
SimplexCategory
(notSimplexCategory.Truncated
), which is already great enough!