Documentation

Mathlib.GroupTheory.Submonoid.Centralizer

Centralizers of magmas and monoids #

Main definitions #

We provide Subgroup.centralizer, AddSubgroup.centralizer in other files.

The centralizer of a subset of an additive monoid.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def Submonoid.centralizer {M : Type u_1} (S : Set M) [Monoid M] :

    The centralizer of a subset of a monoid M.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[simp]
      theorem AddSubmonoid.mem_centralizer_iff {M : Type u_1} {S : Set M} [AddMonoid M] {z : M} :
      z AddSubmonoid.centralizer S ∀ (g : M), g Sg + z = z + g
      theorem Submonoid.mem_centralizer_iff {M : Type u_1} {S : Set M} [Monoid M] {z : M} :
      z Submonoid.centralizer S ∀ (g : M), g Sg * z = z * g
      instance AddSubmonoid.decidableMemCentralizer {M : Type u_1} {S : Set M} [AddMonoid M] (a : M) [Decidable (∀ (b : M), b Sb + a = a + b)] :
      Equations
      instance Submonoid.decidableMemCentralizer {M : Type u_1} {S : Set M} [Monoid M] (a : M) [Decidable (∀ (b : M), b Sb * a = a * b)] :
      Equations