Not a duplicate of
Prove that $ (\forall A)\bigcup\mathcal P(A) = A$
Prove that for any set A, A = $\cup$ $\mathscr{P}$(A)
This is exercise $3.4.16$ from the book How to Prove it by Velleman $($$2^{nd}$ edition$)$:
Prove that for any set $A$, $A = \bigcup \mathscr P (A)$.
Here is my proof:
Suppose $A$ is arbitrary.
$(\rightarrow)$ Let $x$ be an arbitrary element of $A$. Since $A\subseteq A$ then $A\in\mathscr P(A)$. From $A\in\mathscr P(A)$ and $x\in A$, $x\in\bigcup \mathscr P(A)$. Therefore if $x\in A$ then $x\in\bigcup \mathscr P(A)$. Since $x$ is arbitrary, $\forall x\Bigr(x\in A\rightarrow x\in\bigcup\mathscr P(A)\Bigr)$ and so $A\subseteq \bigcup\mathscr P(A)$.
$(\leftarrow)$ Let $x$ be an arbitrary element of $\bigcup\mathscr P(A)$. So we can choose some $A_0$ such that $A_0\in\mathscr P(A)$ and $x\in A_0$. $A_0\in\mathscr P(A)$ is equivalent to $A_0\subseteq A$ and since $x\in A_0$, $x\in A$. Therefore if $x\in\bigcup \mathscr P(A)$ then $x\in A$. Since $x$ is arbitrary, $\forall x\Bigr(x\in\bigcup\mathscr P(A)\rightarrow x\in A\Bigr)$ and so $\bigcup\mathscr P(A)\subseteq A$.
From $A\subseteq \bigcup\mathscr P(A)$ and $\bigcup\mathscr P(A)\subseteq A$ we obtain $A= \bigcup\mathscr P(A)$. Since $A$ is arbitrary, $\forall A\Bigr(A=\bigcup\mathscr P(A)\Bigr)$. $Q.E.D.$
Is my proof valid$?$
Thanks for your attention.
The proof is valid but you could make it shorter and clearer by arguing at the level of sets, rather than elements. For example $A\in\mathscr{P}(A)$ implies $A\subseteq\bigcup\mathscr{P}(A)$. And "$X\subseteq A$ for all $X\in \mathscr{P}(A)$" implies $\bigcup\mathscr{P}(A)\subseteq A$.