We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acf2fb commit a34eb8eCopy full SHA for a34eb8e
src/algebra/factorization.md
@@ -249,7 +249,7 @@ From the form of the sequence you can see very clearly why the algorithm is call
249
<center></center>
250
251
Yet, there is still an open question.
252
-If don't know $p$ yet, how can we argue the sequence $\{x_i \bmod p\}$?
+How can we exploit the properties of the sequence $\{x_i \bmod p\}$ to our advantage without even knowing the number $p$ itself?
253
254
It's actually quite easy.
255
There is a cycle in the sequence $\{x_i \bmod p\}_{i \le j}$ if and only if there are two indices $s, t \le j$ such that $x_s \equiv x_t \bmod p$.
0 commit comments