I am slightly confused by the notation used in Russell's paradox. I am following this text.
I understand that $\phi (x)$ is this boolean function, which outputs either True or False. I understand that $R$ is the set of all $x$ which has the image True when subjected to $\phi$. This is denoted by $$R = \{x:\phi (x)\}$$
Great. I am good so far.
Now, the author defines $\phi(x)$ such that $x \in x$. I don't understand this notation. How can an object belong to itself? Shouldn't it be '$=$' instead of '$\in$'?
Then the author goes ahead and defines $R$ is a set that contains all $x$ such that $x$ does not belong in $x$, or using symbols, $$R = \{ x: \, \sim\phi(x)\}$$ I don't understand this $x\in x$ notation used. I believe this very argument is used to explain the paradox. Could someone explain this?
For the $x\in x$ part, you can just think $\phi(x)$ is false for every $x$. This will not affect the paradox. So now $R$ is literally the set of "everything," and the paradox is asking "does $R$ belong to $R$ itself?" If $R\in R$, i.e., the set of "everything" is one of "everything," then $\phi(R)$ is true, contradicting the construction of $R$; if $R\notin R$, then $\phi(R)$ is true, so $R\in R$, contradiction.
See this. ZFC says that the construction of $R$ is not allowed, for we have to specify a "bound" for $x$.