
theorem
  not 675 is prime
  proof
    675 = 3*225;
    then 3 divides 675;
    hence thesis;
  end;
