Documentation

FormalConjectures.Wikipedia.Koethe

Köthe conjecture #

Reference: Wikipedia

def IsNil {R : Type u_1} [Ring R] {S : Type u_2} [SetLike S R] (I : S) :

Say a subset I of a ring R is nilpotent if all its elements are nilpotent.

Equations
Instances For
    def KotheRadical (R : Type u_1) [Ring R] :

    The Kothe Radical of a ring R is the sum of all (two-sided) nil ideals of R. Tags: Kothe Radical, upper nilradical

    Equations
    Instances For
      theorem KotheConjecture {R : Type u_1} [Ring R] (I J : Ideal R) (hI : IsNil I) (hJ : IsNil J) :
      IsNil (I + J)

      The Köthe conjecture: In any ring, the sum of two nil left ideals is nil.

      theorem KotherConjecture.variants.le_KotherRadical {R : Type u_1} [Ring R] {I : Ideal R} (hI : IsNil I) :
      I (KotheRadical R)

      The Köthe conjecture: every left nil radical is contained in the Köthe radical.

      The Köthe conjecture: for any nil ideal I of R, the matrix ideal M_n(I) is a nil ideal of the matrix ring M_n(R).

      The Köthe conjecture: for any nil ideal I of R, the matrix ideal M_2(I) is a nil ideal of the matrix ring M_2(R).

      The Köthe conjecture: for any positive integer n, the Köthe radical of R is the matrix ideal M_2(Nil*(R)).

      The Amitsur Conjecture: If J is a nil ideal in R, then J[x] is a nil ideal of the polynomial ring R[x]. This is known to be false, see Agata Smoktunowicz, Polynomial rings over nil rings need not be nil.