
theorem
  not 198 is prime
  proof
    198 = 2*99;
    then 2 divides 198;
    hence thesis;
  end;
