Modular arithmetic Description: A system of arithmetic for integers, where numbers “wrap around” when reaching a certain value, called the modulus. Congruent modulo Corollary: Let m be a positive integer and let a and b be integers. Then: (a+b)modm=((amodm)+(bmodm))modm abmodm=((amodm)(bmodm))modm anmodm=(amodm)nmodm Arithmetic modulo