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