
theorem
  not 222 is prime
  proof
    222 = 2*111;
    then 2 divides 222;
    hence thesis;
  end;
