
theorem
  not 1256 is prime
  proof
    1256 = 2*628;
    then 2 divides 1256;
    hence thesis;
  end;
