
theorem
  not 249 is prime
  proof
    249 = 3*83;
    then 3 divides 249;
    hence thesis;
  end;
