diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
| commit | 442d732696ad431b84f6e5c72b6ee785be4fd968 (patch) | |
| tree | b476f395e7e91d67bacb6758bc84914b8711593f /library/nat.tex | |
Initial commit
Diffstat (limited to 'library/nat.tex')
| -rw-r--r-- | library/nat.tex | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/library/nat.tex b/library/nat.tex new file mode 100644 index 0000000..529ba54 --- /dev/null +++ b/library/nat.tex @@ -0,0 +1,21 @@ +\import{set/suc.tex} + + +\section{Natural numbers} + +\begin{abbreviation}\label{inductive_set} + $A$ is an inductive set iff $\emptyset\in A$ and for all $a\in A$ we have $\suc{a}\in A$. +\end{abbreviation} + +\begin{axiom}\label{naturals_inductive_set} + $\naturals$ is an inductive set. +\end{axiom} + +\begin{axiom}\label{naturals_smallest_inductive_set} + Let $A$ be an inductive set. + Then $\naturals\subseteq A$. +\end{axiom} + +\begin{abbreviation}\label{naturalnumber} + $n$ is a natural number iff $n\in\naturals$. +\end{abbreviation} |
