
theorem
  not 118 is prime
  proof
    118 = 2*59;
    then 2 divides 118;
    hence thesis;
  end;
