
theorem
  not 1008 is prime
  proof
    1008 = 2*504;
    then 2 divides 1008;
    hence thesis;
  end;
