theorem Th16:
  a,b are_congruent_mod k implies Px(a,n),Px(b,n) are_congruent_mod k
proof
  assume a,b are_congruent_mod k;
  then consider x be Integer such that
  A1: k*x = a-b by INT_1:def 5;
  consider p be Integer such that
  A2: (a-b)*p = Px(a,n)-Px(b,n) by HILB10_1:25,INT_1:def 5;
  p*(a-b) = p*(x*k) by A1
         .= p*x*k;
  hence thesis by A2, INT_1:def 5;
end;
