Suppose $M$ is a (commutative) monoid.
Typically the cancellation property is defined as $a + c = b + c \Rightarrow a = b$ for all $a,b,c \in M$.
Recently I was working on a problem where I thought I needed cancellation, but it turned out that the weaker version $a + c = c \Rightarrow a = 0$ for all $a,c \in M$ would already be sufficient.
My questions are:
- Is this actually a weaker property than cancellation? It is implied by cancellation by choosing $b = 0$, but despite trying some things out myself I am not yet 100% convinced that it is not just cancellation in disguise.
- If it is actually a weaker version of cancellation, is there some reading or other material on it anywhere or does it even have a name?
Note: Commutativity is not really needed, but it was where I stumbled upon this so I just kept it for the sake of simplicity.
I was wondering if there is a simpler example, then I found that for finite monoids my property is equivalent to the monoid being a group, so I doubt there is anything simpler.
– Pseudoradius Jul 10 '20 at 08:16