Show that in the full $QR$ decomposition of the full rank $m\times n$ matrix $A,m ≥ n$, the vectors $q_{n+1}, \ldots, q_m$ are an orthonormal basis for the null space of $A^T$.
Full $QR$ :$Q\in \mathbb R^{m\times m} , R\in \mathbb R^{m\times n}$
Thanks!
$rank(A^T) + nullity(A^T) = m$. But $rank(A) = rank(A^T) = n$ since $A$ is full rank. So $nullity(A^T) = m - n$. So basis for $A^T$ must contain $m - n$ vectors.
The set $\{q_{n+1}, \dots, q_m\}$ contains right number of vectors and they are already orthonormal. So all that remains to show is $A^T{q_j} = \mathbf{0}$ for all $j \in \{n+1, \dots, m\}$.
$A^T = R^T Q^T$ and $Q^T q_j = e_j$ since $Q$ is orthogonal. Thus $A^T q_j = R^T e_j = \text{$j^{th}$ column in $R^T$} = (\text{$j^{th}$ row in $R$})^T$.
Consider that $A$ is full rank and $R$ is upper triangular $\implies$ all diagonal entries in $R$ are non-zero. Thus, $n+1$ to $m$ rows in $R$ are the only zero rows in $R$. Thus $A^T q_j = \mathbb{0}$ for all $j \in \{n+1, \dots, m\}$.