Proving 1_R = 0_R in a Ring: Exploring the Confusing Ring Problem

In summary: More important, after you showed that a*0=0 for all a, you still need to show that there is no other element in R. That is, you need to show that if a is not 0, then a is 1.Here is an argument based on the axioms. Suppose a is not 0. Then, since a*0=0, a is not invertible. Now 1=a*1=a*(a^{-1}*a)=a*a^{-1}*a=a*a^{-1}=1*a^{-1}=a^{-1}. So a is invertible! Contradiction.
  • #1
Stephen88
61
0
Let R be a ring in which 1_R = 0_R .Show that R has only one element.
I'm assuming the idea behind the problem is to prove that the additive identity and multiplicative identity are the same.This can only happen if either 1 or 0 or both are part of the Ring.
If R={1},then all the axioms that define a ring are satisfied.
If R={0},then again all the axioms that define a ring are also satisfied...and if If R={0,1} it is the same thing so in order for 1_r=0_r the Ring must have one element which is either 0 or 1...is this correct?
 
Physics news on Phys.org
  • #2
StefanM said:
Let R be a ring in which 1_R = 0_R .Show that R has only one element.
I'm assuming the idea behind the problem is to prove that the additive identity and multiplicative identity are the same.
What I find somewhat troubling about your post is the apparent confusion about the concept of a proof. The meaning of the phrase "If A, then B" and the ways of proving it, besides being familiar from everyday language, are studied in secondary school (e.g., using geometric proofs) or, at most, in the very first university courses. Certainly by the time students encounter rings and other topics of abstract algebra, they should know very well what a good proof is and how to construct one.

The problem can be reformulated as follows: "If a ring R has $0_R=1_R$, then R has a single element." To prove this statement, one assumes that $0_R=1_R$; one does not need to prove it.

StefanM said:
This can only happen if either 1 or 0 or both are part of the Ring.
Of course, by using $1_R$ the problem implicitly assumes that this is a ring with a multiplicative unity. Additive unity always belongs to a ring.

StefanM said:
If R={1},then all the axioms that define a ring are satisfied.
If R={0},then again all the axioms that define a ring are also satisfied...and if If R={0,1} it is the same thing so in order for 1_r=0_r the Ring must have one element which is either 0 or 1...is this correct?
Checking that one-element set is a ring is the converse of what the problem is asking. The problem is to show that if some arbitrary ring, which a priori may be assumed to have many elements, has 0 = 1, then it in fact has only one element.

You need to know that $x\cdot 0 = 0$ in a ring (this is derivable from axioms). Then assume that x is an arbitrary ring element and prove that x = 0 using the fact that 1 = 0.
 
  • #3
StefanM said:
Let R be a ring in which 1_R = 0_R .Show that R has only one element.
I'm assuming the idea behind the problem is to prove that the additive identity and multiplicative identity are the same.
As Evgeny.Makarov said, you have this backward. You are given that the additive identity and multiplicative identity are the same. You are to prove that R contains no other elements.

This can only happen if either 1 or 0 or both are part of the Ring.
Yes, by definition every ring contains 0 (additive identity). Since you are told that 0_R= 1_R it must also contain 1 (multiplicative identity).

If R= {1}, then all the axioms that define a ring are also satisfied...and if If R={0,1} it is the same thing so in order for 1_r=0_r the Ring must have one element which is either 0 or 1...is this correct?
You have done two cases- R= {1} and R= {0, 1} which are, of course, the same thing. Now what about the possible cases that R contains some element other than 0 or 1. Suppose the does in fact exist m in R not equal to either 0 or 1. What can you say about 0*m? What can you say about m*1? How does that give a contradiction?
 
Last edited by a moderator:
  • #4
A multiplicative identity gives the following a*1_r=1_r*a=a...since 1_r=0_r then this implies a*0_r=a*1_r which is not true unless a=0...or a=1 which preserves the given identity equality.
 
  • #5
StefanM said:
A multiplicative identity gives the following a*1_r=1_r*a=a...since 1_r=0_r then this implies a*0_r=a*1_r which is not true unless a=0...or a=1 which preserves the given identity equality.
You are saying that $a\cdot0=a\cdot1$ implies $a=0$. This is correct, but you need to show this from the ring axioms.
 
  • #6
