reserve a,b,m,x,n,l,xi,xj for Nat,
  t,z for Integer;

theorem
  for l,m,n being Integer holds
  (l*m) mod n = ((l mod n)*m) mod n by Th7;
