theorem Th24:
  n divides 485 implies n = 1 or n = 5 or n = 97 or n = 485
  proof
    485 = 5*97;
    hence thesis by Lem2,XPRIMES1:5,97;
  end;
