-
Notifications
You must be signed in to change notification settings - Fork 839
[Merged by Bors] - feat(CategoryTheory): local objects with respect to a MorphismProperty #30472
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(CategoryTheory): local objects with respect to a MorphismProperty #30472
Conversation
PR summary 0d837987e5Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Thanks! maintainer merge |
🚀 Pull request has been placed on the maintainer queue by robin-carlier. |
Thanks! bors merge |
#30472) Given `W : MorphismProperty C`, we define `W.isLocal : ObjectProperty C` which is the property of objects `Z` such that for any `f : X ⟶ Y` satisfying `W`, the precomposition with `f` gives a bijection `(Y ⟶ Z) ≃ (X ⟶ Z)`.
Build failed (retrying...): |
#30472) Given `W : MorphismProperty C`, we define `W.isLocal : ObjectProperty C` which is the property of objects `Z` such that for any `f : X ⟶ Y` satisfying `W`, the precomposition with `f` gives a bijection `(Y ⟶ Z) ≃ (X ⟶ Z)`.
Build failed (retrying...): |
#30472) Given `W : MorphismProperty C`, we define `W.isLocal : ObjectProperty C` which is the property of objects `Z` such that for any `f : X ⟶ Y` satisfying `W`, the precomposition with `f` gives a bijection `(Y ⟶ Z) ≃ (X ⟶ Z)`.
Build failed (retrying...): |
#30472) Given `W : MorphismProperty C`, we define `W.isLocal : ObjectProperty C` which is the property of objects `Z` such that for any `f : X ⟶ Y` satisfying `W`, the precomposition with `f` gives a bijection `(Y ⟶ Z) ≃ (X ⟶ Z)`.
Build failed: |
bors r+ |
#30472) Given `W : MorphismProperty C`, we define `W.isLocal : ObjectProperty C` which is the property of objects `Z` such that for any `f : X ⟶ Y` satisfying `W`, the precomposition with `f` gives a bijection `(Y ⟶ Z) ≃ (X ⟶ Z)`.
Pull request successfully merged into master. Build succeeded: |
Given
W : MorphismProperty C
, we defineW.isLocal : ObjectProperty C
which is the property of objectsZ
such that for anyf : X ⟶ Y
satisfyingW
, the precomposition withf
gives a bijection(Y ⟶ Z) ≃ (X ⟶ Z)
.