
theorem
  not 204 is prime
  proof
    204 = 2*102;
    then 2 divides 204;
    hence thesis;
  end;
