I'm trying to solve the following statement.
Consider a $n \times p$ matrix $X = [1_n \hspace{1mm} Z]$, where $1_n = (1, \dots, 1) \in \mathbb R^n$ and $\text{rank}(X) = p$. Let $I_n$ be a $n \times n$ identity matrix, and $J_n$ be a $n \times n$ matrix whose elements are all 1. Assuming $n >\!\!> p$, show that $(I_n - \frac{1}{n}J_n)Z \in \mathbb R^{p-1}$ is a full column rank.
Since $I_n - \frac{1}{n}J_n$ is not invertible, I can't use the property $\text{rank}((I_n - \frac{1}{n}J_n)Z) = \text{rank}(Z)$ directly. So, it would be grateful if I could get some hint regarding this approach.
Thank you in advance.