-
Notifications
You must be signed in to change notification settings - Fork 384
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(AlgebraicGeometry/ProjectiveSpectrum/Scheme): finish the Proj
construction
#12371
Conversation
Could you add an extended PR description (which would give an overall understanding of the last few PRs on related subjects), so that it appears in the |
Done |
/-- | ||
This is the scheme `Proj(A)` for any `ℕ`-graded ring `A`. | ||
-/ | ||
def «Proj» : Scheme where |
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.
note that the french quotation can be safely ignored, they are here because Proj
is a local notation. But since the notation is local, outside this file, one can just use AlgebraicGeometry.Proj
Thanks very much! bors merge |
…construction (#12371) This PR finishes the `Proj` construction for any ring graded by natural numbers: If $A$ is an $R$ algebra with 𝒜 as its grading i.e. 𝒜 i is an $R$-submodule of $A$ , then `AlgebraicGeometry.Proj 𝒜` is the scheme whose underlying topological space is the collection of homogeneous relevant prime ideals with the Zariski topology; whose sheaf of rings is the collection of functions that are locally homogeneous fractions. We prove that for each `f : A` with positive degree, `Proj | D(f)` (`Proj` as locally ringed space restricted to the basic open set around `f`) is isomorphic to `Spec A^0_f` (prime spectrum of the homogeneous localization of `A` at `f`). The isomorphism is constructed as the following: by the Gamma-Spec adjunction, it is sufficient to construct a ring map `A⁰_f → Γ(Proj, pbo f)` from the ring of homogeneous localization of `A` away from `f` to the local sections of structure sheaf of projective spectrum on the basic open set around `f`. The map `A⁰_f → Γ(Proj, pbo f)` is defined by sending `s ∈ A⁰_f` to the section `x ↦ s` on `pbo f`. Then we show that the map `Proj | D(f) -> Spec A⁰_f` induces an isomorphism on stalk level, thus is an isomorphism. Co-authored-by: Andrew Yang <[email protected]> Co-authored-by: zjj <[email protected]> Co-authored-by: Andrew Yang <[email protected]> Co-authored-by: Andrew Yang <[email protected]>
Pull request successfully merged into master. Build succeeded: |
Proj
constructionProj
construction
…construction (#12371) This PR finishes the `Proj` construction for any ring graded by natural numbers: If $A$ is an $R$ algebra with 𝒜 as its grading i.e. 𝒜 i is an $R$-submodule of $A$ , then `AlgebraicGeometry.Proj 𝒜` is the scheme whose underlying topological space is the collection of homogeneous relevant prime ideals with the Zariski topology; whose sheaf of rings is the collection of functions that are locally homogeneous fractions. We prove that for each `f : A` with positive degree, `Proj | D(f)` (`Proj` as locally ringed space restricted to the basic open set around `f`) is isomorphic to `Spec A^0_f` (prime spectrum of the homogeneous localization of `A` at `f`). The isomorphism is constructed as the following: by the Gamma-Spec adjunction, it is sufficient to construct a ring map `A⁰_f → Γ(Proj, pbo f)` from the ring of homogeneous localization of `A` away from `f` to the local sections of structure sheaf of projective spectrum on the basic open set around `f`. The map `A⁰_f → Γ(Proj, pbo f)` is defined by sending `s ∈ A⁰_f` to the section `x ↦ s` on `pbo f`. Then we show that the map `Proj | D(f) -> Spec A⁰_f` induces an isomorphism on stalk level, thus is an isomorphism. Co-authored-by: Andrew Yang <[email protected]> Co-authored-by: zjj <[email protected]> Co-authored-by: Andrew Yang <[email protected]> Co-authored-by: Andrew Yang <[email protected]>
…construction (#12371) This PR finishes the `Proj` construction for any ring graded by natural numbers: If $A$ is an $R$ algebra with 𝒜 as its grading i.e. 𝒜 i is an $R$-submodule of $A$ , then `AlgebraicGeometry.Proj 𝒜` is the scheme whose underlying topological space is the collection of homogeneous relevant prime ideals with the Zariski topology; whose sheaf of rings is the collection of functions that are locally homogeneous fractions. We prove that for each `f : A` with positive degree, `Proj | D(f)` (`Proj` as locally ringed space restricted to the basic open set around `f`) is isomorphic to `Spec A^0_f` (prime spectrum of the homogeneous localization of `A` at `f`). The isomorphism is constructed as the following: by the Gamma-Spec adjunction, it is sufficient to construct a ring map `A⁰_f → Γ(Proj, pbo f)` from the ring of homogeneous localization of `A` away from `f` to the local sections of structure sheaf of projective spectrum on the basic open set around `f`. The map `A⁰_f → Γ(Proj, pbo f)` is defined by sending `s ∈ A⁰_f` to the section `x ↦ s` on `pbo f`. Then we show that the map `Proj | D(f) -> Spec A⁰_f` induces an isomorphism on stalk level, thus is an isomorphism. Co-authored-by: Andrew Yang <[email protected]> Co-authored-by: zjj <[email protected]> Co-authored-by: Andrew Yang <[email protected]> Co-authored-by: Andrew Yang <[email protected]>
This PR finishes the$A$ is an $R$ algebra with 𝒜 as its grading i.e. 𝒜 i is an $R$ -submodule of $A$ , then
Proj
construction for any ring graded by natural numbers:If
AlgebraicGeometry.Proj 𝒜
is the scheme whose underlying topological space is the collection of homogeneous relevant prime ideals with the Zariski topology; whose sheaf of rings is the collection of functions that are locally homogeneous fractions. We prove that for eachf : A
with positive degree,Proj | D(f)
(Proj
as locally ringed space restricted to the basic open set aroundf
) is isomorphic toSpec A^0_f
(prime spectrum of the homogeneous localization ofA
atf
).The isomorphism is constructed as the following:
by the Gamma-Spec adjunction, it is sufficient to construct a ring map
A⁰_f → Γ(Proj, pbo f)
from the ring of homogeneous localization ofA
away fromf
to the local sections of structure sheaf of projective spectrum on the basic open set aroundf
.The map
A⁰_f → Γ(Proj, pbo f)
is defined by sendings ∈ A⁰_f
to the sectionx ↦ s
onpbo f
.Then we show that the map
Proj | D(f) -> Spec A⁰_f
induces an isomorphism on stalk level, thus is an isomorphism.Co-authored-by: Andrew Yang [email protected]
HomogeneousLocalization.map
#13332toSpec
map #13896IsLocalization
#13933