feat(RingTheory): height of span of a prime element is one#36788
feat(RingTheory): height of span of a prime element is one#36788hommmmm wants to merge 4 commits intoleanprover-community:masterfrom
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 92859b95b8Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diff
You can run this locally as follows## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
|
While you're here, note that |
Changed finishing simp only to simp_rw Co-authored-by: David Kurniadi Angdinata <[email protected]>
f88b87e to
bbfc91f
Compare
Thanks and fixed. See #37463. |
Summary
Ideal.height_span_singleton_eq_one_of_prime: in a Noetherian integral domain, the ideal generated by a prime element has height one.Notes
The new theorem follows directly from
height_le_one_of_isPrincipal_of_mem_minimalPrimes(upper bound) and the fact thatspan {p} ≠ ⊥forpprime (lower bound).