
theorem
  not 114 is prime
  proof
    114 = 2*57;
    then 2 divides 114;
    hence thesis;
  end;
