
theorem
  not 256 is prime
  proof
    256 = 2*128;
    then 2 divides 256;
    hence thesis;
  end;
