Given three matrix $X,Y,Z$ satisfying the followings:
$$XZ=ZX$$ $$YZ=ZY$$ $$rank(XY-YX+I)=1$$
Prove that $Z=aI$ for sum real number $a$.
Given three matrix $X,Y,Z$ satisfying the followings:
$$XZ=ZX$$ $$YZ=ZY$$ $$rank(XY-YX+I)=1$$
Prove that $Z=aI$ for sum real number $a$.
$XY=YX$ implies $XY-YX=0$ we deduce $XY-YX+I=I$ so $X,Y,Z$ are one dimensional matrices since the rank of $I$ is $1$ and $Z=aI$.