
theorem
  not 529 is prime
  proof
    529 = 23*23;
    then 23 divides 529;
    hence thesis;
  end;
