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