theorem Th18:
  n divides 82 implies n = 1 or n = 2 or n = 41 or n = 82
  proof
    82 = 2*41;
    hence thesis by Lem2,XPRIMES1:2,41;
  end;
