Documentation

Mathlib.RingTheory.RegularLocalRing.Basic

Regular Local Ring is Domain #

In this file, we prove that regular local ring is domain

Main definition and results #

theorem Ideal.span_singleton_mul_eq_self_of_isPrime {R : Type u_1} [CommRing R] {p : Ideal R} [p.IsPrime] (x : R) (hx : xp) (hp : p span {x}) :
span {x} * p = p

Regular local ring of dimension one is discrete valuation ring. For iff version, should exist after making IsDiscreteValuationRing extend IsDomain.