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.