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