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