
theorem
  not 345 is prime
  proof
    345 = 3*115;
    then 3 divides 345;
    hence thesis;
  end;
