Description:
- a.mb=(a⋅b)modm
- The operations .m satisfies many of the same properties of ordinary multiplication of integers.
- Closure: If a and b belong to Zm, then a.mb belongs to Zm.
- Associativity: If a,b, and c belong to Zm, then (a.mb).mc=a.m(b.mc)
- Commutativity: If a and b belong to Zm, then a.mb=b.ma
- Identity element: The element 0 is identity element for addition modulo m. That is, if a belongs to Zm, then a.m1=1.ma=a.
- Distributivity: If a,b, and c belong to Zm, then a.m(b+mc)=(a.mb)+m(a.mc) and (a+mb).mc=(a.mc)+m(b.mc).
- Zm with modular addition and multiplication is said to be a Commutative ring
- The multiplicative inverses has not been included Zm as it may not be exists
- (E.g., no multiplicative inverse of 2 modulo 6).
- For some certain value of m, the multiplicative inverses exists (for all element not 0), in this case, Zm is a field.