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