Z+ = {1,2,3,4,...}
if we constuct the P(Z+) like that,
0={}
1={1}
2={2},{1,1}
3={3},{1,2}
4={4},{1,3}
5={5} {1,4} {2,3}
6={6} {1,5} {2,4} {1,2,3}
7={7} {1,6} {2,5} {3,4} {1,2,4}
8={8} {1,7} {2,6} {3,5} {1,2,5} {1,3,4}
...... Then we use hilbert hotel to move the "guest" to ensure they are one-to-one response.