We know that \begin{align} 2\arcsin x&= \arcsin \left(2x\sqrt{1-x^2}\right) \tag{1}\\ \arcsin x + \arcsin y &= \arcsin \left[x\sqrt{1-y^2}+y\sqrt{1-x^2}\right] \tag{2}\\ 3\arcsin x &= \arcsin x + 2\arcsin x \tag{3} \end{align} Thus $x=x, y=2x\sqrt{1-x^2}$ using ($1$), ($2$) and ($3$): \begin{align} 3\arcsin x &= \arcsin \left[x\sqrt{1-2x\sqrt{1-x^2}^2}+ 2x(1-x^2)\right]\\ &= \arcsin \left[x\sqrt{1-4x^2(1-x^2)}+ 2x(1-x^2)\right]\\ &= \arcsin \left[x\sqrt{1-2(2x^2)+(2x^2)^2}+ 2x(1-x^2)\right]\\ &= \arcsin \left[x\sqrt{(2x^2-1)^2}+ 2x(1-x^2)\right]\\ &= \arcsin \left[x|2x^2-1|+ 2x(1-x^2)\right] \end{align}
If $2x^2-1$ is positive, then $|2x^2-1|$ is $2x^2 -1$.
If $2x^2-1$ is negative, then $|2x^2-1|$ is $-2x^2+1$.
Range of $x$ is $-1\leq x \leq 1 \implies 0\leq x^2 \leq 1 \implies 0\leq 2x^2 \leq 2$.
For $x\in\left(\frac{-1}{\sqrt2}, \frac{+1}{\sqrt2}\right)$, then $2x^2-1$ is negative.
For $x\in\left(-1, \frac{-1}{\sqrt2}\right) \cup \left(\frac{+1}{\sqrt2}\ , 1\right)$, then $2x^2-1$ is positive.
Thus for $x\in\left( \frac{-1}{\sqrt2}, \frac{+1}{\sqrt2}\right)$ \begin{align} 3\arcsin x &= \arcsin [x|2x^2-1|+ 2x(1-x^2)]\\ &= \arcsin \left[-2x^3 +x+ 2x(1-x^2)\right]\\ &= \arcsin [3x - 4x^3] \end{align} Thus for $x\in\left(-1, \frac{-1}{\sqrt2}\right) \cup \left(\frac{+1}{\sqrt2}, 1\right)$ \begin{align} 3\arcsin x &= \arcsin [x|2x^2-1|+ 2x(1-x^2)]\\ &= \arcsin [2x^3- x+2x-2x^3]\\ &= \arcsin[x] \end{align} But clearly, $3\arcsin x = \arcsin[3x-4x^3]$.
So what is wrong whith this proof?


The problem is a conflict between these two lines:
and
The problem is that if $\frac1{\sqrt2} < \lvert x \rvert < 1,$ then $\frac\pi4 < \lvert\arcsin x\rvert < \frac\pi2,$ and therefore the left-hand side of equation $(1)$ obeys $$ \frac\pi2 < \lvert2\arcsin x\rvert < \pi.$$ But the right-hand side of $(1)$ is just an application of the arc sine to a number, which must obey the conditions $$ \lvert \arcsin (2x\sqrt{1-x^2}) \rvert \leq \frac\pi2.$$ Hence it is impossible for $(1)$ to be true when $x\in\left(-1, -\,\frac{1}{\sqrt2}\right) \cup \left(\frac{1}{\sqrt2}, 1\right).$ That means that everything you concluded by using $(1)$ -- which is to say, everything after the first few lines -- is inapplicable to the case $x\in\left(-1, -\,\frac{1}{\sqrt2}\right) \cup \left(\frac{1}{\sqrt2}, 1\right).$ By using $(1),$ you restrict the validity of your argument to only the case where $-\frac\pi4 \leq \arcsin x \leq \frac\pi4,$ that is, $x \in \left(-\,\frac{1}{\sqrt2},\frac{1}{\sqrt2}\right).$
The line
restricts the applicability of your argument even further, because again the right-hand side has magnitude at most $\frac\pi2,$ which means $\arcsin x$ can only have magnitude at most $\frac\pi6.$ So even the line
is not right; everything you wrote after the first few lines is applicable only for $-\frac12 \leq x \leq \frac12,$ so you really should have written, "Thus for $x \in \left[-\frac12,\frac12\right]$". For other $x$ you can follow Yves Daoust's answer.