Sunday, September 25, 2016

elementary set theory - How is raising 2 to the power of a cardinality equivalent to taking the power set?



I've read that for a set of cardinality n, the cardinality of the power set of that set is 2n, and the cardinality of the power set of that power set is 22n, and so on. I understand the concept of a power set as the set of all subsets of a set, but I don't see how this is equivalent to this exponent definition. So could someone explain it?


Answer




If λ and κ are cardinals, λκ represents the cardinality of the set of functions f:AB where A,B are fixed sets of cardinality κ,λ respectively. (One needs to check this is independent of which specific sets A,B we pick, of course.)



At least for finite numbers, this is something you may have encountered in a discrete mathematics context. For example, 9=32 and indeed there are 9 functions f from {0,1} (a set of size 2) to {a,b,c} (a set of size 3), since there are 3 choices for what f(0) is, and independently of this, there are 3 choices for what f(1) is.



In this manner, 2κ is the size of the set of functions f:A{0,1}, where A is your favorite set of size κ. But these functions are precisely the characteristic functions of subsets of A: Given such an f, you identify it with the set of aA such that f(a)=1. This gives us a bijection between the set of functions from A to {0,1} and the power set of A.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...