Find Isomorphism: Mapping Ints to Even Ints

  • Thread starter Thread starter semidevil
  • Start date Start date
  • Tags Tags
    Isomorphism
AI Thread Summary
To find an isomorphism from the group of integers under addition to the group of even integers under addition, the function f(x) = 2x is proposed. This function must be proven to be injective, surjective, and to satisfy the homomorphic property f(x+y) = f(x) + f(y). The injectivity can be shown by demonstrating that f(x) = f(y) implies x = y, while surjectivity is established by confirming that every even integer can be expressed as f(x) for some integer x. The discussion also clarifies that both groups are infinite, so the number of elements does not affect the isomorphism.
semidevil
Messages
156
Reaction score
2
find an isomorphism from from the group of integers under addition to the group of even integers under addition.

I know, very simple question, but I don't know what I am doing here...

the hint in the book says to try n to 2n. I thought of that too, since it specificaly says integers to even integers.

the books says to prove injective, surjective, and phi(x,y) = phi(x) phi(y).

so what do I do? start x = 2y and prove x = y?

I think I'm wronng...
 
Physics news on Phys.org
You have n to 2n so try defining a function that creates the isomorphism:

f(x) = 2x

Once you have that, the rest follows:

injective: f(x) = y & f(x') = y now show that x = x'
surjective: you know that if y is an even integer then it is equal to 2x for some x, where x is an integer...

the last part is showing that f(x+y) = f(x) + f(y)...
 
nnnnnnnn said:
You have n to 2n so try defining a function that creates the isomorphism:

f(x) = 2x

Once you have that, the rest follows:

injective: f(x) = y & f(x') = y now show that x = x'
surjective: you know that if y is an even integer then it is equal to 2x for some x, where x is an integer...

the last part is showing that f(x+y) = f(x) + f(y)...


I understand by reading the book what all the steps ask me to do, but I don't know what they mean by "define a map or function." Like, what do I map from what to what?

do I do 2x = 2y, and then go through all the steps? what if they ask to find an isomorphism from integers to odd integers, or something? do I do 3x = 3y?

Basically, I don't know what the hint "try n to 2n" means. How am I supposed to use that...

sorry, really newbie at this.
 
semidevil said:
I understand by reading the book what all the steps ask me to do, but I don't know what they mean by "define a map or function." Like, what do I map from what to what?

do I do 2x = 2y, and then go through all the steps? what if they ask to find an isomorphism from integers to odd integers, or something? do I do 3x = 3y?

Basically, I don't know what the hint "try n to 2n" means. How am I supposed to use that...

sorry, really newbie at this.

The map or function is f(x) = 2x...

To map to odd integers use f(x) = 2x+1, this is not a group though because it is not closed: 3+3=6...
 
semidevil said:
I understand by reading the book what all the steps ask me to do, but I don't know what they mean by "define a map or function." Like, what do I map from what to what?

The question asks you to find (define) an isomorphism from \mathbb{Z} to
2\mathbb{Z}:
f:\mathbb{Z} \rightarrow 2\mathbb{Z}.
The 'hint' (which basically gives the answer) is: try f(x)=2x.

What you have to check now is:
Injectivity: f(x)=f(y) \Rightarrow x=y
Surjectivity: for every even number y there exist an integer x, such that f(x)=y.
Homomorphic property: f(x+y)=f(x)+f(y).
 
semidevil said:
do I do 2x = 2y
I think that what's confusing you is that both have to have the same number of elements. Since both groups are infinite, it doesn't matter.

Try thinking of it this way: the integers under addition represent how many $2 bills you have and the even integers represent how many $1 bills you have...
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top