
theorem
  not 975 is prime
  proof
    975 = 3*325;
    then 3 divides 975;
    hence thesis;
  end;
