Suppose that $A \in \mathbb{R}^{m \times n}$ and $B \in \mathbb{R}^{p \times n}$ such that $\ker A \cap \ker B = \{0\}$. Let $\alpha > 0$ and $b \in \mathbb{R}^m$.
I'm trying to show that $(A^T A + \alpha B^T B)x = A^T b$ has a unique solution.
If $(A^T A + \alpha B^T B)$ were invertible, I'd be done, but I'm not sure this is true. I've tried doing this by showing that $(A^T A + \alpha B^T B)x = 0$ implies $x = 0$, but I'm getting stuck in the case analysis. (Maybe it's not true.)
Hint: $(A^TA+\alpha B^TB)x=0$ implies $\langle Ax, Ax\rangle+\alpha\langle Bx, Bx\rangle=0$.