Trying to prove the claim:
$$\forall x \; \forall y \; \lnot (x \in y \in x)$$
I know we should apply the axiom of regularity to the set $\{x, y\}$.
Can anyone help?
Trying to prove the claim:
$$\forall x \; \forall y \; \lnot (x \in y \in x)$$
I know we should apply the axiom of regularity to the set $\{x, y\}$.
Can anyone help?
Since you want to prove a NOT statement, i.e. for all $x$ and $y$, it is NOT the case that both $x \in y$ and $y \in x$, it makes sense to proceed by contradiction. Assume -- towards a contradiction -- that we have some $x$ and $y$ such that $x \in y$ and $y \in x$.
Now, applying regularity to $\{x,y\}$, we must have that $\{x,y\}$ contains an element disjoint from itself. So either $\{x,y\}$ is disjoint from $x$, or $\{x,y\}$ is disjoint from $y$.
Case 1: $\{x,y\}$ is disjoint from $x$.
But $y \in \{x,y\}$, and $y \in x$. So they are not disjoint. Contradiction.
Case 2: $\{x,y\}$ is disjoint from $y$.
Can you do this case?