
theorem
  not 1098 is prime
  proof
    1098 = 2*549;
    then 2 divides 1098;
    hence thesis;
  end;
