[Merged by Bors] - feat(AlgebraicGeometry/Modules/Tilde): construct the tilde sheaf associated to a module#14231
[Merged by Bors] - feat(AlgebraicGeometry/Modules/Tilde): construct the tilde sheaf associated to a module#14231weihong-xu wants to merge 14 commits intomasterfrom
Conversation
PR summary c23de68754Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| /-- | ||
| `M^~` as a sheaf of `𝒪_{Spec R}`-modules | ||
| -/ | ||
| noncomputable def TildeInModules : SheafOfModules (𝒪_SpecR) where |
There was a problem hiding this comment.
You should import AlgebraicGeometry.Modules.Sheaf and use Scheme.Modules. Also, a better location for this file would be AlgebraicGeometry.Modules.Tilde.
There was a problem hiding this comment.
I wonder if it is better to make "tilde" inside namespace ModuleCat, so we can use dot notation. What do others think?
There was a problem hiding this comment.
ModuleCat.tilde seems good to me.
|
I have put everything inside |
…ciated to a module (#14231) Co-authored-by: Kevin Buzzard <k.buzzard@imperial.ac.uk> Co-authored-by: Johan Commelin <j.m.commelin@uu.nl> Co-authored-by: Amelia Livingston <al3717@ic.ac.uk> Co-authored-by: Sophie Morel <sophie.morel@ens-lyon.fr> Co-authored-by: Jujian Zhang <jujian.zhang1998@gmail.com> This PR was done during the AIM workshop Formalizing Algebraic Geometry. Co-authored-by: Jujian Zhang <jujian.zhang1998@outlook.com> Co-authored-by: morel <smorel@math.princeton.edu>
|
Pull request successfully merged into master. Build succeeded: |
Co-authored-by: Kevin Buzzard k.buzzard@imperial.ac.uk
Co-authored-by: Johan Commelin j.m.commelin@uu.nl
Co-authored-by: Amelia Livingston al3717@ic.ac.uk
Co-authored-by: Sophie Morel sophie.morel@ens-lyon.fr
Co-authored-by: Jujian Zhang jujian.zhang1998@gmail.com
This PR was done during the AIM workshop Formalizing Algebraic Geometry.