I encountered two similar expressions when prooving two sets A and B are equivalent.
For $A \subseteq B$, we have two ways to prove?
$\forall x \in A$, then $x \in B$
$\forall(x \in A \longrightarrow x \in B)$
- Are these two ways both right?
2.how to deal with the situation when A is $\varnothing$ coz in the first way we suppose $A$ is not empty?
Appreciate for your helping hands.
Both conditions mean that $\forall x(x\in A\Rightarrow x\in B)$. Forall and implication belong together im math. formulations.