theorem Th10:
  n divides 6 implies n = 1 or n = 2 or n = 3 or n = 6
  proof
    6 = 2*3;
    hence thesis by Lem2,XPRIMES1:2,3;
  end;
