Suppose $T\in L(V,W)$. Define $G: V/(kernel(T)) \to W$ by:
$G(\vec{v} + kernel(T)) = T(\vec{v})$
i) Show $G$ is a linear map
ii) Show $G$ is injective
iii) Show $range(T) = range(G)$
iv) Show $V/kernel(T)$ is isomorphic to $range(T)$
I am just getting started with the idea of a quotient space and understand that it is basically a vector space that has been translated but I am getting confused with what the notation is stating.
Can anyone provide an easier way to understand what G consists of and how to approach any of the questions below?
To make things easier to write let me abbreviate $K = \mathrm{ker}(T)$.
The notation $v + K$ means the subset of $V$ given by $$ v + K = \{ v+w ~|~ w \in K \} $$ By definition this whole set $v+K$ is just ONE ELEMENT of the set $V/K$. That means the elements of $V/K$ are sets of the form $v+K$ for different choices of $v$.
Say you have $w \in K$. Then $$ T(v+w) = T(v)+T(w) = T(v) + 0 = T(v) $$ What this computation shows is that ALL elements of $v + K$ map to the same point under $T$. The definition of $G$ is that it sends the element $(v+K) \in V/K$ to this point (the common image under $T$ of all the points in $v+K$).
I hope this clarifies the notation.