I have asked a concrete example here.
The accepted answer said: $$\forall x\in A: P(x)\iff \forall x~(x\in A\to P(x))\\\exists y\in B: Q(y)\iff \exists y~(y\in B\land Q(y))$$
which means universal statements are restricted by conditional and existential statements are restricted by a conjunction.
But I still cannot convince myself why this is the case.
Imagine if C is a subset of D, is it equally right to say that $\forall x~(x\in C \land x \in D)$ because all C is in D?