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