Is R/kZ under multiplication a field?

  • Context: Graduate 
  • Thread starter Thread starter Mandelbroth
  • Start date Start date
  • Tags Tags
    Multiplication
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
Mandelbroth
Messages
610
Reaction score
23
I'm trying to figure out if ##\mathbb{R}/k\mathbb{Z}## would form a field if we allowed for an "induced" multiplication from ##\mathbb{R}##, with ##r\in\mathbb{R}/k\mathbb{Z}## identified with ##r+k\in\mathbb{R}/k\mathbb{Z}##. So, if we wanted to multiply ##3\in\mathbb{R}/4\mathbb{Z}## by ##\frac{1}{2}\in\mathbb{R}/4\mathbb{Z}##, we'd get 3/2, but if we wanted to multiply ##3\in\mathbb{R}/4\mathbb{Z}## and ##2\in\mathbb{R}/4\mathbb{Z}##, we'd get 6-4=2. I'm not convinced that this is a field, despite what my professor told me in a really off-topic discussion from polar coordinates.

Clearly, it forms an abelian group under addition. It also has a commutative, associative, and distributive multiplication law with an identity. Now I just need to show that it has an inverse for every nonzero element. I tried to prove this by proving that there isn't a nontrivial proper ideal in ##\mathbb{R}/k\mathbb{Z}##, but that isn't getting me anywhere.

Rather than help me with just this specific problem, though, I'd also like to know if there is a general algorithm/procedure/etc. for showing that a commutative ring is a field.

Any help is much appreciated. Thank you.
 
Physics news on Phys.org
Your multiplication has some problems here. Notice that 0+4Z = (0+4Z)(1/2+4Z) = (4+4Z)(1/2+4Z) = 2+4Z using your rule.
 
  • Like
Likes   Reactions: 1 person
jgens said:
Your multiplication has some problems here. Notice that 0+4Z = (0+4Z)(1/2+4Z) = (4+4Z)(1/2+4Z) = 2+4Z using your rule.
Aha! There we go. Thank you. :biggrin:

Do you have any idea how I could notice things like that in the future?
 
Mandelbroth said:
Do you have any idea how I could notice things like that in the future?

Anytime you are quotienting out by a set (in this case kZ) the first question should be "are my operations still well-defined?" And until you prove that they are there's no point in proceeding. And by 'well-defined' we always mean what happens if I pick different representatives of the same co-set, so if you tried some examples you would quickly find the problem here.
 
Mandelbroth said:
Do you have any idea how I could notice things like that in the future?

Sure. If you have a ring R and a subgroup I then generally R/I inherits multiplication from R only when I is an ideal. So basically whenever you quotient out by something that is not an ideal, you should not expect to end up with a ring.
 
  • Like
Likes   Reactions: 1 person
jgens said:
Sure. If you have a ring R and a subgroup I then generally R/I inherits multiplication from R only when I is an ideal. So basically whenever you quotient out by something that is not an ideal, you should not expect to end up with a ring.
I probably should have thought of that. I just wasn't thinking of ##\mathbb{R}## alone in terms of rings. :redface:

Thank you. You've been very helpful and patient.