
theorem
  not 221 is prime
  proof
    221 = 13*17;
    then 13 divides 221;
    hence thesis;
  end;
