I am trying to understand the approach used to solve the following multiple choice problem:
"We consider three vector spaces all defined on a field $K$: $U, V,W$. Let $g: U \rightarrow V, f: V \rightarrow W$ be linear maps and $u_1,...,u_m$ be a basis of $U$. Then, choose 1 of the following:
If $dim(U) = dim(W)$ and $ {f◦g(u_1),...,f◦g(u_m)}$ spans $W$, then $rank(g) = m$
If $dim(W) \leq dim(U)$, then ${f◦g(u_1),...,f◦g(u_m)}$ spans $W$.
If $Ker(f) = \{0\}$, then ${f◦g(u_1),...,f◦g(u_m)}$ is a linearly independent set.
If $dim(U) = dim(W)$ and $ {f◦g(u_1),...,f◦g(u_m)}$ spans $W$, then $Ker(f) = \{0\}$"
Now the correct answer is 1, but I have no idea why this is the case. I kind of know why 3 is incorrect (I think its because we are missing the hypothesis on the kernel of g; if it also contains just the 0 vector, then it should be true). Besides that, I am a bit stuck and would appreciate your help.