
theorem
  not 654 is prime
  proof
    654 = 2*327;
    then 2 divides 654;
    hence thesis;
  end;
