The reason I'm attempting to show the following result is so as to define the cross product in arbitrary dimensions.
Theorem: Given $v_1, \ldots , v_{n-1}\in \mathbb{R}^n$, there is a unique $v\in \mathbb{R}^n$ such that $$\det (u \ v_1 \ldots v_{n-1})=u\cdot v$$ for any $u\in \mathbb{R}^n$.
My attempt:
Case 1: the vectors $v_1, \ldots ,v_{n-1}$ are linearly dependent. Then the only possible choice for $v$ is clearly the zero vector.
Case 2: the vectors $v_1, \ldots ,v_{n-1}$ are linearly independent. Uniqueness can be shown by noting that
$$\det(v_i \ v_1 \ldots v_{n-1})=0=v_i\cdot v$$
for any $1\leq i \leq n-1$, so that $v$ is orthogonal to every $v_i$. In particular, $v$ is in the only direction perpendicular to the $(n-1)$-dimensional hyperplane spanned by the vectors $v_1, \ldots ,v_{n-1}$. Taking a unit vector $u$ in such direction we have
$$v=\mu u$$
for some $\mu \in \mathbb{R}$. Thus two vectors $v, v'$ with the hypothesized property give
$$v\cdot v = \det(v \ v_1 \ldots v_{n-1}) = v\cdot v' = \det(v' \ v_1 \ldots v_{n-1}) = v'\cdot v' =$$
so that $| v | = | v' | = |\mu|$. Thus $v=\pm v'$, yet if $v = -v'$ we have
$$\det(w \ v_1 \ldots v_{n-1}) = w\cdot v = -w\cdot v' = -\det(w \ v_1 \ldots v_{n-1})$$
for any vector $w\in \mathbb{R}^n$. So $v$ must equal $v'$ as wanted.
How can I show existence for the case in which $v_1, \ldots ,v_{n-1}$ are linearly independent?