
theorem
  not 1800 is prime
  proof
    1800 = 2*900;
    then 2 divides 1800;
    hence thesis;
  end;
