Suppose we have two matrices $A\in \mathbb{R}^{m \times n}$ and $B\in \mathbb{R}^{n \times p}$, then what's the relationship between $\|AB\|_*$ and $\|A\|_*\|B\|_*$? The notation $\|\cdot\|_*$ means the nuclear norm (aka trace norm).
If I need to bound $\|AB\|_*$, what restrictions should be added on $A$ and $B$?
Thanks for your answer!