Rank A Equal to Min k: Matrix in Mn(F) Proof

  • Thread starter Thread starter brru25
  • Start date Start date
brru25
Messages
29
Reaction score
0
If A is a matrix in Mn(F), show that rank(A) = min(k: A = A1 + ... + Ak, rank(Ai) = 1, Ai in Mn(F) for every i between 1 and k.
 
Physics news on Phys.org
Sounds like a homework problem. Have you worked on it at all? What lines of attack have you come up with, and where'd you get stuck? What sort of theory might be applicable to the problem?
 
Well I was thinking on the lines of rank-nullity theorem but I didn't see how that would apply here. I was also thinking of assuming each A_i was a matrix of entirely zero except for one row (or column), of which has only one entry of 1...e.g.

|0 0 0 0|
|0 0 0 0|
|1 0 0 0|
|0 0 0 0|

Each A_i would have to be distinct. I tried an example using three 3x3 matrices and got:

A = A_1 + A_2 + A_3 = I =

|1 0 0|
|0 0 0| +
|0 0 0|

|0 0 0|
|0 1 0| +
|0 0 0|

|0 0 0|
|0 0 0|
|0 0 1|

All matrices have rank 1 (I believe) and the matrix A would thus have rank 3.

How to show that rank(A) = the smallest possible k is tripping me up though.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...

Similar threads

Replies
2
Views
2K
Replies
9
Views
3K
Replies
5
Views
2K
Replies
11
Views
2K
Replies
1
Views
1K
Replies
7
Views
1K
Replies
14
Views
3K
Back
Top