Commit 31b1084 1 parent 0ce5f67 commit 31b1084 Copy full SHA for 31b1084
File tree 1 file changed +1
-1
lines changed
Mathlib/Algebra/GroupWithZero/Action
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ notation classes `SMul` and its additive version `VAdd`:
20
20
* `MulAction M α` and its additive version `AddAction G P` are typeclasses used for
21
21
actions of multiplicative and additive monoids and groups; they extend notation classes
22
22
`SMul` and `VAdd` that are defined in `Algebra.Group.Defs`;
23
- * `DistribMulAction M A` is a typeclass for an action of a multiplicative monoid on/workspace/mathlib4/Mathlib/GroupTheory/GroupAction/Action
23
+ * `DistribMulAction M A` is a typeclass for an action of a multiplicative monoid on
24
24
an additive monoid such that `a • (b + c) = a • b + a • c` and `a • 0 = 0`.
25
25
26
26
The hierarchy is extended further by `Module`, defined elsewhere.
You can’t perform that action at this time.
0 commit comments