Module docstring
{"# Pointwise instances on Submonoids and AddSubmonoids
This file provides:
Submonoid.invAddSubmonoid.neg
and the actions
Submonoid.pointwiseMulActionAddSubmonoid.pointwiseAddAction
which matches the action of Set.mulActionSet.
Implementation notes
Most of the lemmas in this file are direct copies of lemmas from
Mathlib.Algebra.Group.Pointwise.Set.Basic and Mathlib.Algebra.Group.Action.Pointwise.Set.Basic.
While the statements of these lemmas are defeq, we repeat them here due to them not being
syntactically equal. Before adding new lemmas here, consider if they would also apply to the action
on Sets.
","Some lemmas about pointwise multiplication and submonoids. Ideally we put these in
  GroupTheory.Submonoid.Basic, but currently we cannot because that file is imported by this. "}