I am trying to prove that $\nabla \dot{}(A\times B) = B\dot{}(\nabla \times A) - A\dot{}(\nabla\times B)$
I tried expanding the RHS but the $x$ component of the vector I am getting is $B_x(\frac{\partial A_z}{\partial y} - \frac{\partial A_y}{\partial z}) - A_x(\frac{\partial B_z}{\partial y} - \frac{\partial B_y}{\partial z})$ and this does not seem to be the $x$ component of the LHS.
Could anyone please help?
Following your notation let $A = \langle A_x,A_y,A_z \rangle$ and $B = \langle B_x,B_y,B_z \rangle$ (i.e. subscripts indicate components of vector fields not partial derivatives).
Then $A \times B = \langle A_yB_z-A_zB_y,-(A_xB_z-A_zB_x), A_xB_y-A_yB_x \rangle$ so that $$\nabla \bullet (A \times B) = \dfrac{\partial}{\partial x}\left( A_yB_z-A_zB_y \right) + \dfrac{\partial}{\partial y}\left( A_zB_x-A_xB_z \right) + \dfrac{\partial}{\partial z}\left( A_xB_y-A_yB_x \right)$$
Also, $$B \bullet (\nabla \times A) = \langle B_x,B_y,B_z \rangle \bullet \left\langle \dfrac{\partial A_z}{\partial y} - \dfrac{\partial A_y}{\partial z}, -\left(\dfrac{\partial A_z}{\partial x} - \dfrac{\partial A_x}{\partial z}\right), \dfrac{\partial A_y}{\partial x} - \dfrac{\partial A_x}{\partial y} \right\rangle$$ $$=B_x\left(\dfrac{\partial A_z}{\partial y} - \dfrac{\partial A_y}{\partial z}\right)+B_y\left(\dfrac{\partial A_x}{\partial z} - \dfrac{\partial A_z}{\partial x}\right)+B_z\left(\dfrac{\partial A_y}{\partial x} - \dfrac{\partial A_x}{\partial y}\right)$$ likewise, you can write down $A \bullet (\nabla \times B)$.
Write down and completely expand: $B \bullet (\nabla \times A)-A \bullet (\nabla \times B)$. Then use the product rule to finish calculating $\nabla \bullet (A \times B)$ and see that the left and right hand sides match.
Edit: How to expand the LHS?
$$\dfrac{\partial}{\partial x}\left( A_yB_z-A_zB_y \right) = \dfrac{\partial}{\partial x}\left(A_yB_z \right) - \dfrac{\partial}{\partial x}\left(A_zB_y \right) = \dfrac{\partial A_y}{\partial x}B_z + A_y\dfrac{\partial B_z}{\partial x} - \dfrac{\partial A_z}{\partial x}B_y - A_z\dfrac{\partial B_y}{\partial x}$$