
theorem
  not 678 is prime
  proof
    678 = 2*339;
    then 2 divides 678;
    hence thesis;
  end;
