| ▲ | stevefan1999 an hour ago | |
I'm not sure, but maybe it is due to that the expression a - b can be replaced as a + (-b)? Similarly, I think a * b and a / b can be replaced with the same trick, but then I realized it may not work on non-abelian, or where multiplicative inverse is not available... | ||
| ▲ | Sharlin an hour ago | parent [-] | |
We’re in the semiring of positive integers, so there are no additive (or multiplicative) inverses. | ||