Documentation

Mathlib.RingTheory.Ideal.IsAugmentation

Augmentation ideals #

def Ideal.IsAugmentation (R : Type u_1) [CommSemiring R] {A : Type u_2} [Semiring A] [Algebra R A] (I : Ideal A) :

An ideal I of an R-algebra A is an augmentation ideal if its underlying module is a complement to 1 : Submodule R A.

Equations
Instances For

    If S is a subalgebra of an R-algebra A, then an ideal Iof A is an augmentation ideal for the R-algebra structure if and only if it is an augmentation ideal for the S-algebra structure.