-
Notifications
You must be signed in to change notification settings - Fork 330
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: add a version of Ideal.associatesEquivIsPrincipal
for generators that are non-zero-divisors
#12780
Conversation
8226bfd
to
d372603
Compare
…2' into xfr-isprincipalequiv_nzd
This PR/issue depends on: |
PR summary 5efc615858Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Thanks! bors d+ |
✌️ xroblot can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
…ors that are non-zero-divisors (#12780) This PR defines the following equiv: ```lean def Ideal.associatesNonZeroDivisorsEquivIsPrincipal : Associates R⁰ ≃ {I : (Ideal R)⁰ // IsPrincipal (I : Ideal R)} ``` and also a `MulEquiv` version.
Pull request successfully merged into master. Build succeeded: |
Ideal.associatesEquivIsPrincipal
for generators that are non-zero-divisorsIdeal.associatesEquivIsPrincipal
for generators that are non-zero-divisors
This PR defines the following equiv:
and also a
MulEquiv
version.Associates
andnonZeroDivisors
#12768RingTheory.Ideal.Operations
#12777MulEquiv
#13177