Identity for divergence of vector product

vector analysis

I'm reviewing this paper and they state the following "vector identity":

$ \nabla \cdot (\textbf{u}\textbf{v}) = \nabla \textbf{u} \cdot \textbf{v} + (\nabla \cdot \textbf{v})\textbf{u}$

I tried to find some material online about this identity but didn't have any luck. I'm pretty sure $\textbf{u}$ and $\textbf{v}$ are both vectors, as they're both bold face in the paper. Can someone help to provide more information on this identity? Is it valid? Can you give the proof?

EDIT

After some discussion, it seems that $\textbf{u}$ should be interpreted as a scalar (remove boldface), not a vector. I will clarify this with the original source and follow up if there is any further amendments. If it is a scalar, the answer below is correct.

Best Answer

Using Einstein notation, we can see it more easily: $$ \nabla \cdot (u \textbf{v}) = \partial_i (uv_i) = \partial_iu \cdot v_i + u\cdot\partial_iv_i = \nabla u\cdot \textbf{v} + u(\nabla \cdot \textbf{v}). $$

Related Question