
theorem
  not 978 is prime
  proof
    978 = 2*489;
    then 2 divides 978;
    hence thesis;
  end;
