theorem Th32:
  i,j are_congruent_mod j implies j divides i
  proof
    assume i,j are_congruent_mod j;
    then consider k being Integer such that
A1: i = k * j + j by NAT_6:9;
    i = j * (k+1) by A1;
    hence j divides i;
  end;
