
theorem
  not 200 is prime
  proof
    200 = 2*100;
    then 2 divides 200;
    hence thesis;
  end;
