Questions tagged [group-isomorphism]

In abstract algebra, a group isomorphism is a function between two groups that sets up a one-to-one correspondence between the elements of the groups in a way that respects the given group operations. In a sense, the existence of such an isomorphism says that the two groups are "the same."

A group isomorphism $\phi\colon G \to H$ is a bijective group homomorphism. Alternatively you could say a homomorphism $\phi\colon G \to H$ is an isomorphism if there exists another homomorphism $\phi^{-1}\colon H \to G$ such that $\phi^{-1}\phi$ is the identity on $G$ and $\phi\phi^{-1}$ is the identity on $H$. If such an isomorphism $\phi\colon G \to H$ exists, we say that $G$ and $H$ are isomorphic, which means that they are structurally identical as groups. This is usually signified by writing $G \cong H$.

Here are a collection of examples:

  • The groups $(\mathbb{R},+)$, the real numbers equipped with addition, and $(\mathbb{R}^{+},\times)$, the positive real numbers equipped with multiplication, are isomorphic. The function $\exp\colon\mathbb{R}\to \mathbb{R}^{+}$ that sends $x$ to $\mathrm{e}^x$ is a group isomorphism that demonstrates this.

  • The group of integers $\mathbb{Z}$ under addition is isomorphic to its subgroup containing the elements $\{\dotsc, -2, -1, 0, 1, 2, \dotsc\}$; there are two isomorphisms that demonstrate this: either the function $x \mapsto 2x$ or the function $x \mapsto -2x$.

2271 questions
26
votes
3 answers

basic difference between canonical isomorphism and isomorphims

What is the basic difference between canonical isomorphism and isomorphims? I need some basic analysis. As far as I consider on canonical isomorphism means a similarity between two geometric object having same kind of configuration and…
MAS
  • 10,638
3
votes
2 answers

Isomorphisms preserve cyclic

Is it true that if an isomorphism $f$ maps a cyclic group $G$ to group $H$ that $H$ must also be cyclic? It seems intuitive but until I can actually prove it I'm always a bit dubious to believe it.
RedG
  • 267
3
votes
1 answer

Are $\Bbb{R}$ and $\Bbb{R^2}$ isomorphic? What about $\Bbb{Z}$ and $\Bbb{Z^2}$?

I'm asked to prove or disprove whether there are any isomorphisms between $\Bbb{R}$ and $\Bbb{R^2}$, as well as between $\Bbb{Z}$ and $\Bbb{Z^2}$. It's all very confusing since I understand injective and surjective functions, but I don't know how to…
3
votes
1 answer

Intuition behind the first isomorphism theorem

I've been studying homomorphisms and have got to the first isomorphism theorem. The proof generally makes sense but I'm not able to see why the theorem is intuitively true, nor how it could be useful. I was hoping someone could go through the proof…
Kevin
  • 311
3
votes
1 answer

General Isomorphism, for all algebraic structures

If we speak simply about isomorphism, we say that it is a bijective homomorphism. But I have read recently another definition, where they say, it is more general if we say, that it is $\psi$, a bijective homomorphism where $\psi^{-1}$ is a bijective…
user3435407
  • 1,099
2
votes
0 answers

Computing homotopy group $\pi_d\left(\mathrm{SO}(2N)/\mathrm{SO}(N) \right)$

I am not a mathematician, but am interested in computing this homotopy group. I have two questions related to this. How can I use the long exact sequence to compute this homotopy group? Part of it would look like $\pi_n\left(\mathrm{SO}(N) \right)…
2
votes
1 answer

find number of automorphisms of (Z,+)

What's the number of group isomorphisms from the group (Z, +) to itself?? my approach: I think it has to be infinity, but that is an incorrect answer...
nene
  • 67
2
votes
1 answer

What's the relation between real and quaternionic symplectic group

I have read John Baez on symplectic but not understood the relation between the real symplectic group $Sp(2n,\mathbb R)$ and the quaternion group $Sp(n)$. They seem to both have real dimension $n(2n+1)$ which I understand in the real case but not…
glurks
  • 71
  • 5
2
votes
2 answers

left coset of C is isomorphic to R

Let S be a Subgroup of $\mathbb{C}^*$ with S = {$z \in \mathbb{C} : z \bar z = 1$}. Prove that $\mathbb{C}^*/S$ is isomorphic to $\mathbb{R}^*_{+}$. Where $\mathbb{C}^*/S$ is the left coset. I know that I have to show that this function is a…
2
votes
2 answers

Isomorphism between $\mathbb{T}$ and $\mathbb{R}^n/\Gamma$?

In the Analysis on Manifolds via the Laplacian page $51$, they define the torus as $\mathbb{T} = \mathbb{R}^n/\Gamma$. This quotient is unintuitive that it defines the torus. Is there exists a natural isomorphism between $\mathbb{T}$ and…
user350845
2
votes
1 answer

If two internal products are isomorphic and one of each are isomorphic then the others are isomorphic

I want to show that for abelian finite group $A$, $A = G \oplus H \simeq G' \oplus H'$ and $G \simeq G'$ then $H \simeq H'$. I found the proof : I defined $K=G\cap H'$ and $K' = G' \cap H$, and I showed that if $K$ or $K' $ is zero group then it is…
haru
  • 346
2
votes
3 answers

Abstract Algebra First Isomorphism Theorem

I have a quick question about the first isomorphism theorem. In our class the isomorphism theorem is broken up into several parts, but the first part is as such: If $f$ is a factor map from $G \to G/K$ (where $K$ is a normal subgroup) then $f$…
2
votes
1 answer

Prove that composition of isomorphisms is isomorphism

I'm stuck! Let $G, H$ and $K$ be three groups. Given $f: G \to H$ and $g: H\to K$ are isomorphisms, prove that the composition $g\circ f: G \to K$ is an isomorphism.
maribov
  • 107
1
vote
1 answer

What are the ingredients of the Sunada's theorem in this example?

I recall what this theorem says: Let M be a Riemannian manifold upon which a finite group G acts by isometries; let H and K be subgroups of G that act freely. Suppose that H and K are almost conjugate i.e., there is a bijection f : H → K carrying…
Naima
  • 33
1
vote
1 answer

Trying to figure out an isomorphism between two groups

I am completing this question as part of my study for my upcoming mid-term: Find an isomorphism between (C, +) and (F, o). Justify your answer C is the set of complex numbers ∀a ∈ C, the map fa : C → C given by f(z) = z+a namely the translation…
1
2 3