Skip to content
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(ring_theory/localization): Define local ring hom on localization at prime ideal #7522

Closed
wants to merge 9 commits into from

Conversation

justus-springer
Copy link
Collaborator

@justus-springer justus-springer commented May 5, 2021

Defines the induced ring homomorphism on the localizations at a prime ideal and proves that it is local and uniquely determined.


This is mostly a specialization of localization_map.map, which is itself a specialization of localization_map.lift. The only new lemma is the proof that it's a local ring hom, which will be needed to show that Spec on morphisms gives a map of locally ringed spaces.

Open in Gitpod

@github-actions github-actions bot added blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. merge-conflict Please `git merge origin/master` then a bot will remove this label. labels May 5, 2021
@github-actions github-actions bot added merge-conflict Please `git merge origin/master` then a bot will remove this label. and removed merge-conflict Please `git merge origin/master` then a bot will remove this label. labels May 7, 2021
@github-actions github-actions bot removed merge-conflict Please `git merge origin/master` then a bot will remove this label. blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. labels May 10, 2021
@github-actions
Copy link

🎉 Great news! Looks like all the dependencies have been resolved:

💡 To add or remove a dependency please update this issue/PR description.

Brought to you by Dependent Issues (:robot: ). Happy coding!

@justus-springer justus-springer added the awaiting-review The author would like community review of the PR label May 10, 2021

/-- For a ring hom `f : P →+* R` and a prime ideal `I` in `R`, the induced ring hom from the
localization of `P` at `ideal.comap f I` to the localization of `R` at `I` -/
noncomputable def local_ring_hom : at_prime (ideal.comap f I) →+* at_prime I :=
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One thing that I'm a bit worried about is that in practice you might want to apply this when you need at_prime J →+* at_prime I. And then maybe J is not defeq to ideal.comap f I.
So it might be more flexible to ask for h : J = ideal.comap f I as extra argument to this definition.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm currently in the middle of putting all things together to finally make Spec a functor and I'm pretty certain that for this application, the ideal is always defeq to ideal.comap f I. But of course I can't rule out out that for other applications, we want a more flexible version (but tbh, I can't think of many other applications at all...).

Should I change it to the more general version nevertheless? Or can we keep it for now and see how it goes?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can keep it like this for now.

Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

bors merge

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels May 11, 2021
bors bot pushed a commit that referenced this pull request May 11, 2021
… at prime ideal (#7522)

Defines the induced ring homomorphism on the localizations at a prime ideal and proves that it is local and uniquely determined.
@bors
Copy link

bors bot commented May 11, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(ring_theory/localization): Define local ring hom on localization at prime ideal [Merged by Bors] - feat(ring_theory/localization): Define local ring hom on localization at prime ideal May 11, 2021
@bors bors bot closed this May 11, 2021
@bors bors bot deleted the at_prime_local_ring_hom branch May 11, 2021 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants