
theorem
  not 68 is prime
  proof
    68 = 2*34;
    then 2 divides 68;
    hence thesis;
  end;
