- 20,782
- 28,281
That's why I said "I don't get it" and not that it is wrong. And I still can't follow you. You have all the necessary ingredients but your conclusion is strange. You assume a minimal starting point ##t## for a repetition and found a contradiction unless ##t=0,## i.e. ##(x_1,x_2,x_3)=(0,1,1)## which is also wrong.
How can you conclude that
E.g.
If you use your method without the minimality requirement you can show that
$$
x_{t+j+1} = x_{t}, x_{t+j+2} = x_{t+1}
$$
leads you to
$$
x_{t+j}=x_t
$$
which you can repeat until
$$
0=x_0=x_t\; , \;1=x_1=x_{t+1}\; , \;1=x_2=x_{t+2}
$$
I think you tried essentially this, just with a minimality argument instead of a repetition argument. But I think you got lost in your zoo of indexes. E.g. simply consider ##x_t=x_{t+j}## instead of ##x_t=x_{t+j+1}##. This little shift makes the entire consideration hard to read.
I'll give you the credit because you have used all necessary steps: pigeon hole principle, modular arithmetic, iteration, and add my solution which I think is easier to read:
There are at most ##m^3## possible triplets ##(x_t,x_{t+1},x_{t+2})_{t\in \mathbb{N}}\in \{0,1,\ldots,m-1\}^3## so there have to be repetitions. Hence there are ##t\geq 0,k\geq 1## with
$$
x_t=x_{k+t}\, , \,x_{t+1}=x_{k+t+1}\, , \,x_{t+2}=x_{k+t+2}
$$
Assume ##t>0.## Per construction we know that ##x_{t+1}\equiv x_t+x_{t-1} \mod m## and ##x_{k+t+1}\equiv x_{k+t}+x_{k+t-1} \mod m,## hence subtraction yields
\begin{align*}
x_{t+1}-x_{k+t+1}&=0=x_t+x_{t-1}-x_{k+t}-x_{k+t-1} \equiv x_{t-1}-x_{k+t-1} \mod m \\
\Longrightarrow m\,&|\,(x_{t-1}-x_{k+t-1})
\end{align*}
which is only possible if ##x_{t-1}=x_{k+t-1}## for a number between ##0## and ##m-1.## We can repeat this argument until
$$
0=x_0=x_k\; , \;1=x_1=x_{k+1}\; , \;1=x_2=x_{k+2}
$$
How can you conclude that
I can only see contradictions all over the place.Hence the ordered triple ##(0, 1, 1)## too must repeat in the original sequence, thereby proving that there exists ##k \geq 1## such that ##x_{k} = 0, x_{k+1} = 1, x_{k+2} = 1##
E.g.
is one contradiction. If we had two successive zeros, then we would be stuck on zeroes.... i.e. the repeating subsequence starts with the pair ##(x_{0} = 0, x_{1} = 0)##.
If you use your method without the minimality requirement you can show that
$$
x_{t+j+1} = x_{t}, x_{t+j+2} = x_{t+1}
$$
leads you to
$$
x_{t+j}=x_t
$$
which you can repeat until
$$
0=x_0=x_t\; , \;1=x_1=x_{t+1}\; , \;1=x_2=x_{t+2}
$$
I think you tried essentially this, just with a minimality argument instead of a repetition argument. But I think you got lost in your zoo of indexes. E.g. simply consider ##x_t=x_{t+j}## instead of ##x_t=x_{t+j+1}##. This little shift makes the entire consideration hard to read.
I'll give you the credit because you have used all necessary steps: pigeon hole principle, modular arithmetic, iteration, and add my solution which I think is easier to read:
There are at most ##m^3## possible triplets ##(x_t,x_{t+1},x_{t+2})_{t\in \mathbb{N}}\in \{0,1,\ldots,m-1\}^3## so there have to be repetitions. Hence there are ##t\geq 0,k\geq 1## with
$$
x_t=x_{k+t}\, , \,x_{t+1}=x_{k+t+1}\, , \,x_{t+2}=x_{k+t+2}
$$
Assume ##t>0.## Per construction we know that ##x_{t+1}\equiv x_t+x_{t-1} \mod m## and ##x_{k+t+1}\equiv x_{k+t}+x_{k+t-1} \mod m,## hence subtraction yields
\begin{align*}
x_{t+1}-x_{k+t+1}&=0=x_t+x_{t-1}-x_{k+t}-x_{k+t-1} \equiv x_{t-1}-x_{k+t-1} \mod m \\
\Longrightarrow m\,&|\,(x_{t-1}-x_{k+t-1})
\end{align*}
which is only possible if ##x_{t-1}=x_{k+t-1}## for a number between ##0## and ##m-1.## We can repeat this argument until
$$
0=x_0=x_k\; , \;1=x_1=x_{k+1}\; , \;1=x_2=x_{k+2}
$$