Matt B. said:
How would I go about showing that the set {5n | n = 1,2,...} is equivalent to ℤ.
I previously attempted to define a function f as f(n) = 5n/2 , when n is even AND (-1)[(5n-1)/(2)] , when n is odd. I then went on to show that the chosen function is 1-1 and onto, but my professor said this was inaccurate.
Any help would be appreciated! Thank you.
@Matt B.
Here are some clues using a different problem:
Let's say ## S := \{ 7n : n \in ℕ\} ##
In the elements ## (e) ## in ## (7, 14, 21, 28, 35, 42, ...) ## you were quick to see that by taking the even values and dividing you could reduce the sequence to the naturals...
7 14 21 28 35 42 ... (divide by 7)
1 2 3 4 5 6 ... (take only even values)
2 4 6 ... (take only those which are even)
1 2 3 ... (you've arrived at the naturals!)
So, in this case ## 14|e \rightarrow \frac{e}{14} = ℕ ##. Of course, part of this is shifting from the ## ℕ ## to ## S ##, which is why the divisibility of ## e ## by 14 is required (NB ## 7(2n) \rightarrow 14n ##)
Like Mark44 said, you need to find -W and the remainder of ## S ##. From your original post, it's obvious you are reaching out and finding two important handles on the problem. Yes, the the negation is necessary to reverse the sequence, and it has to do with the odds. But note that the remainder of ## S ## is not ## -ℕ ## but ## -W ##. Think about the difference in the codomains of ## \{2n + 1\} ## and ## \{2n - 1\} ##. What do you notice? You had the right idea, but put it together wrong...
7 14 21 28 35 42 ... (divide by 7)
1 2 3 4 5 6 ... (take only odd values)
1 3 5 ... (now what?)
?
0 -1 -2 -3 ... (this is what you want, right?)
Once you're done, you have to rewrite in terms of ## e ## and ## S ## by combining the set definition with your notation for naturals!
All you have to do is put it together with what you already know. If you really understand it, then you shouldn't have any problems transferring this thinking to your homework problem.