-
Notifications
You must be signed in to change notification settings - Fork 367
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
feat(CategoryTheory/Enriched/Limits): add HasConicalProducts #20963
base: master
Are you sure you want to change the base?
Conversation
PR summary f10631f68cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
((h.isConicalLimit X).conePointUniqueUpToIso (limit.isLimit _)).hom := by | ||
apply limit.hom_ext | ||
simp [limitComparison] |
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.
((h.isConicalLimit X).conePointUniqueUpToIso (limit.isLimit _)).hom := by | |
apply limit.hom_ext | |
simp [limitComparison] | |
((h.isConicalLimit X).conePointUniqueUpToIso (limit.isLimit _)).hom := rfl |
also seems to work
This PR/issue depends on:
|
Add the definition
CategoryTheory.Enriched.Limits.HasConicalProducts
.Co-authored-by: Emily Riehl [email protected]
Co-authored-by: Dagur Asgeirsson [email protected]