Prove that any element of this group ring is an associate to an element of the polynomial ring and that the group ring is an integral domain

103 Views Asked by At

Let $G = \langle x\rangle$ be the infinite cyclic group generated by an element $x$. The group ring $R = Q(G)$ consists of finite sums of the form $r_{−m}x^{−m} + r_{−m+1}x^{−m+1} + · · · + r_{−1}x^{−1} + r_0 + r_1x + · · · + r_nx^n$ where $m, n ≥ 0$ and $r_{−m}, r_{−m+1},\ldots, r_n$ are rational numbers. The ring of polynomials $Q[x]$ is naturally embedded in R. I need to:

(a) Prove that any element $f ∈ R$ is an associate to a polynomial $\overline f ∈ Q[x]$.

(b) Prove that R is an integral domain

I was able to achieve a by setting $\overline f = x^mf$, but I am a little stuck on b.

We are given the definition, a ring R with identity is an integral domain if the identity element of R is non-zero and R has no zero divisors. So obviously the identity is 1, which is nonzero. Now to show that there are no zero divisors, I need to show that for $f,g\in R, (fg = 0 \rightarrow f= 0$ or $g = 0$). So let $f = \sum_{i=-m}^nr_ix^i$ and $g = \sum_{j=-k}^ps_jx^k$. Then multiplying them together gives $fg = \sum_{i=min\{m,k\}}^{max\{n,p\}}c_ix^i$ (I think. Honestly, this could be wrong.) Now I have no idea where to go from here