
theorem
  not 258 is prime
  proof
    258 = 2*129;
    then 2 divides 258;
    hence thesis;
  end;
