
theorem
  not 987 is prime
  proof
    987 = 3*329;
    then 3 divides 987;
    hence thesis;
  end;
