[Math] Prove linear transformation

linear algebralinear-transformations

I'm working on linear transformation trying to answer :

Let $E$ and $F$ be two vector spaces on $\mathbb{K}$ and $L:E \rightarrow F$ a function. The graph of $L$ is $\mathbb{G}(L)=\{(x,y) \ \in \ E \times F\mid\ y=L(x)\}$.

Prove $L$ is a linear transformation if and only if $\mathbb{G}(L)$ is a sub vector space of$ E \times F$.

I've tried using the definition of a linear transformation and sub vector space but do not manage to proove the result.

Thank you

Best Answer

Hint: $$ (u,L(u))+(v,L(v))= (u+v,L(u)+L(v))=(u+v,L(u+v)) $$ The first identity come from the canonical definition of a product vector space, the second from the definition of $\mathbb{G}(L)$ and from being a vector space.

The same you have for: $$ c(u,L(u))=(cu,cL(u))=(cu,L(cu)) $$

From this you can see that $L$ is linear. The inverse is easy.