I'm trying to prove that isometries $T:\Bbb R^2\to\Bbb R^2$ are linear (usual Euclidean metric). It is assumed that $T(0)=0$.
I think that I have proved that $T(\alpha v)=\alpha T(v)$, but I'm having problems with sum.
Context:
I have defined $\Bbb R^2$ as a set of points and a set of free vectors.The dot product is like that $(a,b)\cdot(c,d)=ac+bd$ and the module of a vector $v$ is $\sqrt{v\cdot v}$. I have defined lines as set of points $\{P+t\vec v:t\in\Bbb R\}$. I have managed to prove triangular inequality. Just that.
My idea is proving that $$\|Tu+Tv-T(u+v)\|^2=0$$ but I get dot products like $Tu\cdot T(u+v)$. I have tried other expresions like $$\|T(u+v)-Tu\|^2,$$ getting the same problem.
On the other hand, the trick $$u\cdot v=\frac12\left(\|u+v\|^2-\|u\|^2-\|v\|^2\right)$$ leads me to a circular reasoning, bacause I have to compute $T(u+v)$.
Any ideas?
Note: I can't deal with continuity in $\Bbb R^2$. This is for a High School student.