Documentation

Mathlib.RingTheory.LocalRing.MaximalIdeal.Basic

Maximal ideal of local rings #

We prove basic properties of the maximal ideal of a local ring.

@[simp]
theorem IsLocalRing.mem_maximalIdeal {R : Type u_1} [CommSemiring R] [IsLocalRing R] (x : R) :
x maximalIdeal R x nonunits R
@[implicit_reducible]

The maximal spectrum of a local ring is a singleton.

If the maximal spectrum of a ring is a singleton, then the ring is local.

theorem IsLocalRing.notMem_maximalIdeal {R : Type u_1} [CommSemiring R] [IsLocalRing R] {x : R} :
xmaximalIdeal R IsUnit x

An element x of a commutative local semiring is not contained in the maximal ideal iff it is a unit.

theorem IsLocalRing.ker_eq_maximalIdeal {R : Type u_1} {K : Type u_3} [CommRing R] [IsLocalRing R] [DivisionRing K] (φ : R →+* K) ( : Function.Surjective φ) :
theorem Subsemiring.isLocalRing_of_unit {R : Type u_1} [Semiring R] [IsLocalRing R] (S : Subsemiring R) (h_unit : ∀ (x : R) (hx : x S), IsUnit xIsUnit x, hx) :
theorem Subring.isLocalRing_of_unit {R : Type u_1} [Ring R] [IsLocalRing R] (S : Subring R) (h_unit : ∀ (x : R) (hx : x S), IsUnit xIsUnit x, hx) :