Let $\{\overrightarrow u, \overrightarrow v,\overrightarrow w\}$ be an orthonormal basis of $\mathbb R^3$ with respect to the standard inproduct. We define the matrix $A$ as $A= \overrightarrow u\overrightarrow u^{tr} + \overrightarrow v\overrightarrow v^{tr} + \overrightarrow w\overrightarrow w^{tr}$.
Then show that $A=I_3$.
Hint: Use the preceding exercise and show that $Ker(A-I_3)= \mathbb R^3$.
(i) Let $\overrightarrow u = \{\overrightarrow {u_1},\overrightarrow {u_2}, \overrightarrow {u_3} \}, v=\{\overrightarrow {v_1},\overrightarrow {v_2},\overrightarrow{v_3}\},w=\{\overrightarrow {w_1},\overrightarrow {w_2},\overrightarrow {w_3}\}$ be orthonormal bases (That means you can treat them like $\{\overrightarrow {e_1}, \overrightarrow {e_2}, \overrightarrow {e_3}\}$ of $\mathbb R^3$). This means the value on the diagonals will be equal to $1$ in a matrix of $3\times 3$.
View it as
$A= \begin{bmatrix} \overrightarrow {u_1} & \overrightarrow {v_1} & \overrightarrow {w_1} \\ \overrightarrow {u_2} & \overrightarrow {v_2} & \overrightarrow {w_2} \\ \overrightarrow {u_3} & \overrightarrow {v_3} & \overrightarrow {w_3} \end{bmatrix}\cdot \begin{bmatrix} \overrightarrow {u_1^{tr}} & \overrightarrow {v_1^{tr}} & \overrightarrow {w_1^{tr}} \\ \overrightarrow {u_2^{tr}} & \overrightarrow {v_2^{tr}} & \overrightarrow {w_2^{tr}} \\ \overrightarrow {u_3^{tr}} & \overrightarrow {v_3^{tr}} & \overrightarrow {w_3^{tr}} \end{bmatrix}= \begin{bmatrix} 1 & 0 & 0\\ 0 & 1 & 0\\ 0& 0& 1 \end{bmatrix}= I_3$
(ii) Well if $A= I_3$ then we can conclude from the previous excercise that it is equal to $\mathbb R^3$.
L.S.:
Will proofs like this (i.e. informal proofs) if completed be accepted in maths journals or if someone claims to have a solution on one or more of the remaining 6 Millenium Prize Problems?
The fact that you are treating $u,v,w$ like $e_1,e_2,e_3$ of $\mathbb R^3$,means nothing at all. I do not see any similarity between $u,v,w$ an the standard basis, apart from the fact that both are orthonormal.
The way to see $A$, which you have written, is incorrect. In fact, if say $u = (u_1,u_2,u_3)$, then $uu^T$ is a $3 \times 3$ matrix, whose $(i,j)$th entry is $u_iu_j$. Similarly with $v$ and $w$. So, what you have is: $$ A_{ij} = u_iu_j + v_iv_j + w_iw_j \quad 1 \leq i,j \leq 3 $$ You can see, for example $A_{11}$ does not match the description I gave.
For example, $A_{23} = u_2u_3 + v_2v_3 + w_2w_3$. It is not at all clear why this entry should be zero.
To show that $A = I_3$, we use the exercise given : show that $\ker(A-I_3) = \mathbb R^3$. I will now only say $I$ rather than $I_3$.
Naturally, we must first find some elements in the kernel. Let's try operating $A - I$ on $u$. What is $Au - Iu$? $$ Au - Iu = uu^Tu + v(v^Tu) + w(w^Tu) - u = u +0+0 - u = 0 $$
so $(A-I)u = 0$. Note that $v^Tu = w^Tu = 0$ from orthogonality, and $u^Tu = 1$ from normality.
Show that $(A-I)v = (A-I)w = 0$ similarly.
So the kernel of $(A-I)$ contains $u,v,w$, which are three linearly independent elements of $\mathbb R^3$. Can you see why the kernel must be equal to $\mathbb R^3$?
Now use the exercise to complete the problem.