
theorem
  not 1007 is prime
  proof
    1007 = 19*53;
    then 19 divides 1007;
    hence thesis;
  end;
