Let's say we have given two sets: $A$ and $B$.
I thought about two possible statements:
1st: $A = B$ iff $|A| = |B|$ and $(\forall x \in A: x \in B)$ and $(\forall y \in B: y \in A)$
2nd: $A = B$ iff $|A \setminus (A \cap B)| = 0$ and $|B \setminus (A \cap B)| = 0$
Now I am curious if this statements are true and how I can prove them (or are they already fundamental/trivial).
Also are there other possible true statements?
Obviously $|A| = |B|$ is redundant because of $(\forall x \in A: x \in B) \Rightarrow A \subseteq B$ and $(\forall x \in B: x \in A) \implies B \subseteq A$, therefore $\implies$ $A \subseteq B \land B\subseteq A \iff A=B$