
theorem
  not 54 is prime
  proof
    54 = 2*27;
    then 2 divides 54;
    hence thesis;
  end;
