theorem Th14:
  n divides 26 implies n = 1 or n = 2 or n = 13 or n = 26
  proof
    26 = 2*13;
    hence thesis by Lem2,XPRIMES1:2,13;
  end;
