I sought a consistent definition for the rank of set and I found the definition of Von Neumann universe to define the rank of a set as follows:
The cumulative hierarchy is defined by transfinite recursion over all ordinals by
- $V_0=\emptyset$,
- $V_{\alpha+1}=\mathcal P(V_\alpha)$, and
- $V_\alpha=\bigcup_{\beta<\alpha}V_\beta$
Then, the rank of a set $S$ is the smallest $\alpha$ such that $S \subseteq \alpha$. But I don't understand how does any mathematical set (for instance a real set) could be include in a $V_\alpha$ whereas $V_\alpha$ contains a construction of empty set like that
V0 = { },
V1 = {{ }},
V2 = {{ }, {{ }}},
V3 = {{}, {{ }}, {{ }, {{ }}}},
etc.
I saw that Von Neumann set the natural set with that method, but in the ZFC theory is there a result that proves it exists a bijection between any set and that ranked construction of Von Neumann please?
I have never studied neither the set theory nor the ZFC theory before but I would like to understand that point.
Thank you in advance for your answer.