2

I am working on a math exercice : Let $E$ be a non-empty set and $f : E \to \mathcal{P}(E)$, a function.
a) Let $A = \{x \in E \mid x \notin f(x)\}$. Let $x \in E$. Show that $x \in f(x) \cup A$ and that $x \notin f(x) \cap A$. Deduce from that that $f(x) \ne A$.

I don't really understand what $f(x)$ is here, is it just a single number or a set ? Is this correct to make a union or intersection between a set and a number as in $f(x) \cup A$ and $f(x) \cap A$ ?

Thank you

EDIT: enter image description here

Pop Flamingo
  • 807
  • 1
  • 8
  • 17

2 Answers2

2

Regarding your question. As you can see $f(x)$ maps into a powerset. The elements of a powerset are sets. So here the unions and intersections are operations between sets.

jrs
  • 1,518
0

$f$ is a function taking an element $x\in E$ to a set which is a subset of $E$ that is for every $x$, $f(x)\subseteq E$.

Now we want to show that $x\in f(x)\cup A$. This is true because if $x\not\in f(x)$ then $x\in A$ by definition. Also if $x\in f(x)$ then $x$ is not in $A$ and therefore the intersection is empty. Now if by contradiction $f(x)=A$ then $f(x)=f(x)\cap A$ but then $f(x)=A=\phi$ it follows that $f(x)\cup A=\phi$ which is a contradiction to that $x\in f(x)\cup A$.

Yanko
  • 13,758