In proving that every pyramid (4 faces) admits a unique inscribed ball, I encountered the following problem:
Given any pyramid whose unit outward normal vectors are $n_{1,2,3,4}$, prove that the set of vectors $\{n_1-n_{2,3,4}\}$ are linearly independent.
This turns out surprisingly complicated. I feel we will have to do some inner product calculation, since if their lengths were flexible, the claim would be clearly false. So I suppose $$\sum_{j=2}^4 \alpha_j (n_1 - n_j) = 0$$ and end up with $$n_1 =\frac{\sum_j \alpha_j n_j}{\sum_j\alpha_j}\tag{*}$$ But after performing inner product (with themselves) on both sides, I get little information.
One fact I'm aware of: any three of $\{n_{1,2,3,4}\}$ are linearly independent, since three faces intersect at a single point iff their outward normals are independent.
Could anybody give any insight? Thanks!
I attempted another approach to simplifying this problem. Since $n_{2,3,4}$ form a basis in $\Bbb R^3$, there exist unique $\lambda_{2,3,4}$ such that $$n_1 = \sum_{j=2}^4\lambda_j n_j.$$ But from $(*)$ we also must have that $\sum_{j=2}^4\lambda_j = 1$. Therefore, it suffices to show the following system of linear equations has no solution $$\begin{bmatrix} n_2 & n_3 & n_4 \\ 1 & 1 & 1 \\ \end{bmatrix} \begin{bmatrix} \lambda_2 \\ \lambda_3 \\ \lambda_4 \end{bmatrix} = \begin{bmatrix} n_1 \\ 1 \end{bmatrix}$$ which again amounts to showing that $$A:=\begin{bmatrix} n_1 & n_2 & n_3 & n_4\\ 1 & 1 & 1 & 1 \end{bmatrix}$$ has full rank, i.e. rank 4 which is greater than the coefficient matrix's rank 3. Givien that each $n_{1,2,3,4}$ is unit length, and any three of them are independent, is there any easy way to show $A$ is full rank? Thanks!
Finally, I figured out this relatively easy approach. From $(*)$ we know that if $\{n_1 - n_{2,3,4}\}$ are dependent then we must have $\lambda_{j}\in\Bbb R,\,j=2,3,4$ such that $\sum_j\lambda_j=1$ and $n_1 = \sum_j\lambda_j n_j$.
We put the starting points of all $n_i$s to the origin $O$. Then the endpoints of $n_{2,3,4}$ must form a plane located away from the origin, since they form a basis. Now since $\sum_j\lambda_j=1$, the endpoint of $n_1$ lies on this plane too. Let $n$ be the unit normal of this plane that points away from the origin, then if we denote the distance of this plane to the origin by $d$, we have $$0<d = n\cdot n_i,\quad i=1,2,3,4.$$
However, as a result of Gauss-Ostrogradski theorem (aka divergence theorem), we must have $$\sum_{i=1}^4 S_i n_i = 0 \tag{**}$$ where $S_i>0$ denote areas of the faces corresponding to $n_i$ respectively. Now dot multiply $n$ on both sides of $(**)$ to get a contradiction.