
theorem
  not 430 is prime
  proof
    430 = 2*215;
    then 2 divides 430;
    hence thesis;
  end;
