$$B \in \{\,\mathcal P(A) \mid A \in F\,\}$$
I can't quite figure this out. My textbook says this statement is equivalent to
$$\exists A \in F\ \forall x\ (x \in B \leftrightarrow \forall y\ (y \in x \rightarrow y \in A))$$
How do you derive the last statement from the first? And how would you read this in a natural language?
The notation $B\in\{\,\mathcal P(A)\mid A\in F\,\}$ is equivalent to $$ \exists A\in F(B=\mathcal P(A))$$ Also, $B= \mathcal P(A)$ is equivalent to $$\forall x(x\in B\leftrightarrow x\subseteq A)$$ and $x\subseteq A$ is equivalent to $$\forall y(y\in x\to y\in A).$$ Combining all this you obtain the textbook expression.