I'm not really sure how to prove this but I know that I need to show that this map defines a norm on $X$, so that I must show the following:
(1) $||x|| = 0 \iff x=0$
(2) $||ax|| = |a| ||x||$ for every $a$ in $F$, $x \in X$
(3) $|| x + y || \leq ||x|| + ||y||$ for any $x,y \in X$
I know since $T$ is linear that $T(x+y) = T(x) + T(y)$ for all $x,y \in X$ and $T(\lambda x) = \lambda T(x)$ for all $\lambda \in F$. So that (2) is satisfied since $||T(\lambda x)|| = || \lambda T(x) || = |\lambda| ||T(x)||$. Not really sure how to go about (1) or (3). Thank you.