Documentation

Mathlib.RingTheory.Artinian.Ring

Artinian rings #

A ring is said to be left (or right) Artinian if it is Artinian as a left (or right) module over itself, or simply Artinian if it is both left and right Artinian.

Main definitions #

Main results #

Implementation Details #

The predicate IsArtinianRing is defined in Mathlib.RingTheory.Artinian.Ring instead, so that we can apply basic API on artinian modules to division rings without a heavy import.

References #

Tags #

Artinian, artinian, Artinian ring, artinian ring

Localizing an artinian ring can only reduce the amount of elements.

IsArtinianRing.localization_artinian can't be made an instance, as it would make S + R into metavariables. However, this is safe.