[Merged by Bors] - chore(Trace/Quotient): move isomorphism to Localization.AtPrime.Basic#32045
[Merged by Bors] - chore(Trace/Quotient): move isomorphism to Localization.AtPrime.Basic#32045xroblot wants to merge 6 commits intoleanprover-community:masterfrom
Localization.AtPrime.Basic#32045Conversation
PR summary b5631451f1Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| /-- The isomorphism `R ⧸ p ≃+* Rₚ ⧸ maximalIdeal Rₚ`, where `Rₚ` satisfies | ||
| `IsLocalization.AtPrime Rₚ p`. In particular, localization preserves the residue field. -/ | ||
| noncomputable | ||
| def equivQuotMaximalIdeal : R ⧸ p ≃+* Rₚ ⧸ maximalIdeal Rₚ := by |
There was a problem hiding this comment.
I think this should say ResidueField Rₚ ≃+* R ⧸ p. Or even be upgraded to a R-algebra iso.
There was a problem hiding this comment.
I have made the other changes but I am not sure about doing this one in this PR since this PR is only intended for moving things around and this suggestion requires some more substantial changes.
Thanks for the review!
|
🚀 Pull request has been placed on the maintainer queue by erdOne. |
|
Thanks! bors merge |
…c` (#32045) This PR move isomorphisms previously defined in `Trace.Quotient` into `Localization.AtPrime.Basic`. The change is purely organizational: `Localization.AtPrime.Basic` is the canonical place for lemmas and constructions about localization at a prime. The isomorphisms are also renamed to match their new namespace: - `equivQuotMaximalIdealOfIsLocalization` -> `IsLocalization.AtPrime.equivQuotMaximalIdeal` - `quotMapEquivQuotMapMaximalIdealOfIsLocalization` -> `IsLocalization.AtPrime.equivQuotMapMaximalIdeal`
|
Pull request successfully merged into master. Build succeeded: |
Localization.AtPrime.BasicLocalization.AtPrime.Basic
This PR move isomorphisms previously defined in
Trace.QuotientintoLocalization.AtPrime.Basic. The change is purely organizational:Localization.AtPrime.Basicis the canonical place for lemmas and constructions about localization at a prime. The isomorphisms are also renamed to match their new namespace:equivQuotMaximalIdealOfIsLocalization->IsLocalization.AtPrime.equivQuotMaximalIdealquotMapEquivQuotMapMaximalIdealOfIsLocalization->IsLocalization.AtPrime.equivQuotMapMaximalIdeal