
theorem
  not 888 is prime
  proof
    888 = 2*444;
    then 2 divides 888;
    hence thesis;
  end;
