Task
$\vdash \exists x (P(x)\lor Q(x)) \iff \exists xP(x) \lor \exists xQ(x) $
My answer
If we have $A \iff B$ then $A\vdash B$ and $B \vdash A$. So I started trying to see if I could prove $B$ from $A$, but in my tests I couldn't prove that. Below is an image of my attempt.
Is this correct or am I missing a step here? Any help is appreciated, thanks!
Edit
Would it maybe be possible to replace the $?$ with $Q(u) \space\space\space \space \neg Q(u)$ which would result in $\bot$ and from there I could use RAA?