theorem Th12:
  i divides j implies i gcd j = |.i.|
proof
  assume i divides j;
  then |.i.| gcd |.j.| = |.i.| by NEWTON:49,INT_2:16;
  hence thesis by INT_2:34;
end;
