diff options
| author | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-08-09 15:33:30 +0200 |
|---|---|---|
| committer | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-08-09 15:33:30 +0200 |
| commit | 951dd2b195524cb2d8f125abaa4936abaf5ae582 (patch) | |
| tree | b6bb928360f0e4d726c50ce22c3e149c6680aef8 | |
| parent | 65e5a741655d8339ad5763e365ea2addd2e96e51 (diff) | |
fixed axiomatic error
| -rw-r--r-- | library/numbers.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/numbers.tex b/library/numbers.tex index 7d1b058..f7f6c2c 100644 --- a/library/numbers.tex +++ b/library/numbers.tex @@ -409,15 +409,15 @@ Definition of the order symbols \end{abbreviation} \begin{abbreviation}\label{less_on_reals} - $x \leq y$ iff it is wrong that $y < x$. + $x \leq y$ iff $x < y \lor x = y$. \end{abbreviation} \begin{abbreviation}\label{greater_on_reals} - $x > y$ iff $y \leq x$. + $x > y$ iff $y < x$. \end{abbreviation} \begin{abbreviation}\label{greatereq_on_reals} - $x \geq y$ iff it is wrong that $x < y$. + $x \geq y$ iff $y \leq x$. \end{abbreviation} |
