reserve i,j,k,n for Nat;
reserve x,y,z for Tuple of n, BOOLEAN;

theorem
  MUL_MOD(i,j,n) = MUL_MOD(j,i,n);
