
theorem
  not 1110 is prime
  proof
    1110 = 2*555;
    then 2 divides 1110;
    hence thesis;
  end;
