There are these two questions that my professor posted, and they absolutely stumped me:
$ \vdash (\exists x. \bot) \implies P $ and $(\exists x. \top) \vdash (\forall x. \bot ) \implies P$.
What do I even do with the $(\exists x. \bot)$ part? It got me stuck for quite some time. Any help will be appreciated.
In a syntax that allows vacuous quantification (bad and un-Fregean, but now sadly usually permitted), $\exists x\,\phi$ is equivalent to plain $\phi$, where $\phi$ is closed, without free variables, and so $\exists x\,\bot$ is equivalent to plain $\bot$. And you know, presumably, about the ex falso principle $\vdash \bot \to P$. Put those two together to get the first result.
Can you now see why the second result similarly holds?