
theorem
  not 999 is prime
  proof
    999 = 3*333;
    then 3 divides 999;
    hence thesis;
  end;
