
theorem
  not 525 is prime
  proof
    525 = 3*175;
    then 3 divides 525;
    hence thesis;
  end;
