Prove that if $n \in \omega$ then $n \notin n$.
I'm trying to do it by induction. Consider $S=\{n \in \omega : n \notin n\}$
$0 \in S$: $\emptyset \notin\emptyset $
$i\in S \Rightarrow s(i) \in S$: $i \notin i \Rightarrow \{i\} \notin \{i\}$ (if $\{i\} \in \{i\} \text{ then } i=\{i\}, \text{ therefore } i \in i$). I want show now that $\{i\} \notin\{i\} \Rightarrow s(i)=\{i\} \cup i \notin s(i)=\{i\} \cup i$. Suppose by absurdity that $\{i\} \cup i \in\{i\} \cup i$ then:
or $\{i\} \cup i \in \{i\} \Rightarrow \{i\}\cup i = i \text{ then } i \in i$, contradition.
or $\{i\} \cup i \in i$. I do not know to get in a contradition. I do not have the axim of regularity.
It might help to make your induction hypothesis slightly stronger. Recall that a set $z$ is called transitive if $x \in y \in z$ implies $x \in z$. Now let the induction hypothesis be "$n \not \in n$ and $n$ is transitive", or in your setting: $$ S = \{n \in \omega : n \not \in n \text{ and } n \text{ is transitive}\}. $$ You may want to try this for yourself, but if you are stuck, here is how to do it (hover your mouse to show the text):