
theorem
  not 85 is prime
  proof
    85 = 5*17;
    then 5 divides 85;
    hence thesis;
  end;
