
theorem
  not 325 is prime
  proof
    325 = 5*65;
    then 5 divides 325;
    hence thesis;
  end;
