
theorem
  not 298 is prime
  proof
    298 = 2*149;
    then 2 divides 298;
    hence thesis;
  end;
