Mathlib Map

Theorems · Theorem · group theory

MonoidHom.map_mclosure

∀ {M : Type u_1} {N : Type u_2} [inst : MulOneClass M] [inst_1 : MulOneClass N] {F : Type u_4} [inst_2 : FunLike F M N]
  [mc : MonoidHomClass F M N] (f : F) (s : Set M), Submonoid.map f (Submonoid.closure s) = Submonoid.closure (⇑f '' s)

The image under a MonoidHom of the Submonoid generated by a set equals the Submonoid generated by the image of the set.

Defined in
Mathlib.Algebra.Group.Submonoid.Operations
Cited by
10 results in Mathlib
Foundations
Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MulOneClassMulOneClassFunLikeMonoidHomClass

Around this declaration

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

Cites14

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

Cited by10

Results whose statement or proof uses this declaration.