I have tried to prove that if a matrix $A\in\mathbb{C}^{n\times n}$ is such that there are no two sets $I,J\subseteq\{1,\dots,n\}$ that are disjoint, complementary, nonempty, and such that for all $(i,j)\in I\times J$ we have $a_{ij}=0$, $a_{ij}$ being the $ij$ entry of the matrix $A$, then the associate graph, as defined here, is strongly connected. The hypothesis will be called n-DISC (not Disjoint Index Set Condition) and the strong connectedness of the graph will be referred to as SCG in the proof. I have managed to give the following proof:
I have proved it in special cases, and then assumed the same line of thought can be used for any size, but the proof is anyway long and very unelegant, so any suggestion of a more elegant proof is very welcome indeed. Instead of proving n-SCG implies DISC, I tried to prove that n-DISC implies SCG, because trying the former didn't seem to lead me anywhere, while the latter gave me something that seemed to be OK for any case. Let's start with $n=2$. Then we have a $2\times2$ matrix and 2 nodes. Let's take one. it can't be cut off from the other one, otherwise we would have the DISC. So from this node, be it $A$, we can reach the other one, be it $B$. The same argument on $B$ proves we can reach $A$ from $B$, and therefore the graph is SC. Let's go on with $n=3$. We start at one node, be it $A$. From it, as said above, we can reach at least one other node, be it $B$. From $B$ we can reach at least another node. Now one is tempted to say it is the last node, $C$, but of course not. So we have to cases: either $A\to B\to C$, or $A\leftrightarrow B$. In the former case, from $C$ we can reach at least one node. If it is $A$, we have concluded. If it is $B$, i.e. $A\to B\leftrightarrow C$ then from either $B$ or $C$ we can reach $A$, otherwise the DISC is violated by $B,C$ opposed to $A$. If $A\to B\leftrightarrow C\to A$, we have concluded, and if $A\leftrightarrow B\leftrightarrow C$, we have also concluded. However, we still have the latter case: $A\leftrightarrow B$. Of course, from one of those we must reach $C$. So $A\leftrightarrow B\to C$ or $C\leftarrow A\leftrightarrow B$. In the former case, we anyway have $A\to B\to C$, and we have shown before that this case leads to a positive conclusion. In the latter case, from $C$ we can reach either $B$ or $A$, otherwise we violate the supposed DISC. If $C\to B$, then $A\to C\to B\to A$, which concludes the proof. If $C\to A$, then $C\leftrightarrow A\leftrightarrow B$, which also concludes the proof. I tried it for $n=4$, but got bored in the process, concluded a positive case and left many uninvestigated cases.
Now I fully well understand this proof is horribly complex and incredibly unelegant. This is why I'm asking if there is a simpler and more elegant proof for this statement. Naturally, this is only half of the theorem, which states the equivalence of n-DISC with SCG, i.e. the equivalence of the irreducibility of $A$ with the strong connectedness of its associated graph. Can someone help me here?