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