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