We all know Fermat's factorisation method, but how do we know that the values of $(s-t)$ and $(s+t)$ in the next proof are always primes?
When we say "factorisation" do we always mean the factorisation in primes?
We all know Fermat's factorisation method, but how do we know that the values of $(s-t)$ and $(s+t)$ in the next proof are always primes?
When we say "factorisation" do we always mean the factorisation in primes?
In general, we don’t distinguish between algorithms for factoring into primes and algorithms for “merely” factoring into two smaller numbers (i.e. non-trivial factors). There are a few reasonable justifications for this:
In the special case of Fermat factorization, it’s a fair point that just because the initial number is easy to factor (on account of being close to a square), it isn’t necessarily the case that the factors will be easy to factor by the same method. But that doesn’t invalidate the general idea that it isn’t useful to draw a hard line between factoring algorithms and prime-factoring algorithms.