The problem I'm trying to solve is as follows, which was posed to me by my professor as an exercise:
Let $x, u_i \in \Bbb R^n$, $ A = (u_1, u_2, \ldots, u_{n-2})$ and $\{u_1, u_2, \ldots, u_{n-2}\}$ is linearly independent. Let $U = \text{Col}(A)$. Then, show $\operatorname{Proj}_{U^\perp}(x) =- \frac1{\det(A^{T}A)} X(u_1,\ldots, u_{n-2}, X(u_1, \ldots, u_{n-2}, x))$.
Here is my proof so far:
We want to show that $$x - \operatorname{Proj}_U(x) = -\frac1{\det(A^TA)} X(u_1,\ldots, u_{n-2}, X(u_1,\ldots, u_{n-2}, x)).$$ Equivalently, $\begin{aligned}x - A(A^TA)^{-1}A^Tx &= -\frac1{\det(A^{T}A)} X(u_1, \ldots, u_{n-2}, X(u_1,\ldots, u_{n-2}, x)) \\\iff A\text{ adj}(A^TA)A^Tx - x\det(A^TA) &= X(u_1,\ldots, u_{n-2}, X(u_1, \ldots, u_{n-2}, x)).\end{aligned}$
Now, I've used a fact proven in class that $$\begin{aligned}&\ X(u_1, \ldots,u_{n-2}, X(u_1,\ldots, u_{n-2}, x))\\&=\left(\sum\limits_{i=1}^{n-2} (-1)^{n+i} \det((B^TA)^{(i)})u_i\right) - \det((B^TA)^{(n-1)})x\end{aligned}$$
where $B = (u_1, u_2, \ldots, u_{n-2}, x)$ and $(B^TA)^{(i)}$ is obtained by removing the $i-\text{th}$ row of $B^TA$.
Observing that $(B^TA)^{(n-1)} = A^TA$, we can rewrite the goal, so now we need to show that $$A\text{ adj}(A^TA)A^Tx = \left(\sum\limits_{i=1}^{n-2} (-1)^{n+i}\det((B^TA)^{(i)})u_i\right).$$
This is about where I am out of ideas on how to proceed. I think I am onto something, but I am not sure how to prove this last goal.
Any observations, hints, or solutions would be very much appreciated!
\detfor $\det$,\Bbb R^nfor $\Bbb R^n$,\operatorname{Proj}for $\operatorname{Proj}$,\ldotsfor $\ldots\ $ and if you have only one letter in the subscript, you don't have to write{}. – Matcha Latte Jun 22 '20 at 06:54