
theorem
  not 98 is prime
  proof
    98 = 2*49;
    then 2 divides 98;
    hence thesis;
  end;
