Understanding the First Isomorphism Theorem in Homomorphisms of Complex Numbers

sqrt(-1)
Messages
17
Reaction score
0
I'm slightly confused with the following function so I was wondering if anybody could give me some hints as to the next step.

A function f is defined as

<br /> f:\mathbb{C} \longrightarrow \mathbb{C} \\<br />
<br /> ~~z \longmapsto |z|<br />
where
<br /> \mathbb{C} = (\mathbb{C},+)<br />
assuming the function is a homomorphism, I've gone on to find
<br /> \rm{Ker}(f) = \{0\}<br />
<br /> \rm{Im}(f) = \mathbb{R}^+ \cup \{0\}<br />
by the first isomorphism theorem I would have made the following conclusion(this part doesn't make sense to me):
<br /> \mathbb{C}/\rm{Ker}(f) \cong (\mathbb{R}^+ \cup \{0\}, + )<br />

But firstly
<br /> (\mathbb{R}^+ \cup \{0\}, + )<br />
is not a group since there is no inverse element, and secondly since Ker(f) = the trivial group
<br /> \mathbb{C}/\rm{Ker}(f) \cong (\mathbb{C}, + )<br />

Could somebody give me some pointers please?
 
Last edited:
Physics news on Phys.org
That map is not a homomorphism for (C,+) (eg, |1+(-1)]=0 \neq|1|+|-1|=2), but it is for (C,*).
 
Firstly, when talking about groups it is best to specify whenever necessary what the group laws are before hand, and secondly. The image set is not a group in any obvious way, the map is not a homomorphism of groups, so applying the 1st isomorphism theorem won't get you anywhere.

StatusX, (C,*) is not a group, either.

The mod map is a homomorphism from the non-zero complex numbers to the reals, the kernel is the unit circle, and indeed the 1st isomorphism theorem holds.
 
Thanks for the reply - now that I've looked at it with the information you provided I realize I made a howler of a mistake in the first part of my working.
 
matt grime said:
StatusX, (C,*) is not a group, either.

Right, sorry. Although I didn't really say it was, I just said that the map is a homomorphism, ie, structure preserving, not a group homomorphism. Or maybe by C I was referring to the extended complex numbers, I just couldn't write it in this font. I know, I'm reaching.
 
StatusX said:
Or maybe by C I was referring to the extended complex numbers, I just couldn't write it in this font. I know, I'm reaching.

The extended complex numbers under multiplication still aren't a group: 0*infinity is not even defined. I don't know, from the context, if you genuinely think that they are, but I would hope you didn't think they were. You simply made a small oversight in your first post, that's all. We all do it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top