It might seem a stupid "question", but I need a logical explanation of it.
If $p(x)$ is a predicate and $q$ is a statement, then $(\forall x:p(x))\wedge q\iff \forall x:(p(x)\wedge q)$, and similarly we get if $\wedge$ and/or $\forall$ replaced by $\vee$ and $\exists$ respectively.
I've tried to name some statements in order to make a truth table to convince myself, but I'm unable to name some explicitly.
$$--------$$ Example: Prove that $$A\cap \left ( \bigcup_{\alpha \in \Lambda}B_{\alpha} \right )=\bigcup_{\alpha \in \Lambda}(A\cap B_{\alpha})$$ where $A$ is a set and $\{ B_{\alpha} \}_{\alpha\in\Lambda}$ is a family of sets. If I understood the logical explanation above then I would prove this way \begin{align} A\cap \left ( \bigcup_{\alpha \in \Lambda}B_{\alpha} \right )&=\left \{ x\mid x\in A \right \}\cap\left \{ x\mid \forall \alpha \in\Lambda:x\in B_{\alpha} \right \}\\ &=\left \{ x\mid \forall \alpha \in\Lambda:(x\in A)\wedge (x\in B_{\alpha}) \right \}\\ &=\left \{ x\mid \forall \alpha \in\Lambda:x\in A\cap B_{\alpha} \right \}\\ &=\bigcup_{\alpha \in \Lambda}(A\cap B_{\alpha}). \end{align}
Why is this so? $(∀x:p(x))∧q⟺∀x:(p(x)∧q)$
Versa: If $p(x)$ is true for any $x$, and $q$ is true (and $x$ is free in $q$), then both $p(x)$ and $q$ are true for any $x$.
Vice versa: If both $p(x)$ and $q$ are true for any $x$ (and $x$ is free in $q$), then $p(x)$ is true for any $x$ and $q$ is true.
$$(∀x:p(x))∧q⟺∀x:(p(x)∧q)$$
If $p(x)$ is true for any $x$, or $q$ is true (and $x$ is free in $q$), then either $p(x)$ or $q$ are true for any $x$.
Vice versa: If either $p(x)$ or $q$ are true for any $x$ (and $x$ is free in $q$), then either $p(x)$ is true for every $x$ , or $q$ is true.
$$(∀x:p(x))\vee q⟺∀x:(p(x)\vee q)$$
Versa: If $p(x)$ is true for some $x$, and $q$ is true (and $x$ is free in $q$), then both $p(x)$ and $q$ are true for some $x$.
Vice versa: If both $p(x)$ and $q$ are true for some $x$ (and $x$ is free in $q$), then $p(x)$ is true for some $x$ and $q$ is true.
$$(\exists x:p(x))∧q⟺\exists x:(p(x)∧q)$$
If $p(x)$ is true for some $x$, or $q$ is true (and $x$ is free in $q$), then either $p(x)$ or $q$ are true for some $x$.
Vice versa: If either $p(x)$ or $q$ are true for some $x$ (and $x$ is free in $q$), then either $p(x)$ is true for some $x$ , or $q$ is true.
$$(\exists x:p(x))\vee q⟺\exists x:(p(x)\vee q)$$