
theorem
  not 998 is prime
  proof
    998 = 2*499;
    then 2 divides 998;
    hence thesis;
  end;
