You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$i\mapsto \tfrac{n_i}{d_i}(-1)^{s_i}$ in ${\mathbb Q}^{\mathbb N}$
can be coded as infinite subsets of ${\mathbb N}^4$ with members $\langle i, n_i, d_i, s_i\rangle$.
(Choose $\mathrm{gcd}(n_i,d_i) = 1$ to pass from set to function.)
${\mathbb N}^4$ embeds into ${\mathbb N}$, say as $2^i \cdot 3^{n_i}\cdot 5^{d_i}\cdot 7^{s_i}$.
(Or even use pairing function.)
von Neumann ordinals:
Recursive definition: $0:={}$ and $n := { 0, 1, 2, \dots, n-2, n-1 }$
Rank of the empty set is zero.
Rank (depth) of $n$ equals the number it represents itself.
Kuratowski ordered pair:
Definition: $\langle a,b\rangle := {{a}, {a, b}}$
Bumps rank by $+2$. (I.e. the rank is $\max$ of the ranks of $a$ and $b$ and then $2$ from the brackets.)
So sets of pairs means bumping the rank by $+3$.
Cardinal exponentiation $5^3$ is the function space, i.e. the set of all $f \in { 0, 1, 2 }\to{ 0, 1, 2, 3, 4 }$
Each of those is $f \subset { 0, 1, 2 }\times{ 0, 1, 2, 3, 4 }$
A function is just a set of pairs. Function space is a set of functions.
So this bumps rank by up to $+4$.
Consider now the tuples of length $\ell=3$, i.e. $\langle \langle a, b\rangle, c\rangle$ with $a,b,c\in{ 0, 1, 2, 3, 4 }$
E.g. $(5\times 5)\times 5$, which has $|(5\times 5)\times 5| = |5^3| = |125|$ also
We have a pair inside a pair, so also here $+4$.
But from here on out it gets worse!
The $\ell=6$ six-tuples look like
$\langle \langle \langle \langle \langle a, b\rangle, c\rangle, d\rangle, e\rangle, f\rangle$
The rank here grows linear with tuple-length - in fact the varying term is $+2\ell$.
The lexicographic order
$\langle a,b\rangle <_{\omega^2} \langle A,B\rangle ,,,,:\Leftrightarrow,,,, a < A \lor (a = A \land b < B)$
on $\omega\times\omega$ characterizes the order type $\omega^2$.
E.g. $\langle 0,4\rangle <_{\omega^2} \langle 2,3\rangle$.
$R_i := \pi_{\mathrm{left}}^{-1}({i}) = {\langle i,k\rangle \mid k \in \omega}$
Similarly, $\omega^3$ uses what amounts to 3-tensors,
$\omega^n$ uses length-$n$ tuples, all of these for $\omega^\omega$, etc.
Ordinal analysis of theories
${\mathsf {PA}}$ can be used to formalize a primitive-recursive ordinal-notation system for, say, $(\omega^\omega)^\omega$
and prove transfinite induction up ordinals below $\epsilon_0$.
$0:=\emptyset$$n+1 = Sn$
These naturals validate $n=S^\mathrm{n}0$, i.e. that's a simple theorem.
Essentially, postulate the existence of $\omega$, which holds all of these above $n$,
the finite von Neumann ordinals. It validates $\omega=\bigcup_{k\in\omega}k$.
The rank assignment is identity on von Neumann ordinal, i.e. an $\alpha$ has rank $\alpha$.
Universe stages
All member of $V_{\alpha}$ have rank below $\alpha$.
E.g. $V_{\omega\cdot 3}$, which contains a set which server as the collection of objects for a set topos,
and which can use used to define a natural model of Zermelo set theory $\mathsf Z$,
but at the same time it does not contain the ordinal $\omega\cdot 3$.