
theorem
  not 699 is prime
  proof
    699 = 3*233;
    then 3 divides 699;
    hence thesis;
  end;
