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