- #1
n+1
- 13
- 0
Homework Statement
Is there a finite non-trivial ring such that for some a, b in R, ac = bc for all c in R?
Does there exist finite non-trivial rings all of whose elements are zero-divisors or zero?
2. The attempt at a solution
Let a, b ≠ 0 in R such that ac=bc for all c in R. Subtracting the right from the left side, we see that (a-b)c=0, which since c is arbitrary, gives us that every element of R is a zero-divisor or zero.
At this point, I opted to leave the initial problem to explore the second question: does there exist non-trivial rings all of whose elements are zero-divisors or zero? Seeing how I'm not so much trying to prove anything yet as I am just trying to gain some insight, my approach circles around identifying key information that's at play more than formally proving anything (I hope this approach doesn't make it too unreadable). I do this by assuming a ring of all zero-divisors and then seeing where I might be forced to make the ring trivial.
Let a ≠ 0 in R, and let a0[\SUB] be a zero-divisor of a (we're guaranteed at least one). Since closure doesn't really play a factor here, there are only two properties of rings that involve multiplication (and thus zero-divisors): associativity (over multiplication) and distributivity. Exploring associativity reveals that
0 = (aa0)b = a(a0b),
and so we have that S={a0r | r in R} is a set of zero-divisors of a and zero. However, since a0r1 = a0r2 only implies that a0 and r1-r2 are zero-divisors, the map r to a0r is NOT necessarily one-to-one. In fact, we're guaranteed it's not one-to-one since both r=0 and r=a are sent to 0. This gives us hope that perhaps ar ≠ 0 for all r in R. Of course, it's also not sufficient proof that ar ≠ 0 for all r, for there could be more zero-divisors of a not in S (indeed we have done nothing to exclude trivial rings thus far, and so it would be absurd to claim that S necessarily contained all the zero-divisors of a).
Exploring distributivity we see that
0 = aa0 = naa0 = a(na0)
for some n in Z (the integers), and so all members of R of form na0 are also zero-divisors of a (so clearly a non-trivial ring containing all zero-divisors could NOT be cyclic). Putting this information together with that of the last paragraph, we have the following set of zero-divisors of a: {na0r | n in the integers, r in R}. Say |S| = m, we can stretch our set of zero-divisors even further by giving the elements of S an order: s1, s2, ..., sm; S* = {n1s1 + ... + nmsm | n \in \Z}. In other words, S* is just the subgroup of R+ (I'm not sure if this is correct notation; I mean the 'group part' of the ring, R) generated by all the elements of S (all the different right multiples of our initial a0). ...
Closing Remarks
Anyway, this is where I am now. I'm looking for examples of such rings as described in the question or some proof of why such rings are impossible (the proof does not necessarily have to be connected to my work thus far).
Thanks!