Documentation

Mathlib.GroupTheory.Subsemigroup.Lemmas

Lemmas about subsemigroups #

This file collects various lemmas about subsemigroups.

theorem Subsemigroup.center_prod {M : Type u_1} {N : Type u_2} [Mul M] [Mul N] :
center (M × N) = (center M).prod (center N)
theorem AddSubsemigroup.center_sum {M : Type u_1} {N : Type u_2} [Add M] [Add N] :
center (M × N) = (center M).prod (center N)