
theorem
  not 250 is prime
  proof
    250 = 2*125;
    then 2 divides 250;
    hence thesis;
  end;
