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