Understanding the Multiplicative Identity: Proving 1R=1R.1R

  • Thread starter Thread starter hkhk
  • Start date Start date
  • Tags Tags
    Ring
Click For Summary

Homework Help Overview

The discussion revolves around proving the multiplicative identity in the context of ring theory, specifically addressing the equation 1_R = 1_R · 1_R. Participants explore the implications of this identity within the framework of nontrivial homomorphisms and the properties of rings.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the validity of "canceling" terms in the context of rings, questioning the existence of multiplicative inverses. They explore cases arising from the equation 0 = f(x)(1 - f(1)) and consider the implications of f being a nontrivial homomorphism. Some suggest starting the proof from the identity 1_R = 1_R · 1_R, while others emphasize the importance of detailing each step in the proof.

Discussion Status

The discussion is active, with participants examining different approaches and clarifying assumptions. There is recognition of the need to consider the properties of nontrivial homomorphisms, and some participants express agreement on the correctness of certain steps in the proof. However, no explicit consensus has been reached on the overall approach.

Contextual Notes

Participants note the importance of understanding the definitions and properties of rings and homomorphisms, as well as the implications of zero divisors in their reasoning. The discussion reflects a careful consideration of the assumptions necessary for the proof.

hkhk
Messages
11
Reaction score
0
hkhk

hkhk
 
Last edited:
Physics news on Phys.org
You cannot "cancel" f(x) because in a ring, elements do not in general have multiplicative inverses.

But consider the following. Since f is nontrivial, there exists x in R such that f(x) [itex]\neq[/itex]0. Then f(x)=f(x)f(1) and substracting f(x), we get 0=f(x)(1-f(1)).

And now consider the two possible cases: 1-f(1)=0 and 1-f(1)[itex]\neq[/itex]0.
 
ab = 0 where a and b are zero divisors
 
Last edited:
quasar987 said:
You cannot "cancel" f(x) because in a ring, elements do not in general have multiplicative inverses.

But consider the following. Since f is nontrivial, there exists x in R such that f(x) [itex]\neq[/itex]0. Then f(x)=f(x)f(1) and substracting f(x), we get 0=f(x)(1-f(1)).

And now consider the two possible cases: 1-f(1)=0 and 1-f(1)[itex]\neq[/itex]0.

That shows that either [tex]f(1) = 1[/tex] or [tex]1 - f(1)[/tex] is a zero divisor, which is not what the problem asks for.

Here is a slight modification that works:

[tex]f(1_R) = f(1_R) f(1_R)[/tex]

so

[tex]f(1_R) (1_S - f(1_R)) = 0[/tex]

There are three possibilities:

[tex]1_S - f(1_R) = 0[/tex] and therefore [tex]f(1_R) = 1_S[/tex]

or

[tex]f(1_R) = 0[/tex]

or

[tex]f(1_R)[/tex] is a zero divisor and so, incidentally, is [tex]1_S - f(1_R)[/tex]

The second possibility is ruled out because if it were true, then

[tex]f(x) = f(1_R) f(x) = 0[/tex]

for every x, i.e., f is the trivial homomorphism.
 
f(1R)= f(1R)f(1R)

so
f(1R)- 1s.f(1R) = 0

but when you write this are you not already assuming that f(1R) = 1s which is what we are trying to prove
 
Last edited by a moderator:
hkhk said:
f(1R)= f(1R)f(1R)

so
f(1R)- 1s.f(1R) = 0

but when you write this are you not already assuming that f(1R) = 1s which is what we are trying to prove

No, I didn't assume that. Let me fill in the steps:

[tex]1_R = 1_R \cdot 1_R[/tex]

So

[tex]f(1_R) = f(1_R \cdot 1_R)[/tex]

But f is a homomorphism, so

[tex]f(1_R \cdot 1_R) = f(1_R) f(1_R)[/tex]

Therefore we have

[tex]f(1_R) = f(1_R) f(1_R)[/tex]

Now subtract [tex]f(1_R)f(1_R)[/tex] from both sides:

[tex]f(1_R) - f(1_R)f(1_R) = 0[/tex]

Now, all of the quantities in this equation are members of the ring S. Thus I can multiply any of them by [tex]1_S[/tex] without changing anything. I choose to multiply the first [tex]f(1_R)[/tex] by [tex]1_S[/tex]:

[tex]f(1_R) 1_S - f(1_R)f(1_R) = 0[/tex]

Now factor [tex]f(1_R)[/tex] from both terms using using the distributive property:

[tex]f(1_R) (1_S - f(1_R)) = 0[/tex]

Now you can proceed as I did above.
 
Last edited:
yes but this proof does not use the given property that it is a nontrivial homomorphism,
there is some x in R for f(x) /= 0s
i feel like this is how we should start
f(x)1s= f(x) = f (x1R)= f(x)f(1R)

f(x) =f(x)f(1R)

f(x) - f(x)f(1R) =0
 
Last edited by a moderator:
hkhk said:
yes but this proof does not use the given property that it is a nontrivial homomorphism

Yes, we use it when we rule out the possibility f(1R)=0 (in post #4).

Sorry for misguiding you, I though I saw how to get that f(1) is a zero divisor from the fact that 1-f(1) is but I was mistaken.
 
hkhk said:
yes but this proof does not use the given property that it is a nontrivial homomorphism,
there is some x in R for f(x) /= 0s
i feel like this is how we should start
f(x)1s= f(x) = f (x1R)= f(x)f(1R)

f(x) =f(x)f(1R)

f(x) - f(x)f(1R) =0

No, it DOES use the fact that it's a nontrivial homomorphism to eliminate the second of the three possibilities that I listed, and therefore either the first or the third must be true, which is exactly what the problem asks for! Go back and re-read the part that starts "There are three possibilities:"
 
  • #10
ok, thanks !.
so it is ok to start this proof by saying
consider 1R=1R.1R then,

(the steps in post 6 are correct)
 
Last edited by a moderator:
  • #11
hkhk said:
ok, thanks !.
so it is ok to start this proof by saying
consider 1R=1R.1R then,

(the steps in post 6 are correct)

Yes, that's true by definition of the multiplicative identity: if you multiply something by it, you get back the same something. It never hurts to show as many details as possible in elementary proofs like this, because the goal is not only for every step to be correct and justified, but to show that you understand what the justification is. The more details you write, the more the grader will be convinced of this.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 2 ·
Replies
2
Views
8K
Replies
4
Views
2K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K