
theorem
  not 115 is prime
  proof
    115 = 5*23;
    then 5 divides 115;
    hence thesis;
  end;
