Suppose we have $ \textbf{x}_\textbf{0},\textbf{x}_\textbf{1},\ldots,\textbf{x}_{n-1}$ such that $\textbf{x}_\textbf{1}-\textbf{x}_{n-0}, \ldots, \textbf{x}_{n-1}-\textbf{x}_0$ are linearly independent. How can you prove there is exactly one hyperplane containing all $\textbf{x}_i$?
My idea was to assume there are two hyperplanes $P= \{ \textbf{x} \mid \textbf{z} \cdot \textbf{x}= c \}$ and $P'= \{ \textbf{x} \mid \textbf{y} \cdot \textbf{x}= b \}$ and then conclude that $\textbf{z}$ and $\textbf{y}$ are scalar multiples of each other, and so are $b,c$.
Any suggestions?