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