In Number Theory, I have seen many a times the following property being used though I don't know what it's called formally (that makes it harder to Google):
(a * b) (mod n) = (a mod n) * (b mod n)
What is this called and how can it be formally proved?