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