theorem Th12:
  n divides 10 implies n = 1 or n = 2 or n = 5 or n = 10
  proof
    10 = 2*5;
    hence thesis by Lem2,XPRIMES1:2,5;
  end;
