Prove that if an affine transformation $T : \mathbb{R}^2 \to \mathbb{R}^2$ is onto, then it is one-to-one.
Here we define an affine transformation as $T:\mathbb{R}^2 \to \mathbb{R}^2$ s.t. $T(r_1A_1 + ... + r_nA_n) = r_1T(A_1) + ... + r_nT(A_n)$ for $r_1 +...+r_n =1$ and $A_1, ..., A_n \in \mathbb{R}^2$
Typically when we want to prove something is one-to-one we start by assuming that $T(A) = T(B)$ for $A,B \in \mathbb{R}^2$ and we want to conclude that $A = B$. So if we let $A = a_1A_1 + ... + a_nA_n$ and $B = b_1B_1 + ... + b_nB_n$ such that $a_1 + ... + a_n =1, b_1 +...+b_n =1$ and $A_1, ..., A_n, B_1, ..., B_n \in \mathbb{R}^2$. I'm not sure how to conclude that $A=B$.