
theorem
  not 486 is prime
  proof
    486 = 2*243;
    then 2 divides 486;
    hence thesis;
  end;
