5

Let $R$ be a finite commutative ring. For $n>1$ consider the full matrix ring $M_n(R)$. For a matrix $A\in M_n(R)$ is true that the cardinality of the left annihilator (in $M_n(R)$) of $A$ equals the cardinality of the right annhilator?

azimut
  • 22,696
zacarias
  • 3,158

1 Answers1

3

No, this isn't true in general, but it's true in principal ideal rings. Consider $R=\mathbb{F}_2[x,y]/(x,y)^2$ (a finite ring that isn't a principal ideal ring, which I found in this answer by Zev). The matrix

$$A=\pmatrix{x&x\\y&y}$$

annihilates the $16$ vectors that have no constant term, both on the left and on the right, but on the right it also annihilates the $16$ vectors that have a constant term in both components, for a total of $32$. Thus the left annihilator in $M_n(R)$ has $256$ elements, whereas the right annihilator has $1024$.

However, if $R$ is an elementary divisor ring, we can bring $A$ into Smith normal form using invertible matrices. Since this is diagonal, its left and right annihilators are the same up to transposition, and the invertible matrices don't change their cardinality. (See this MO question.)

According to Theorem 15.9 in Matrices over commutative rings by William Brown, all principal ideal rings are elementary divisor rings. (Wikipedia only claims this for principal ideal domains.) According to this paper, a necessary condition for a ring to be an elementary divisor ring is that all finitely generated ideals are principal. Since in a finite ring all ideals are finitely generated, a finite elementary divisor ring must be a principal ideal ring. Thus a finite ring is an elementary divisor ring if and only if it is a principal ideal ring.

joriki
  • 238,052
  • This might be weird since I'm asking like five years later, but do you know more references where one can learn about Hermite/elementary divisor rings besides the book "Matrices over commutative rings". – Xam Aug 03 '17 at 17:12
  • 1
    @Xam This might be weird since I'm replying like five years later, but you may want to have a look at the book Matrices - Theory and Applications, by Denis Serre. – Suzet Oct 06 '22 at 14:44