How can I prove the following? $$\vec{\nabla}\cdot(\vec{\nabla}^2\vec{F}) = \vec{\nabla}^2(\vec{\nabla}\cdot\vec{F})$$ $$\vec{F}:\Bbb{R^3}\mapsto\Bbb{R^3}$$
I am confused because on the left part I use $\vec{\nabla}^2$ on $\vec{F}$ but on the right part I first do the inner product of $\vec{\nabla}\cdot\vec{F}$ which should result in a number and then $\vec{\nabla}^2$ of a number.
Let $\textbf{F} = (F_1,F_2,F_3)^T$. Then the RHS is : $$ \nabla^2\ (\nabla \cdot F) = \nabla^2 \left( \partial_x F_1 + \partial_y F_2 + \partial_z F_3 \right) = (\partial_{xxx} F_1 + \partial_{yxx} F_2 + \partial_{zxx} F_3) + (\partial_{xyy} F_1 + \partial_{yyy} F_2 + \partial_{zyy} F_3 ) + (\partial_{xzz} F_1 + \partial_{yzz} F_2 + \partial_{zzz} F_3 ) $$ where $\partial_{abc}$ means first derivate w.r.t $a$ then w.r.t $b$ then w.r.t $c$. I also put parenthesis to make things a bit clearer but they are of course not needed ! I'll let you do the LHS since you didn't mention problem with it :)