I'm following this pdf from Edward Nelson about internal set theory: https://web.math.princeton.edu/~nelson/books/1.pdf
I'm at page 6. Only two axiom schemes have been introduced so far.
The transfer principle (writing here the dual version using existential quantifiers):
\begin{equation} \forall^{st}{t_1}...\forall^{st}{t_n} [ \exists{x} A \leftrightarrow \exists^{st}{x} A ] \end{equation}
where $A$ must be an internal formula with no other free variables than $x, t_1, ..., t_n$
And the idealization principle:
\begin{equation} \forall^{stfin}{x'}\exists{y}\forall{x}A \leftrightarrow \exists{y}\forall^{st}{x}A \end{equation}
where $A$ must be an internal formula.
The definition of a limited real number is: any real number whose absolute value is inferior or equal to a standard real.
The theorem 1 on page 6 is the following:
There does not exist $S_1$, $S_2$, $S_3$, $S_4$, or $S_5$ such that, for all $n$ in $\mathbb{N}$ and $x$ in $\mathbb{R}$, we have $n \in S_1 \leftrightarrow$ n is standard, $n \in S_2 \leftrightarrow n$ is nonstandard, $x \in S_3 \leftrightarrow x$ is limited, $x \in S_4 \leftrightarrow x$ is unlimited, or $x \in S_5 \leftrightarrow x$ is infinitesimal
I have no problem proving the parts about $S_1$ and $S_2$. However the part about $S_3$ seems less obvious. In the pdf, Nelson writes this as a proof: if $S_3$ existed we could take $S_1 = \mathbb{N} \cap S_3$. It seems to me that to make this reasoning work, you need to prove that an integer is standard if and only if it is limited. Hence my question: how do you prove that if an integer is limited, then it is standard, using only the transfer principle and the idealization principle?