theorem Th19:
  n divides 122 implies n = 1 or n = 2 or n = 61 or n = 122
  proof
    122 = 2*61;
    hence thesis by Lem2,XPRIMES1:2,61;
  end;
