
theorem
  not 1996 is prime
  proof
    1996 = 2*998;
    then 2 divides 1996;
    hence thesis;
  end;