a=1 is also an option,correct?
You are saying that a⋅0=a⋅1 implies a=0. This is correct, but you need to show this from the ring axioms.
I'm using the identity axioms...but apparently I'm doing something wrong
 
  • #7
StefanM said:
a=1 is also an option,correct?
If a = 0, then also a = 1 because by assumption 0 = 1.

StefanM said:
I'm using the identity axioms...but apparently I'm doing something wrong
As I said in post #2, you need to show that $a\cdot 0 = 0$ for all $a$. Start by representing 0 as 0 + 0.
 
  • #8
Well if 0=0+0=>a*0=a*(0+0)=a*0+a*0=0.
Also a*0=0 should hold for all powers of a which can be proved by induction:
since a^2*0=a*a*0=a*0=0. ...and assuming this hold for n then a^(n+1)*0=a^n*a*0=0.
 
  • #9
StefanM said:
Well if 0=0+0=>a*0=a*(0+0)=a*0+a*0=0.
I agree until you get $$a\cdot0=a\cdot0+a\cdot0\hspace{3cm}(\mbox{*})$$ By how do you justify that $a\cdot0+a\cdot0=0$? I don't know how to show this immediately, but I know that $a\cdot0=a\cdot0+a\cdot0$ implies that $a\cdot0=0$. Indeed, since a ring is a group with respect to addition, there exists an additive inverse of $a\cdot0$. Add it to both sides of (*) and simplify both sides (which involves applying other axioms about addition).

StefanM said:
Also a*0=0 should hold for all powers of a which can be proved by induction:
since a^2*0=a*a*0=a*0=0. ...and assuming this hold for n then a^(n+1)*0=a^n*a*0=0.
I agree, but I am not sure this is relevant to the problem.
 
  • #10
0=0+0=>a*0=a*(0+0)=a*0+a*0=a*1_r+a*1_r=2a=>a*0=2a=>a=0...is this correct?
 
  • #11
First, note that 2 is a mere notation for 1 + 1. For all we know, the ring in question may consists of dinasaurs rather than natural numbers, as long as someone gives names 0 and 1 to some dinos (in this case, to a single one) and defines two operations. The definition of the ring does not speak of 2, so the best way to define 2 is just 1 + 1. Also, note that multiplication in rings is not necessarily commutative, so we have no reasons to conclude that a * 1 + a * 1 = 2a. What we know by distributivity is that a * 1 + a * 1 = a(1 + 1) = a * 2 (the latter equality follows by the definition of 2).

Second, I still don't see how 0 * a = 2a implies a = 0 right away. My outline of the proof that a = 0 is in post #9.

You need to resist the temptation to use the facts you know about integers or real numbers. Integers is just one example of a ring, and not everything that is true for integers holds in all rings. Instead, you have to scrupulously apply the ring axioms one step at a time. Can you say which axiom is used in each particular equality? If not, this equality is unjustified and may be wrong in some rings. There is a tradeoff, which is common in mathematics. On the one hand, you can use only a limited number of very basic laws, which makes deriving things harder. On the other hand, your results apply not only to numbers, but to a huge collection of other objects: matrices, hyperreal and superreal numbers, permutations, etc.
 
Last edited:
  • #12
Very true.Ok let me try again:
a*0 is always 0 and a*1 is always a ...but in this context 0 = 1 therefore 0=1>a*0=a*1=a>0=a
 
  • #13
StefanM said:
a*0 is always 0 and a*1 is always a ...but in this context 0 = 1 therefore 0=1>a*0=a*1=a>0=a
Yes, but you have to explain why a * 1 = a and a * 0 = 0.
 
  • #14
because 0 is the additive identity,the multiplicative zero so by definiton a*0=0...and 1 is the multiplicative identity so by definition a*1=a...
 
  • #15
StefanM said:
and 1 is the multiplicative identity so by definition a*1=a...
Yes. This is axiom #8 in MathWorld.

StefanM said:
because 0 is the additive identity,the multiplicative zero so by definiton a*0=0...
The term "multiplicative zero" is undefined, at least, it does not occur in the ring definition. Unless you cite an axiom number from the ring definition, you don't have a proof. To repeat,
Evgeny.Makarov said:
you have to scrupulously apply the ring axioms one step at a time. Can you say which axiom is used in each particular equality? If not, this equality is unjustified and may be wrong in some rings.
 
  • #16
