Let $A, B$ be two $n\times n$ positive semi-definite matrix. Then there is some $c,d\ge 0$ such that
$$\left\|Ax\right\|\le c+d\left\|Ax+Bx\right\|\text{ for all }x\in\mathbb{R}^n,$$
where the norm using is Euclidean. This inequality is trivially true when $n=1$ since we can choose $c=0$, $d=1$. However, I do not know how to proceed with the case when $n\ge 2$.
Thanks a lot for your help.
Let $N= \ker (A+B)$. Note that $N \subset \ker A$.
Let $\beta = \min_{ x \in N^\bot, \|x\| = 1} \|(A+B)x\|$, note that $\beta >0$.
Let $x=x_1+x_2$ where $x_1 \in N, x_2 \bot x_1$. Then $\|Ax\| = \|Ax_2\|\le \|A\|\|x_2\| \le {\|A\| \over \beta} \|(A+B)x_2\| = {\|A\| \over \beta} \|(A+B)x\| $
Elaboration:
Suppose $x \in \ker (A+B)$, then $x^TAx + x^TBx = 0$ and so $x^TAx = 0$. Since $A$ is positive semidefinite we have $Ax=0$ and so $x \in \ker A$.
As further elaboration (stolen from http://www.seas.ucla.edu/~vandenbe/133B/lectures/psd.pdf) , if $x^TAx = 0$ and $A \ge 0$, then $f(t) = (x-tAx)^T A (x-tAx) = -2t \|Ax\|^2 + t^2 x^T A^3 x \ge 0$ for all $t$ and so $Ax=0$.