For a $3\times 3$ matrix $A$ over the field of real numbers, let $r(A)$ denote its rank. Do there exist two $3\times 3$ matrices $B,C$ such that:
- $r(B) = 2, r(C) = 1$ and
- $r(B + C) = 3, r(B - C) = 2$?
I know intuitively that this is not possible (have tried to contruct a counterexample to no avail) but I cannot get a formal proof out of this. For example we have: $C=(c_1 \; \lambda_1 c_1 \; \lambda_2 c_1)$ where $c_1$ is the independent column vector of the $C$ matrix and that $\sum_{i=1}^3 \lambda_i(b_i+c_i)=0 \Rightarrow \lambda_i=0$ because of the fact that $r(B + C) = 3$ but I can't find anything else. Can anyone help me?