Can the list of finite subsets of the positive integers be put in a 1-to-1 correspondence to the set of positive integers?
If so, can you demonstrate it with a specific example which shows the beginning of a listing of such a correspondence?
Can the list of finite subsets of the positive integers be put in a 1-to-1 correspondence to the set of positive integers?
If so, can you demonstrate it with a specific example which shows the beginning of a listing of such a correspondence?
Here is one example of how to order a list of the finite subsets of the positive integers:
{1},
{2},
{3}, {1, 2},
{4}, {1, 3},
{5}, {1, 4}, {2, 3},
{6}, {1, 5}, {2, 4}, {1, 2, 3},
{7}, {1, 6}, {2, 5}, {3, 4}, {1, 2, 4},
{8}, {1, 7}, {2, 6}, {3, 5}, {1, 2, 5}, {1, 3, 4},
. . .