
theorem
  not 961 is prime
  proof
    961 = 31*31;
    then 31 divides 961;
    hence thesis;
  end;
