Mathlib Map

Theorems · Theorem · group theory

AddMonoidHom.map_mclosure

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

The image under an AddMonoidHom of the AddSubmonoid generated by a set equals the AddSubmonoid generated by the image of the set.

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

Around this declaration

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

AddMonoid.Coprod.mclosure_range_inl_union_inr · cited by 3Coprod.mclosure_range_inl…AddMonoid.fg_of_surjective · cited by 3AddMonoid.fg_of_surjectivePolynomial.addSubmonoid_closure_setOfPred_eq_monomial · cited by 2Polynomial.addSubmonoid_c…IsLinearSet.exists_fg_eq_subtypeVal · cited by 1IsLinearSet.exists_fg_eq_…FreeAddMonoid.mrange_lift · cited by 1FreeAddMonoid.mrange_liftAddMonoid.fg_iff_exists_freeAddMonoid_hom_surjective · cited by 1AddMonoid.fg_iff_exists_f…Rat.addSubmonoid_closure_range_pow · cited by 1Rat.addSubmonoid_closure_…AddSubmonoid.FG.map · cited by 1FG.mapAddSubmonoid.FG.map_injective · cited by 1FG.map_injectiveAddSubmonoid.FG.pi · cited by 1FG.piAddMonoidHom.mclosure_range · cited by 0AddMonoidHom.mclosure_ran…AddSubmonoid.smul_closure · cited by 0AddSubmonoid.smul_closureDFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetSet.image · cited by 5609Set.imageFunLike · cited by 2560FunLikeAddZeroClass · cited by 1237AddZeroClassAddSubmonoid · cited by 1178AddSubmonoidAddMonoidHomClass · cited by 252AddMonoidHomClassAddSubmonoid.closure · cited by 224AddSubmonoid.closureGaloisInsertion.gc · cited by 137GaloisInsertion.gcAddSubmonoid.map · cited by 99AddSubmonoid.mapSet.image_preimage · cited by 16Set.image_preimageAddSubmonoid.gc_map_comap · cited by 16AddSubmonoid.gc_map_comapGaloisConnection.l_comm_of_u_comm · cited by 15GaloisConnection.l_comm_o…AddSubmonoid.gi · cited by 5AddSubmonoid.giAddMonoidHom.map_mclosureCITED BYCITES

Cites14

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

Cited by12

Results whose statement or proof uses this declaration.