
theorem
  not 1234 is prime
  proof
    1234 = 2*617;
    then 2 divides 1234;
    hence thesis;
  end;
