-
Notifications
You must be signed in to change notification settings - Fork 356
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/Abelian): projective dimension #19604
base: master
Are you sure you want to change the base?
Conversation
PR summary cdc230ebe4Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
This PR/issue depends on: |
We introduce a typeclass
HasProjectiveDimensionLT X n
expressing thatExt X Y i
all vanish whenn ≤ i
. We study how it behaves with respect to short exact sequences.When #19591 will be merged, it will possible to show
HasProjectiveDimensionLT X 1 ↔ Projective X
.