Roman C. answered 11/26/12
Masters of Education Graduate with Mathematics Expertise
It's countable. First of all, Z is countable.
Here is one way. First, enumerate the integers as 0, 1, -1, 2, -2, 3, -3, ...
Now make an array and trace a diagonal zigzag as illustrated to enumerate Z2:
0 1 -1 2 -2 3 -3 ...
0 (0,0) (1,0) - (-1,0) (2,0) - (-2,0) (3,0) - (-3,0) ...
| ⁄ ⁄ ⁄ ⁄ ⁄ ⁄
1 (0,1) (1,1) (-1,1) (2,1) (-2,1) (3,1) (-3,1) ...
⁄ ⁄ ⁄ ⁄ ⁄
-1 (0,-1) (1,-1) (-1,-1) (2,-1) (-2,-1) (3,-1) (-3,-1) ...
| ⁄ ⁄ ⁄ ⁄
2 (0,2) (1,2) (-1,2) (2,2) (-2,2) (3,2) (-3,2) ...
⁄ ⁄ ⁄
-2 (0,-2) (1,-2) (-1,-2) (2,-2) (-2,-2) (3,-2) (-3,-2) ...
| ⁄ ⁄
3 (0,3) (1,3) (-1,3) (2,3) (-2,3) (3,3) (-3,3) ...
⁄
-3 (0,-3) (1,-3) (-1,-3) (2,-3) (-2,-3) (3,-3) (-3,-3)
... ... ... ... ... ... ... ...