
theorem
  not 16 is prime
  proof
    16 = 2*8;
    then 2 divides 16;
    hence thesis;
  end;