Ok ,by Axiom number 3.. a+0=a which can be written as a+0=a=a*1 which is true because of Axiom number 8 ..but 0=1 therefore a*1=a*0>a=0
 
  • #17
StefanM said:
Ok ,by Axiom number 3.. a+0=a which can be written as a+0=a=a*1 which is true because of Axiom number 8
Agree so far: we have a + 0 = a * 1.

StefanM said:
but 0=1 therefore a*1=a*0>a=0
Yes, a * 1 = a * 0, but how does a = 0 follow?

Edit: It is better to use => rather than > as an abbreviation for "therefore" since > can be confused with "greater than."
 
  • #18
Well...Since a*1=a by the axiom and a*0=0 because I'm multiplying with the additive identity or 0 then a=0...I guess..I'm walking in circles
 
  • #19
StefanM said:
Well...Since a*1=a by the axiom and a*0=0 because I'm multiplying with the additive identity or 0 then a=0
How do you know that a * 0 = 0?

Evgeny.Makarov said:
You need to know that $x\cdot 0 = 0$ in a ring (this is derivable from axioms).

Evgeny.Makarov said:
As I said in post #2, you need to show that $a\cdot 0 = 0$ for all $a$. Start by representing 0 as 0 + 0.

Evgeny.Makarov said:
Yes, but you have to explain why ... and a * 0 = 0.

How many times do I need to suggest proving a * 0 = 0 by carefully applying ring axioms one at a time? And the way to do this was outlined in post #9:
Evgeny.Makarov said:
I agree until you get $$a\cdot0=a\cdot0+a\cdot0\hspace{3cm}(\mbox{*})$$ By how do you justify that $a\cdot0+a\cdot0=0$? I don't know how to show this immediately, but I know that $a\cdot0=a\cdot0+a\cdot0$ implies that $a\cdot0=0$. Indeed, since a ring is a group with respect to addition, there exists an additive inverse of $a\cdot0$. Add it to both sides of (*) and simplify both sides (which involves applying other axioms about addition).
 
  • #20
Yes after adding the additive inverse on both sides I get 0 on the left and 'a' on the right (since a*1=a*0=a. )
 
  • #21
Bingo!
 

Related to Proving 1_R = 0_R in a Ring: Exploring the Confusing Ring Problem

1. What is the "Proving 1_R = 0_R in a Ring" problem?

The "Proving 1_R = 0_R in a Ring" problem is a mathematical challenge that involves proving that the identity element of a ring, denoted as 1_R, is equal to the additive identity element, denoted as 0_R. This problem has been a topic of discussion and debate among mathematicians for many years.

2. Why is this problem considered confusing?

This problem is considered confusing because it goes against our intuition. In most mathematical systems, the identity element for addition is different than the identity element for multiplication. However, in a ring, 1_R and 0_R can potentially be the same element, causing confusion and difficulty in proving their equality.

3. What is a ring in mathematics?

In mathematics, a ring is a set of elements with two binary operations, addition and multiplication, that follow certain rules. These include closure, associativity, commutativity, distributivity, and the existence of identity and inverse elements for both operations. Rings are often used in abstract algebra and have applications in other areas of mathematics, such as number theory and geometry.

4. What are some approaches to solving this problem?

There are several approaches to solving the "Proving 1_R = 0_R in a Ring" problem. One approach is to use the definition of a ring and systematically manipulate the equations until the desired result is obtained. Another approach is to use properties and theorems from abstract algebra, such as the distributive property and the definition of an inverse element. Additionally, some mathematicians have proposed alternative axioms for rings to resolve this problem.

5. Has the "Proving 1_R = 0_R in a Ring" problem been solved?

The "Proving 1_R = 0_R in a Ring" problem is still an open problem in mathematics. While there have been many attempts to solve it, no definitive solution has been agreed upon by the mathematical community. Some mathematicians argue that the problem is unsolvable, while others continue to search for a solution. This problem remains an active area of research in abstract algebra.

Similar threads

  • Linear and Abstract Algebra
Replies
1
Views
921
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
828
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
8
Views
3K
  • Linear and Abstract Algebra
Replies
1
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
2K
Back
Top