Friday, September 23, 2016

modules - Dimension of the rationals over the integers



What is the dimension of Q when it is seen as a module over the integers Z (with the usual definitions of addition and multiplication)?



Initially I thought that the dimension ought to be 2, because each rational is uniquely defined by a pair of integers. But then I started looking for a base of size 2, and saw that it doesn't work:




Suppose we have the following base: {p1q1,p2q2}. Then for every integers n1, n2:



n1p1q1+n2p2q2=n1p1q2+n2p2q1q1q2



It is obvious that a rational number with a denominator of q1q2+1 cannot be represented as such a linear combination. Therefore the given set is not a base.



By a similar argument, no finite set can be a base.



On the other hand, the following countable set is a base:




{11,12,13,...}



so the dimension of Q over Z is א0.



Is my conclusion correct?


Answer



No set of more than one rational number is independent, so there is no basis, the rationals are not a free module over the integers.



However, your argument that there is no finite generating set is correct.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...