\(
\newcommand{\cat}[1] {\mathrm{#1}}
\newcommand{\catobj}[1] {\operatorname{Obj}(\mathrm{#1})}
\newcommand{\cathom}[1] {\operatorname{Hom}_{\cat{#1}}}
\newcommand{\multiBetaReduction}[0] {\twoheadrightarrow_{\beta}}
\newcommand{\betaReduction}[0] {\rightarrow_{\beta}}
\newcommand{\betaEq}[0] {=_{\beta}}
\newcommand{\string}[1] {\texttt{"}\mathtt{#1}\texttt{"}}
\newcommand{\symbolq}[1] {\texttt{`}\mathtt{#1}\texttt{'}}
\newcommand{\groupMul}[1] { \cdot_{\small{#1}}}
\newcommand{\groupAdd}[1] { +_{\small{#1}}}
\newcommand{\inv}[1] {#1^{-1} }
\newcommand{\bm}[1] { \boldsymbol{#1} }
\require{physics}
\require{ams}
\require{mathtools}
\)
Math and science::Analysis::Tao::02. The natual numbers
Tao's 5 axioms for natural numbers
1.
[...]The root node.
2. [...]
The increment operation. The only axiomatic operation.
3. [...]
Prevent loops where there are two nodes that increment to the same node.
4. [...]
Prevent a circle loop back to 0 (not covered by 3).
5. [...]
There are no other connected components other than the one containing 0. A stange approach to address this. Tao mentions that this is more of an 'axiom schema' in logic parlance.