Monoid of natural numbers with addition have such property, that for any $n,m, k \in \mathbb{N}$ if $n+k=m+k$ then $n=m$. Does this property have some name in English?
Asked
Active
Viewed 327 times
2 Answers
10
I usually see it being called the cancellation property. (because what you are doing above is cancelling the $k$s in both sides).
More precisely, as has been pointed out in the comment below, this is the right cancellation property.

fonini
- 2,728
-
4Right cancellation, to be precise. – Wojowu Jan 05 '15 at 20:56
-
1Or "right cancellability" – GFauxPas Jan 05 '15 at 20:59
2
This is the cancellation property. Bear in mind that it does not hold for a general monoid. The cancellative property is guaranteed by the existence of inverses, therefore, all monoids with inverses (groups) are cancellation structures.

Jonathan Hebert
- 5,272
-
You must mean that all monoids with inverses are cancellation structures. This is because for $mk = nk$ to imply $m = n$, you need to write $(mk)k^{-1} = m(k k^{-1})$, i.e. you need associativity. For an explicit magma counterexample, take ${e, x, y}$ with identity $e$, $x^2 = y^2 = xy = yx = e$. In this example $x$ has inverse $x$ and $y$ has inverse $y$, and $xy = yy$, but $x \ne y$. – Caleb Stanford Jan 05 '15 at 21:30
-
1@Goos, no, I didn't mean that, I was just wrong :P. Yes, we also need associativity. I'll update. – Jonathan Hebert Jan 05 '15 at 21:45
-
-
1@Michael Goos is giving a counter-example of a general magma with inverses being cancellative, you are assuming associativity. – Jonathan Hebert Jan 05 '15 at 21:56
-
2@MichalSeweryn $x(xy) \ne (x^2) y$. Magma's don't need to be associative. – Caleb Stanford Jan 05 '15 at 21:56