The Minimum Square Greater Than I = p * q:
Generally, our integer factorization problem, I = p * q, is an integer optimization problem.
We seek to find the minimum positive integer, [tex]1 \le\lambda < \sqrt{I}[/tex], such that
[tex]\sqrt{I + \lambda^{2}}[/tex] is a positive integer.
Remark: [tex]p - q = 2\lambda[/tex] where p and q are unknown odd primes such that p > q and such that I = p * q where I is known.
Dave.

MENU