psie
- 315
- 40
- Homework Statement
- In my linear algebra book they gave some applications to composition of linear maps, and I found the following exercise.
Exercise. For an incidence matrix ##A## with related matrix ##B## defined by ##B_{ij}=1## if ##i## is related to ##j## and ##j## is related to ##i##, and ##B_{ij}=0## otherwise, prove that ##i## belongs to a clique if and only if ##(B^3)_{ii}>0##.
- Relevant Equations
- See below.
An incidence matrix reflects a relation on a set of ##n## objects ##1,2,\ldots,n## and is a square matrix with ##0##s on the diagonal, and ##0##s and ##1##s elsewhere. For example, consider the incidence matrix $$A=\begin{pmatrix}0&1&0&0\\ 1&0&0&1 \\ 0&1&0&1 \\ 1&1&0&0\end{pmatrix}.$$Since ##A_{34}=1## and ##A_{14}=0##, person ##3## can send to ##4## but ##1## can not send to ##4##. The interpretation of ##(A+A^2+\cdots+A^m)_{ij}## is the number of ways in which person ##i## can send to ##j## in at most ##m## stages. If you compute ##A^2##, you will see that ##(A^2)_{31}=2##, so there are two ways in which person ##3## can send to ##1## in at most two stages
A clique is a maximal collection of three or more people with the property that any two can send to each other. So according to the exercise above, if you're given an incidence matrix ##A## and compute ##B## and then ##B^3##, we have person ##i## is in a clique if and only if ##(B^3)_{ii}>0##.
I don't really know where to start with this exercise. I know no graph theory and the book hasn't presented any. I notice it is an if and only if statement, so there are two implications I need to prove. Also, ##B## is symmetric. Grateful for any help.
A clique is a maximal collection of three or more people with the property that any two can send to each other. So according to the exercise above, if you're given an incidence matrix ##A## and compute ##B## and then ##B^3##, we have person ##i## is in a clique if and only if ##(B^3)_{ii}>0##.
I don't really know where to start with this exercise. I know no graph theory and the book hasn't presented any. I notice it is an if and only if statement, so there are two implications I need to prove. Also, ##B## is symmetric. Grateful for any help.