I need to find out the cardinality of the subsets of Z of size 3,
|N| = א0 |R| = א, thats how we defined it in class.
My idea is to build a ZxZ matrix, we can see that the subsets of size 2 are all under the main diagonal. now we can build a path and for each step we name the current element we standing on the number of the step, we get a 1:1 and onto function from N --> ZxZ and we can conclude that the cardinality of the subsets of Z of size 2 is א0,
now we take all those ZxZ pairs we walked on and place them on another matrix Z x (ZxZ), and now we can make a new path, but the problem I encounter is that there are many many repetitions and elements such as (-1,-1,0) that cant be a subset.
can i ignore them and say : we number only valid and not seen already subsets? or is this approach not logical in the first place?
Thanks in advance for the help
You can do the standard trick of mapping $\{a_i\}$ into $\prod p_i^{a_i}$ where the $p_i$ are the primes to show that the cardinality of the finite subsets of Z is countable.