Does Every Set Have a Unique Power Set? Understanding Cantor's Proof

  • Context: Graduate 
  • Thread starter Thread starter cragar
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 2K views
cragar
Messages
2,546
Reaction score
3
Im trying to understand this proof by Cantor.
For every set [itex]X, |X|<|P(x)|[/itex]
Proof. Let f be a function from X into P(x)
the set [itex]Y=(x \in X: x \notin f(x) )[/itex]
is not in the range of f:
if [itex]z \in X[/itex] where such that f(z)=Y, then [itex]z \in Y[/itex]
if and only if [itex]z \notin Y[/itex], a contradiction. Thus f is not
a function of X onto P(x).
Hence |P(x)|≠|X|, the function
f(x)={x} is a one-to-one function of X into P(x) and so
|X|≤|P(x)|. it follows that
|X|<|P(x)|.
I don't understand why z can't be in Y and f(z).
I guess that's because they defined it that way.
Is it because we want to find a one-to-one function from
the set to the power set, and because we want it to be one-to-one
we want to map every x to a unique element in the power set we don't want x to get mapped to itself. Is that the reason. And do we need z to be in Y and f(z) for it to be onto.
 
Physics news on Phys.org
cragar said:
[itex]Y=(x \in X: x \notin f(x) )[/itex]

I don't understand why z can't be in Y and f(z).
I guess that's because they defined it that way.

yes
Is it because… we don't want x to get mapped to itself.

but x can't get mapped to itself … x and f(x) are in different spaces
 
so if x got mapped to itself, it wouldn't be onto.
 
Is it because… we don't want x to get mapped to itself.

The element x is not in P(X).
P(X) contains the set containing x (that is, it contains {x}), but it does not contain x itself. Remember that the power is the set of subsets of X.
 
this might be a dumb question, but maybe we didn't do a very good job of defining our funtion from the set to the powerset. why can't x be in P(x)
 
cragar said:
this might be a dumb question, but maybe we didn't do a very good job of defining our funtion from the set to the powerset. why can't x be in P(x)

The elements of P(X) are subsets, not elements, of X. P(X) contains {x}, but not x itself.
 
cragar said:
this might be a dumb question, but maybe we didn't do a very good job of defining our funtion from the set to the powerset. why can't x be in P(x)

A simple example will help you. Take X={1,2,3}, then P(X)=\{∅,{1},{2},{3},{1,2},{2,3},{1,3},{1,2,3}}. As you see, 1 is not an element of P(X). But {1} is an element of P(X).
 
ok thanks for the responses, it makes more sense now.