Let $f: \Bbb N \to P(\Bbb N)$. Present 2 different sets of natural numbers A, B that are not in Im(f)
What I did:
First idea: I defined an injective function f that takes each n and returns it's singleton. Now each other member of $P(\Bbb N)$ which is not a singleton is not in $Im(f)$.
Does this "proof" suffice? Is there somehow a way to generalize it even more?
Second idea: I took the numbers 0 and 1 only, if I define a function from a set of {0,1} to P({0,1}) I'll always have 2 sets left out of the image (since P({0,1}) has 4 sets and {0,1} has only 2 members). I thought of somehow generalizing this by induction, but don't really have an idea how.
Thanks for your help.