diff options
| author | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-06-26 13:56:47 +0200 |
|---|---|---|
| committer | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-06-26 13:56:47 +0200 |
| commit | 0c82b10cd3ac1787838038b4b443f79cbb1612d9 (patch) | |
| tree | dc99825759a1b93d81b2c6b0fd2750e16d950128 /library/numbers.tex | |
| parent | c19415b970d502d662eb10c403728fa41cdbe03e (diff) | |
Working at the numbers.tex
Diffstat (limited to 'library/numbers.tex')
| -rw-r--r-- | library/numbers.tex | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/library/numbers.tex b/library/numbers.tex index 1837ae8..f13214d 100644 --- a/library/numbers.tex +++ b/library/numbers.tex @@ -1,5 +1,6 @@ \import{order/order.tex} \import{relation.tex} +\import{set/suc.tex} \section{The real numbers} @@ -15,6 +16,11 @@ $x \rmul y$ is a set. \end{signature} +%Structure TODO: +% Take as may axioms as needed - Tarski Axioms of reals +%Implement Naturals -> Integer -> rationals -> reals + + \subsection{Basic axioms of the reals} \begin{axiom}\label{reals_axiom_zero_in_reals} @@ -29,6 +35,26 @@ $\zero \neq 1$. \end{axiom} +\begin{inductive}\label{naturals_subset_reals} + Define $\naturals \subseteq \reals$ inductively as follows. + \begin{enumerate} + \item $\zero \in \naturals$. + \item If $n\in \naturals$, then $\successor{n} \in \naturals$. + \end{enumerate} +\end{inductive} + +%\begin{axiom}\label{negativ_is_set} +% $\negativ{x}$ is a set. +%\end{axiom} + +%\begin{axiom}\label{negativ_of} +% $\negativ{x} \in \reals$ iff $x\in \reals$. +%\end{axiom} +% +%\begin{axiom}\label{negativ_behavior} +% $x + \negativ{x} = \zero$. +%\end{axiom} + \begin{definition}\label{reals_definition_order_def} $x < y$ iff there exist $z \in \reals$ such that $x + (z \rmul z) = y$. \end{definition} |
