[Merged by Bors] - feat(Mathlib.RingTheory.FractionalIdeal.Extended): Define extensions of fractional ideals#14216
Closed
[Merged by Bors] - feat(Mathlib.RingTheory.FractionalIdeal.Extended): Define extensions of fractional ideals#14216
Conversation
…e basic facts about it.
PR summary 49461bc986Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
This was referenced Jun 28, 2024
|
This PR/issue depends on:
|
mattrobball
reviewed
Aug 19, 2024
Contributor
mattrobball
left a comment
There was a problem hiding this comment.
Nice work! Some comments below.
Contributor
|
bors merge |
Contributor
|
Pull request successfully merged into master. Build succeeded: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Define the extension of a fractional ideal along a ring homomorphism, and prove some basic facts about extensions.
This PR is part 2/4 of a proof of
isDedekindDomain_iff_isDedekindDomainDvr.Part 1: #14099
Part 3: #14237
Part 4: #14242