
theorem
  not 110 is prime
  proof
    110 = 2*55;
    then 2 divides 110;
    hence thesis;
  end;
