theorem Th17:
  n divides 65 implies n = 1 or n = 5 or n = 13 or n = 65
  proof
    65 = 5*13;
    hence thesis by Lem2,XPRIMES1:5,13;
  end;
