
theorem
  not 1899 is prime
  proof
    1899 = 3*633;
    then 3 divides 1899;
    hence thesis;
  end;
