3

Is $\{(m, -m)\mid m\in \mathbb{Z}\}$ is isomorphic to $\mathbb{Z}$?

What i know about isomorphic is, simply it is a bijective homomorphism.

How one can define isomorphism map $\phi$ in above case?

Surb
  • 55,662
phy_math
  • 6,448

2 Answers2

2

Yes it is ! Just take $$\varphi: \mathbb Z\longrightarrow M$$ defined by $$\varphi(m)= (m,-m).$$

The surjectivity is obvious. For the injectivity, it's easy to prove that $\ker \varphi=\{0\}.$

Surb
  • 55,662
1

The pair $(m, -m)$ is an element of $\mathbb Z^2$

$\mathbb Z$ is a set, and with the operation $+$ it is a group.


Speaking about homomorphisms between the two makes very little sensem because $(m, -m)$ is not a group (because even though technically, it is a set of two elements, you haven't defined an operation on it).


What I feel you are really trying to ask is the following question:

Is the set $\{(m, -m)| m\in\mathbb Z\}$ isomorphic to $\mathbb Z$?

In which case the answer is still unclear, because you still haven't defined an operation. Now, if the operation is $$(m, -m) + (n, -n) = (m+n, -(m+n)),$$

then yes, the two groups are isomorphic, and one possible isomorphism is the most obvious mapping you can possibly think of.

5xum
  • 123,496
  • 6
  • 128
  • 204