
theorem
  not 1440 is prime
  proof
    1440 = 2*720;
    then 2 divides 1440;
    hence thesis;
  end;
