Define a well-order $\le$ in $P_\text{fin}(\mathbb{N})$ - (it's the set of all finite subsets of $\mathbb{N}$, the natural numbers) that: $ A, B \in P_\text{fin}(N) (A \subseteq B \rightarrow A \le B $)
Could someone solve this for me? I don't have an idea how to do it.
Define $f\colon P_{\text{fin}}(\Bbb N)\to \Bbb N$ as $$ f(A):=\sum_{n\in A}2^n$$ and declare $$ A\le B\;:\Leftrightarrow\; f(A)\le f(B).$$ Note that $f$ is injective (in fact, bijective) and so relation defined is a well-order because $\Bbb N$ is well-ordered. Also, if $A$ is the disjoint union of $B$ and $C$ then $f(A)=f(B)+f(C)$, hence $B\subseteq A$ indeed implies $B\le A$, as desired.