Let $(M,*,1)$ be a commutative monoid. Define the binary relation $R$ on $M$, such that $xRy$ iff $(\exists z)(x*z=y)$. It is easy to show that, since $M$ is a commutative monoid, the relation $R$ is both transitive and reflexive. I read in a paper the theorem that if additionally $M$ is cancellative and pure, (where pure means $1$ is the only invertible element), then $R$ is also antisymmetric. I am wondering if this hypothesis can be weakened. That is, if $M$ is merely cancellative, is $R$ antisymmetric? And also, if $M$ is merely pure, is $R$ antisymmetric? All of this is given the background assumption that $M$ is a commutative monoid.
-
2If $x$ is invertible, then $x\mid 1$ and $1\mid x$, so pure is needed. What can be weakened is that $M$ need not be commutative. – Hagen von Eitzen Dec 11 '20 at 19:53
-
@HagenvonEitzen What about cancellative? Is it needed? – user107952 Dec 11 '20 at 20:46
2 Answers
After some tinkering around, I found the answer to my question. Pure is needed, because otherwise $x | 1$ and $1 | x$. As for cancellative, here is a counter-model I found where pure alone is not sufficient: Let $M = \{0,1,2\}$, let the identity of $M$ be $0$, and let $+$ be defined as $0+x=x+0=x$, $1+1=2+2=1$, and $1+2=2+1=2$. Then $(M,+,0)$ is a commutative pure monoid, where the divisor relation $R$ is not anti-symmetric, as both $1R2$ and $2R1$

- 20,508
Today, I replied to another related question which weakens the assumptions in another way: A weak cancellation property for monoids
Essentially, the assumption of cancellativity can be weakened. If the commutative monoid $M$ with identity $1$ has the property that for all $a,b\in M,$ $ab=a$ implies $b=1$ (perhaps called weak cancellativity), then $R$ is antisymmetric.
If a monoid is pure, it need not be antisymmetric. Just look at $\{-1,1\}$ with multiplication.
Can you please post a reference to the article you mentioned? I would be very interested in it.

- 101
-
Just realized that the example ${-1,1}$ is incorrect. I believe everything else stated remains correct. – Vince Matsko Nov 21 '21 at 15:17