
theorem
  not 980 is prime
  proof
    980 = 2*490;
    then 2 divides 980;
    hence thesis;
  end;
