
theorem
  not 825 is prime
  proof
    825 = 3*275;
    then 3 divides 825;
    hence thesis;
  end;
