Here's the problem:
Let $A = \{1,2,3,4,5\}$ and define a function $F: \mathcal{P}(A) \to \mathbb{Z}$ as follows: For all sets $X \in \mathcal{P}(A)$,
$$F(x) = \begin{cases} 0 &\ \text{if $X$ has an even number of elements}\\ 1 &\ \text{if $X$ has an odd number of elements}. \end{cases}$$
Find $F(\emptyset)$.
So I'm hoping someone can help me determine whether nothing is itself an element, and, if not, whether the absence of an element is even or odd.
Thank you for your time.