
theorem
  not 170 is prime
  proof
    170 = 2*85;
    then 2 divides 170;
    hence thesis;
  end;
