
theorem
  not 1040 is prime
  proof
    1040 = 2*520;
    then 2 divides 1040;
    hence thesis;
  end;
