
theorem
  not 234 is prime
  proof
    234 = 2*117;
    then 2 divides 234;
    hence thesis;
  end;
