
theorem
  not 295 is prime
  proof
    295 = 5*59;
    then 5 divides 295;
    hence thesis;
  end;
