
theorem
  not 270 is prime
  proof
    270 = 2*135;
    then 2 divides 270;
    hence thesis;
  end;
