Homomorphisms with unknown groups

In summary: You're close. It is indeed the trivial homomorphism, since it's the only one that sends all elements to the identity element of ##C_q##.However, it's not true that the kernel is all of ##C_p##. For example, the trivial homomorphism has ##ker \phi = \{e\}##. So you should consider what happens if ##|ker \phi| = 1## instead.
  • #1
CAF123
Gold Member
2,948
88

Homework Statement


1)Let p,q be primes. Show that the only group homomorphism $$\phi: C_p \mapsto C_q$$ is the trivial one (i.e ## \phi (g) = e = e_H\,\forall\,g##)

2)Consider the function $$det: GL(n,k) \mapsto k^*.$$ Show that it is a group homomorphism and identify the kernel and image.


The Attempt at a Solution



I cannot make much progress with either of these questions essentially because I do not know what the groups are. I don't know what ##C_p## or ##C_q## are. Any ideas?

For the second one, I can at least make a start:
Take A,B in GL(n,k). GL(n,k) is a group under multiplication of matrices, so det(g1 * g2) = det(AB) = (detA)(detB) from linear algebra = det(g1)* det(g2) since det(gi) ##\neq## 0 for all gi. Again, what is ##k^*##? From the homomorphism I just showed, it is probably a group under multiplication of numbers and GL(n,k) = set of invertible nxn matrices with real number entries, but I want to make sure.
So,
Ker (det) = {##g \in GL(n,k) \mid det(g) = e_H = 1##} = SL(n,k)
Im (det) = {##h \in k^* \mid \exists g \in GL(n,k) , det(g) = h##} = ##k^* ##\## {0}##. I don't know what ##k^*## is so whether I need to exclude 0 or not, I don't know.

Many thanks.
 
Physics news on Phys.org
  • #2
CAF123 said:

Homework Statement


1)Let p,q be primes. Show that the only group homomorphism $$\phi: C_p \mapsto C_q$$ is the trivial one (i.e ## \phi (g) = e = e_H\,\forall\,g##)

2)Consider the function $$det: GL(n,k) \mapsto k^*.$$ Show that it is a group homomorphism and identify the kernel and image.


The Attempt at a Solution



I cannot make much progress with either of these questions essentially because I do not know what the groups are. I don't know what ##C_p## or ##C_q## are. Any ideas?
You should check to make sure, but I assume these are cyclic groups of order ##p## and ##q##. Suppose you did have a homomorphism ##\phi : C_p \rightarrow C_q##. Think about what the kernel and image of ##\phi## can be.
 
  • #3
Hmm for the first one, I THINK they might be modulo groups. Contradiction is a good approach to it. That is, assume that phi is not the only group homomorphism and then proceed to show that phi is indeed the only one.
 
  • #4
CAF123 said:
For the second one, I can at least make a start:
Take A,B in GL(n,k). GL(n,k) is a group under multiplication of matrices, so det(g1 * g2) = det(AB) = (detA)(detB) from linear algebra = det(g1)* det(g2) since det(gi) ##\neq## 0 for all gi. Again, what is ##k^*##? From the homomorphism I just showed, it is probably a group under multiplication of numbers and GL(n,k) = set of invertible nxn matrices with real number entries, but I want to make sure.
So,
Ker (det) = {##g \in GL(n,k) \mid det(g) = e_H = 1##} = SL(n,k)
Im (det) = {##h \in k^* \mid \exists g \in GL(n,k) , det(g) = h##} = ##k^* ##\## {0}##. I don't know what ##k^*## is so whether I need to exclude 0 or not, I don't know.

Many thanks.
##k^*## means the multiplicative group of nonzero elements of the field ##k##. GL(n,k) refers to the multiplicative group of INVERTIBLE nxn matrices over the field k, i.e. the matrices with nonzero determinant. It would not be a group if you included matrices with determinant zero, because these don't have inverses.

Your kernel looks fine, and so does your image. (Note that ##k^* \setminus \{0\} = k^*##.) You may want to give an specific example to show that for any ##h \in k^*##, you can find a matrix ##A## with ##det(A) = h##.
 
  • #5
So assuming they are cyclic groups,I have ##Ker \phi = \left\{g^{nq}\right\}, n \in \mathbb{N}, q## the order of ##C_q## and ## I am \phi = \left\{e_H\right\}## because the element in Ker phi will give the identity. I don't know if I can say for sure if there exists more elements to I am phi. Does this help me?
 
  • #6
CAF123 said:
So assuming they are cyclic groups,I have ##Ker \phi = \left\{g^{nq}\right\}, n \in \mathbb{N}, q## the order of ##C_q##
I'm not sure how you got this.

Instead of trying to construct the kernel explicitly, consider what its order can be. (Use Lagrange's theorem.) Do the same thing for the image. What are the possibilities?
 
  • #7
jbunniii said:
I'm not sure how you got this.

I thought I could perhaps construct an element in ##C_p## such that when it is raised to some multiple of the order of q, I would get the identity in ##C_q##.

Instead of trying to construct the kernel explicitly, consider what its order can be. (Use Lagrange's theorem.) Do the same thing for the image. What are the possibilities?

Ker ##\phi \leq C_p\,\Rightarrow\, |C_p| = p = a |Ker \phi|\, \Rightarrow\, |Ker \phi| = p/a## so a = 1 or p meaning it's order must be 1 or p, since p is prime. Similarly, for ##Im \phi##, we have its order 1 or q.
 
  • #8
CAF123 said:
Ker ##\phi \leq C_p\,\Rightarrow\, |C_p| = p = a |Ker \phi|\, \Rightarrow\, |Ker \phi| = p/a## so a = 1 or p meaning it's order must be 1 or p, since p is prime. Similarly, for ##Im \phi##, we have its order 1 or q.
OK, so far so good.

If ##|ker \phi| = p##, then what is ##ker \phi##, and what is ##\phi##?
 
  • #9
jbunniii said:
OK, so far so good.

If ##|ker \phi| = p##, then what is ##ker \phi##, and what is ##\phi##?

Does this mean Ker ##\phi## = ##C_p## so phi sends all elements of ##C_p## to the identity in ##C_q##? So I am done if I can show that it's order can't be 1. I know that it is at least 1 since the identity in ##C_p## always maps to the identity in ##C_q##. Can I argue that another element mapping to ##e_H## is a element of the form ##g^{nq}##? I am not sure, because this element may not exist.
 
Last edited:
  • #10
CAF123 said:
Does this mean Ker ##\phi## = ##C_p## so phi sends all elements of ##C_p## to the identity in ##C_q##?
Right, so ##\phi## is the trivial map, as indicated in the problem statement.

So now all we have to do is rule out the other possibility, that ##|ker \phi| = 1##. If this were true, what does it imply about the map ##\phi##? Injective, surjective, something like that?
 
  • #11
jbunniii said:
Right, so ##\phi## is the trivial map, as indicated in the problem statement.

So now all we have to do is rule out the other possibility, that ##|ker \phi| = 1##. If this were true, what does it imply about the map ##\phi##? Injective, surjective, something like that?

|Ker ##\phi##| = 1 would mean that only the identity in ##C_p## maps to the identity in ##C_q##. I have proven this in another exercise that we have injectivity. I am not sure about surjectivity since all other elements map elsewhere, but we can't say for sure if they cover all of H.

But if we have injectivity, then order of g in G = order of ##\phi(g)## in H. By assumption, p and q were different and so this is a contradiction. Hence, |Ker \phi| = 1 is ruled out.
EDIT: Question should say 'p,q are different primes'
 
Last edited:
  • #12
CAF123 said:
|Ker ##\phi##| = 1 would mean that only the identity in ##C_p## maps to the identity in ##C_q##. I have proven this in another exercise that we have injectivity.
Right, ##\phi## must be injective. This in turn implies that ##|im(\phi)|## must equal ##|C_p| = p##. This gives you the contradiction you need, assuming, as you pointed out, ##p \neq q##.
EDIT: Question should say 'p,q are different primes'
Yes, good catch. Otherwise the identity map is a counterexample.
 
  • #13
It would be an interesting exercise to see how many homomorphisms [itex]\varphi:C_p\rightarrow C_p[/itex] there are.

Since they are all bijections except for the trivial map, we can look at the set of all bijective homomorphisms. This forms a group. It would be a good exercise to find out which group it is (answer: it will be the cyclic group on p-1 elements).
 
  • #14
jbunniii said:
Right, ##\phi## must be injective. This in turn implies that ##|im(\phi)|## must equal ##|C_p| = p##. This gives you the contradiction you need, assuming, as you pointed out, ##p \neq q##.

Is the way I gave okay as well? (about the order of g in H). Also, would I be correct in saying that we can't deduce whether phi is surjective?
 
  • #15
CAF123 said:
Is the way I gave okay as well? (about the order of g in H).
I think it's OK. The key is that if ##\langle g \rangle## denotes the subgroup generated by ##g##, then ##\phi(\langle g \rangle)## is a subgroup of ##C_q##, so its order must divide ##q##. But ##\phi## is an injection, so if ##g \neq e## we must have ##|\phi(\langle g \rangle)| = p##, and ##p## does not divide ##q##.
Also, would I be correct in saying that we can't deduce whether phi is surjective?
Well, we can deduce it after the fact: the only homomorphism is the trivial map, and this is not surjective.

If we wanted to prove it directly, we could suppose that ##\phi## is a surjective homomorphism. Then ##im(\phi) = q##. But by the first isomorphism theorem, we have ##C_p / ker(\phi) \cong im(\phi)##, so ##|im(\phi)|## must divide ##p##. This is a contradiction.
 

What is a homomorphism with unknown groups?

A homomorphism with unknown groups refers to a mathematical function between two groups where the groups themselves are not explicitly known or defined. This can make studying the properties and behaviors of the function more challenging.

How is a homomorphism with unknown groups different from a regular homomorphism?

A regular homomorphism is a function between two known groups, while a homomorphism with unknown groups deals with groups that are not explicitly defined. This means that the properties and behaviors of the function may not be immediately obvious and may require additional analysis or assumptions.

What are some common applications of homomorphisms with unknown groups?

Homomorphisms with unknown groups can be used in various fields of mathematics, including abstract algebra, group theory, and cryptography. They can also be applied in computer science and engineering to optimize algorithms and data structures.

What are the challenges in studying homomorphisms with unknown groups?

One of the main challenges in studying homomorphisms with unknown groups is the lack of information about the underlying groups. This can make it difficult to prove properties and theorems about the function, as well as to understand its behavior and limitations. Additionally, the function may not be well-defined or may have unexpected results due to the unknown groups.

How can one approach studying homomorphisms with unknown groups?

To study homomorphisms with unknown groups, one can use various techniques such as making assumptions about the groups, analyzing the function's behavior on known elements, and comparing it to other known functions. Additionally, computer simulations and experimental data can also provide insights into the properties and behaviors of the function.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
908
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
Back
Top