Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

This is an exercise in Artin,

Describe the ring obtained from $\mathbb{Z}$ by adjoining an element $\alpha$ satisfying the two relations $2\alpha - 6 = 0$ and $\alpha - 10 = 0$.

I have seen examples in the text where one relation is imposed on a ring, but not two. I would very much like to see how this is done. Thanks!

share|improve this question

1 Answer

up vote 2 down vote accepted

The idea it's simple indeed, what you're doing is considering the quotient ring obtained by $\mathbb Z[x]$ and its ideal generated by the polynomials $2x - 6$ and $x - 10$ (i.e. $(2x -6 , x - 10)$).

Through some calculations it's easy to see that $$(2x - 6,x - 10) = (x - 10, 14) = (x + 4, 14)$$ an so you can also easily prove that the ring you obtain is $$\mathbb Z_{14}[x]/(x + [4]_{14})$$ and as YACP pointed out this quotient is isomorphic to $\mathbb Z_{14}$.

share|improve this answer
Thanks! Could you specify what you mean by "some calculations". How do you go from $(2x-6,x-10)$ to $(x+4,14)$? – Carolus Nov 21 '12 at 8:56
1  
Simple: $2x - 6 = 2(x - 10) + 14$ and clearly $14 = (2x - 6) - 2(x - 10)$, so we have that $2x - 6, x - 10 \in (x - 10, 14)$ and, on the other end $14, x - 10 \in (x - 10, 2x - 6)$ so these two ideals are one contained in the other one, and so they're equal. – ineff Nov 21 '12 at 9:22
Great, thanks again! – Carolus Nov 21 '12 at 9:28
3  
@ineff Actually you didn't finish the job: $\mathbb{Z}[X]/(X+4,14)\cong\mathbb{Z}_{14}$. – YACP Nov 21 '12 at 10:15
Right @YACP. Now I complete :) thanks. – ineff Nov 22 '12 at 16:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.