
theorem
  not 375 is prime
  proof
    375 = 3*125;
    then 3 divides 375;
    hence thesis;
  end;
