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