The lattice of ideals in a ring #
Some basic results on lattice operations on ideals: ⊥
, ⊤
, ⊔
, ⊓
.
TODO #
Support right ideals, and two-sided ideals over non-commutative rings.
@[instance 100]
instance
Ideal.instIsTwoSidedIInf
{α : Type u}
[Semiring α]
{ι : Sort u_1}
(I : ι → Ideal α)
[∀ (i : ι), (I i).IsTwoSided]
:
(⨅ (i : ι), I i).IsTwoSided
All ideals in a division (semi)ring are trivial.