[step:Recall the definitions and set up the bijection between relations]
Recall that $a_0, \ldots, a_n \in \mathbb{R}^m$ are **[affinely independent](/page/Affine%20Independence)** if the only solution $(t_0, \ldots, t_n) \in \mathbb{R}^{n+1}$ to the simultaneous system
\begin{align*}
\sum_{i=0}^n t_i a_i = 0 \quad \text{and} \quad \sum_{i=0}^n t_i = 0
\end{align*}
is $t_0 = t_1 = \cdots = t_n = 0$. Vectors $v_1, \ldots, v_n \in \mathbb{R}^m$ are **[linearly independent](/page/Linear%20Independence)** if the only solution $(\lambda_1, \ldots, \lambda_n) \in \mathbb{R}^n$ to
\begin{align*}
\sum_{i=1}^n \lambda_i v_i = 0
\end{align*}
is $\lambda_1 = \cdots = \lambda_n = 0$.
Given coefficients $(t_0, t_1, \ldots, t_n)$ satisfying $\sum_{i=0}^n t_i = 0$, set $\lambda_i := t_i$ for $i = 1, \ldots, n$, so $t_0 = -\sum_{i=1}^n \lambda_i$. Conversely, given $(\lambda_1, \ldots, \lambda_n)$, set $t_i := \lambda_i$ for $i \geq 1$ and $t_0 := -\sum_{i=1}^n \lambda_i$; then $\sum_{i=0}^n t_i = 0$. This correspondence is bijective between
\begin{align*}
\{(t_0, \ldots, t_n) \in \mathbb{R}^{n+1} : \textstyle\sum_{i=0}^n t_i = 0\} \quad \text{and} \quad \mathbb{R}^n,
\end{align*}
and sends the zero tuple on one side to the zero tuple on the other. The two conditions "all $t_i = 0$" and "all $\lambda_i = 0$" are equivalent under this bijection.
[/step]