Module docstring
{"# Continuous monoid action
In this file we define class ContinuousSMul. We say ContinuousSMul M X if M acts on X and
the map (c, x) ↦ c • x is continuous on M × X. We reuse this class for topological
(semi)modules, vector spaces and algebras.
Main definitions
ContinuousSMul M X: typeclass saying that the map(c, x) ↦ c • xis continuous onM × X;Units.continuousSMul: scalar multiplication byMˣis continuous when scalar multiplication byMis continuous. This allowsHomeomorph.smulto be used with on monoids withG = Mˣ.
Main results
Besides homeomorphisms mentioned above, in this file we provide lemmas like Continuous.smul
or Filter.Tendsto.smul that provide dot-syntax access to ContinuousSMul.
"}