
theorem
  not 1456 is prime
  proof
    1456 = 2*728;
    then 2 divides 1456;
    hence thesis;
  end;
