I have seen this problem come up many times and I was wondering if my proof is valid for $0.999\ldots=1$ where $0.999\ldots$ is continuous: $$x=0.999\ldots$$ $$10x=9.999\ldots$$ $$10x-x=9.999\ldots-0.999\ldots$$ $$9x=9$$ $$x=1$$ The reason for people struggling with this idea is because of their incapability to grasp $\infty$. If it is possible, can you agree or disagree with this proof. And in addition, create another proof regarding this same concept of $0.999\ldots=1$.
However, does this work for any other continuous equality? This question really got to me after I expored $\infty$ in a whole different way.
Thanks.
Your argument is fine. The justifications of individual steps in it bear closer examination, but the bottom line is that they can be justified.
Essentially this same argument is often used to derive the formula for the sum of a geometric series: \begin{align} x & = 1 + r + r^2 + r^3 + \cdots \\[6pt] rx & = r + r^2 + r^3 + r^4 + \cdots \\[6pt] x - rx & = (1 + r + r^2 + r^3 + \cdots) - (r + r^2 + r^3 + \cdots) = 1. \\[6pt] x(1-r) & = 1 \\[6pt] x & = \frac{1}{1-r} \end{align}
This all works only if the series converges; that's one of those things about justification of individual steps.