
theorem
  not 224 is prime
  proof
    224 = 2*112;
    then 2 divides 224;
    hence thesis;
  end;
