Given a semiring $R$, a left $R$-semimodule consists of an additively-written commutative monoid $M$ and a map from $R \times M$ to $M$ satisfying the following axioms:
- $r (m + n) = rm + rn$
- $(r + s) m = rm + sm$
- $(rs)m = r(sm)$
- $1_Rm = m$
- $0_R m = r 0_M = 0_M$
Is there a name for a left $R$-semimodule, which satisfies the following additional axiom?
- If $rm = 0_M$, either $r = 0_R$ or $m = 0_M$.
Is there a name for the property described in axiom 6 (so I can look it up in a textbook or with Google)?
As commented, torsion-free module is an standard name. This name is used for groups very frequently, too.