
theorem
  not 1900 is prime
  proof
    1900 = 2*950;
    then 2 divides 1900;
    hence thesis;
  end;
