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