images
Unnamed repository; edit this file 'description' to name the repository.
- Log
- Files
- Refs
- README
- LICENSE
commit fa012aa4f6e4b12da286b7c22b3d8bbc60bd5370 parent 2d79e1b66c86ffb7d559ce2b24adeaf146632bd9 Author: Pablo <pablo-escobar@riseup.net> Date: Sat, 28 Aug 2021 23:38:53 +0000 Changed the notation used on the drawings related to the ordinal numbers Diffstat:
D | groups-periodic-table.jpg | | | 0 | |
M | ordinal-number-line.tikz | | | 2 | +- |
M | real-ordinal-surreal-venn.tikz | | | 2 | +- |
diff --git a/groups-periodic-table.jpg b/groups-periodic-table.jpg Binary files differ. diff --git a/ordinal-number-line.tikz b/ordinal-number-line.tikz @@ -2,7 +2,7 @@ % Copyright Pablo (C) 2021 \begin{tikzpicture} % The line - \draw[-latex] (0,0) -- (6.5,0) node[right]{$\mathbf{Ord}$}; + \draw[-latex] (0,0) -- (6.5,0) node[right]{$\mathbf{ON}$}; % The numbers \foreach \x in {0, 1, 2} diff --git a/real-ordinal-surreal-venn.tikz b/real-ordinal-surreal-venn.tikz @@ -8,7 +8,7 @@ % The ordinals \draw (-1,0) circle (1) - (0.5,0) node{$\mathbf{Ord}$}; + (0.5,0) node{$\mathbf{ON}$}; % The surreals (+ natural numbers) \draw (-2.5, 1.5) rectangle (1.5,-1.5)