Mathlib Map

Theorems · Definition · ring theory

Subalgebra.saturation

{R : Type u_1} →
  {S : Type u_2} →
    [inst : CommSemiring R] →
      [inst_1 : CommSemiring S] →
        [inst_2 : Algebra R S] → (s : Subalgebra R S) → (M : Submonoid S) → M ≤ s.toSubmonoid → Subalgebra R S

The saturation of a subalgebra s with respect to a submonoid M is the smallest subalgebra closed under division by s.

Defined in
Mathlib.Algebra.Algebra.Subalgebra.Lattice
Cited by
9 results in Mathlib
Foundations
Depth 25 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringCommSemiringAlgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by9

Results whose statement or proof uses this declaration.