The question asks to show that the set $A$ and the set of natural numbers have the same cardinality. Where $$A=(1,2,3)\times\mathbb{N}$$
So I know I have to prove a bijection, but I am having difficulty coming up with the formula to use. Any tips would be greatly appreciated!
Well, how would we count them?
We've got this set:
$(1,1), (1,2), (1,3), (1,4)........ $
$(2,1), (2,2), (2,3), (2,4)........ $
$(3,1), (3,2), (3,3), (3,4)........ $
How would I count them. Well I imagine I'd point to the first one in the first row and say "Okay, $(1,1)$ you are No. 1" and then I'd point to the first one in the second row and say "Okay, $(2,1)$ you are No. 2", and then I'd point to the first one in the third row and say "Okay, $(3,1)$, you are No. 3". Then I'd point to the second in the first row and say "Okay, $(1,2)$ you are No. 4$.
Then I'd ask myself: "Okay, when I get the the $k$th one in the $b$th row, what number will I have reached?".
And then I'd answer myself: "Well I've gone through $k-1$ terms to get to this $k$th term. And for each of those $k-1$ terms I picked one from each row so that's $3(k-1)$ I've gone through to get to this point. And now I'm on the $b$th row so that's $b$ more terms. So I'm at the $3(k-1) + b$ item I counted."
"So you, $(b, k)$, you are number $3(k-1) + b$".
And that's my bijection: $f:\{1,2,3\}\times \mathbb N\to \mathbb N$ via $f(b, k) = 3(k-1) + b$.