
theorem
  not 666 is prime
  proof
    666 = 2*333;
    then 2 divides 666;
    hence thesis;
  end;
