theorem Th63:
  i*j in multiples(i)
  proof
    i*j is Multiple of i by Th57;
    hence thesis;
  end;
