Definition: Let $\{p_0, p_1,...,p_m\}$ be an affine independent subset of $R^n$ and let $A$ denote the affine set it spans. An affine map $T: A \to R^k$ is a function satisfying $T(t_0p_0 +...+t_mp_m)= t_0T(p_0) + ...+ t_mT(p_m)$ whenever $t_0 + ...+ t_m = 1$.
If $T:R^n \to R^k$ is affine then there exists a linear transformation $\lambda: R^n \to R^k$ and a $y_0$ such that $T(x) = \lambda(x) + y_0$ for every $x \in R^n$.
Could someone provide a hint on how to reach the desired linear transformation? Thanks.
I have tried approaching it by assuming $\{ p_0, .... ,p_m\}$ is the affine independent set s.t $R^n$ is the affine set that it spans and then I considered the set $\{0, p_1 -p_0, ..., p_m - p_0\}$ clearly this set spans $R^n$ and is affine independent but We can’t use the property of the affine map here as this set differs from that of the original affine independent set and so we can’t bring out the $T(0)$ and set $y_0$ to be $T(0)$ by this approach.
$\{p_0, \ldots,p_m\}$ being affine independent means that the $m$ vectors $b_1 = p_1-p_0,\ldots, b_m = p_m-p_0$ are linearly independent. This implies $m \le n$. If $m = n$, these vectors form a basis of $\mathbb R^n$. If $m < n$, add vectors $b_{m+1},\ldots,b_n$ such that $b_1,\ldots,b_n$ becomes a basis of $\mathbb R^n$.
Define $\lambda(b_i) = 0$ for $m < i \le n$ and $\lambda(b_i) = T(p_i) - T(p_0) $ for $1 < i \le m$. This determines a unique linear map $\lambda : \mathbb R^n \to \mathbb R^k$. With $y_0 = T(p_0) - \lambda(p_0)$ we get for all $x = \sum_{i=0}^m t_ip_i \in A$
$$\lambda(x) = \lambda(\sum_{i=0}^m t_ip_i) = \lambda(\sum_{i=0}^m t_i(p_i-p_0) + (\sum_{i=0}^m t_i)p_0) = \lambda(\sum_{i=1}^m t_i(p_i-p_0) + p_0) \\ = \lambda(\sum_{i=1}^m t_i b_i + p_0) = \sum_{i=1}^m t_i \lambda(b_i) + \lambda(p_0) = \sum_{i=1}^m t_i (T(p_i) - T(p_0)) + \lambda(p_0) \\= \sum_{i=0}^m t_i (T(p_i) - T(p_0)) + \lambda(p_0) = \sum_{i=0}^m t_i T(p_i) - T(p_0) + \lambda(p_0) \\= T(\sum_{i=0}^m t_i p_i) - y_0 = T(x) - y_0 .$$