
theorem
  not 81 is prime
  proof
    81 = 3*27;
    then 3 divides 81;
    hence thesis;
  end;
