
theorem
  not 230 is prime
  proof
    230 = 2*115;
    then 2 divides 230;
    hence thesis;
  end;
