Before even starting let me make clear this question is not duplicate of this which asks for proving just the inverse statement.
Prove that if $P$ and $Q$ are permutation matrices with $(P-I)(Q−I)=0$ then, they represent disjoint permutations
MY TRY :- Let P and Q be the matrices corresponding to the respective permutations $p$ and $q$ in cycle notation. Let $p$ and $q$ do not represent disjoint permutations. For e.g. $p = (123)$ and $q=(345)$ We have that $$ P = \begin{pmatrix} 0 & 1 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & 0\\ 1 & 0 & 0 & 0 & 0\\ 0 & 0 & 0 & 1 & 0\\ 0 & 0 & 0 & 0 & 1 \end{pmatrix} \text{ and } Q = \begin{pmatrix} 1 & 0 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 & 0 \\ 0 & 0 & 0 & 1 & 0\\ 0 & 0 & 0 & 0 & 1\\ 0 & 0 & 1 & 0 & 0 \end{pmatrix}.$$ Now $PQ$ being a permutation will not have two $1$'s in same row. But $P+Q-I$ have two $1$'s and one $-1$ in the "third" row, and $PQ\neq P+Q-I$ which is equivalent $(P-I)(Q-I)\neq 0$ so we reach a contradiction visually. But isn't there some clear method to prove it theoritically?
I am new to group theory. Please ask for clarifications in case of any discrepancies.
Hint: Let $\pi$ denote the permutation corresponding to $P$, and let $e_1,e_2,\dots,e_n$ denote the standard basis of $\Bbb F^n$. Suppose that $\pi = \sigma_1\cdots \sigma_k$ is a decomposition into disjoint cycles (including all "cycles with length $1$"). Let $S_k = \{a_1,\dots,a_\ell\}$, where $\sigma_k = (a_1 \cdots a_\ell)$.
Note that $\ker(P - I)$ is spanned by the vectors $v_k = \sum_{j \in S_k} e_j$. In particular, if $S_k = e_p$, then $e_p \in \ker (P-I)$. Because $P$ is orthogonal, we have $\operatorname{im}(P - I) = \ker(P - I)^\perp$.