Commit 2025-10-06 17:04 f4f1bfc2

View on Github →

feat(RingTheory/Noetherian): add IsNoetherianRing.of_prime (#28451) This PR introduces the first usage of Ideal.IsOka introduced in #27200 to prove that if all prime ideals of a CommRing are finitely generated then this ring is Noetherian. To do so, we also added the lemma Ideal.mem_span_range_self.

Estimated changes