[Merged by Bors] - feat(RingTheory): Ideal.span corollaries of Krull's height theorem - #41401
[Merged by Bors] - feat(RingTheory): Ideal.span corollaries of Krull's height theorem#41401vlad902 wants to merge 2 commits into
Ideal.span corollaries of Krull's height theorem#41401Conversation
PR summary a53dcb7febImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Currently we have statements bounding the height of minimal primes of `Ideal.span s`. Add the obvious corollaries to bound the height of `Ideal.span s` directly. Also add a `Set.encard`-valued statement of Krulls' height theorem for `Ideal.span`s. In a Noetherian ring we know the bound should always be finite, but this is useful in downstream applications that are using ENats.
e900534 to
4ee7bec
Compare
robin-carlier
left a comment
There was a problem hiding this comment.
The only question I’d have is whether or not we should just add the Set + Finite version and drop the Finset ones. Otherwise, LGTM.
robin-carlier
left a comment
There was a problem hiding this comment.
Thanks!
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by robin-carlier. |
…41401) Currently we have statements bounding the height of minimal primes of `Ideal.span S`. Add the obvious corollaries to bound the height of `Ideal.span S` directly. Also add a `Set.encard`-valued statement of Krull's height theorem. In a Noetherian ring we know the bound should always be finite, but this is useful in downstream applications that are using `ENat`.
|
Build failed (retrying...): |
…41401) Currently we have statements bounding the height of minimal primes of `Ideal.span S`. Add the obvious corollaries to bound the height of `Ideal.span S` directly. Also add a `Set.encard`-valued statement of Krull's height theorem. In a Noetherian ring we know the bound should always be finite, but this is useful in downstream applications that are using `ENat`.
|
Pull request successfully merged into master. Build succeeded: |
Ideal.span corollaries of Krull's height theoremIdeal.span corollaries of Krull's height theorem
Currently we have statements bounding the height of minimal primes of
Ideal.span S. Add the obvious corollaries to bound the height ofIdeal.span Sdirectly.Also add a
Set.encard-valued statement of Krull's height theorem. In a Noetherian ring we know the bound should always be finite, but this is useful in downstream applications that are usingENat.