(a) If $A$ is an m×n matrix, show that $v \in Row(A)$ if and only if $v = x^tA$ for some $x ∈R^m$.
(b) Using the above result, show that $Row(A + B) \subseteq Row(A) + Row(B)$.
Part A.
I"m completely stuck here. All I've been able to do is go round in circles.
First, I assumed that, if $v = x^tA$, then $x^tA \in Col(A)$. Transposing both sides; $A^tx \in Row(A)$. That's about as far as I've gotten.
Am I taking this in the right direction? If so, where can I go from here?
I'm not even sure if I can do Part B without Part A, but here goes;
Let $Row(A) = U$, $Row(B) = V$, where $U$ and $V$ are subspaces of $R^n$. Let $u, v$ be vectors in U and V respectively.
In this case, am I right in thinking that $Row(A + B) \subseteq Row(A) + Row(B)$ seems quite similar to asking whether $(u + v) \in U + V$?