theorem Th20:
  n divides 145 implies n = 1 or n = 5 or n = 29 or n = 145
  proof
    145 = 5*29;
    hence thesis by Lem2,XPRIMES1:5,29;
  end;
