Documentation

Mathlib.RingTheory.Ideal.Height

The Height of an Ideal #

In this file, we define the height of a prime ideal and the height of an ideal.

Main definitions #

noncomputable def Ideal.primeHeight {R : Type u_1} [CommRing R] (I : Ideal R) [hI : I.IsPrime] :

The height of a prime ideal is defined as the supremum of the lengths of strictly decreasing chains of prime ideals below it.

Equations
Instances For
    noncomputable def Ideal.height {R : Type u_1} [CommRing R] (I : Ideal R) :

    The height of an ideal is defined as the infimum of the heights of its minimal prime ideals.

    Equations
    Instances For
      theorem Ideal.height_eq_primeHeight {R : Type u_1} [CommRing R] (I : Ideal R) [I.IsPrime] :

      For a prime ideal, its height equals its prime height.

      class Ideal.FiniteHeight {R : Type u_1} [CommRing R] (I : Ideal R) :

      An ideal has finite height if it is either the unit ideal or its height is finite. We include the unit ideal in order to have the instance IsNoetherianRing R → FiniteHeight I.

      Instances
        theorem Ideal.height_ne_top {R : Type u_1} [CommRing R] {I : Ideal R} (hI : I ) [h : I.FiniteHeight] :
        theorem Ideal.height_lt_top {R : Type u_1} [CommRing R] {I : Ideal R} (hI : I ) [h : I.FiniteHeight] :
        theorem Ideal.primeHeight_mono {R : Type u_1} [CommRing R] {I J : Ideal R} [I.IsPrime] [J.IsPrime] (h : I J) :
        theorem Ideal.primeHeight_add_one_le_of_lt {R : Type u_1} [CommRing R] {I J : Ideal R} [I.IsPrime] [J.IsPrime] (h : I < J) :
        theorem Ideal.primeHeight_strict_mono {R : Type u_1} [CommRing R] {I J : Ideal R} [I.IsPrime] [J.IsPrime] (h : I < J) [I.FiniteHeight] :
        @[simp]
        theorem Ideal.height_top {R : Type u_1} [CommRing R] :
        theorem Ideal.height_mono {R : Type u_1} [CommRing R] {I J : Ideal R} (h : I J) :
        theorem Ideal.height_strict_mono_of_is_prime {R : Type u_1} [CommRing R] {I J : Ideal R} [I.IsPrime] (h : I < J) [I.FiniteHeight] :