Suppose we have a 1-dimensional space: a number line. We can name each element of it using its module and a "sign"(+/-).
Is there a system which have something like additional signs that are used to name numbers? In other words: Is there any property like signness which unite "+" and "-", and can we create new object with such property?
I am not talking of signs of operation like (multiplication $\times$) (division $\div$) etc. that are working on the same number line. They can not be used to name a number like "$\times4$"... as far as I get it
I came up with a system of n rays that are sent from one point, so we can name each ray with some symbol and use it to name numbers on it. Example:
- we have 3 rays and 3 operations that are "pulling" a result to the corresponding $\infty$ : addition, upperSubtraction and lowerSubtraction.
upperMinus infinity
\
\
\________ plus infinity
/
/
/
lowerMinus infinity
- we have upperMinus 4
- we do plus 8 and get plus 4
- we lowerMinus 8 and get lowerMinus 4
- we upperMinus 8 and get upperMinus 4 again
Maybe my presupposition about ability to call number *n(multiply n) is wrong. We can create a number line with 1/identity as origin and * will be treated like plus sign or sign to the right of identity and / will be a minus sign or left sign. But there are still only two off them in one system!
I think that i might be confused by having concepts like:
- number "$-4$" per se and not an operation "-" with magnitude 4
- not thinking of number line having an intrinsic operation hence the "sign" used as a part of coordinate. Example: we have 2 number lines first is based on addition and it has intrinsic addition/negative addition(subtruction) and we can use sign/negate sign of intrinsic operation as part of coordinate (+ we can "create" a multiplication in this basis)
| | | | | | |
-3 -2 -1 0 1 2 3
second is using multiplication so we have $\div$ and $\times$ as intrinsic signs
| | | | | | |
/4 /3 /2 1 *2 *3 *4
so probably one can even call it not a number line but an ~operation line. I think that in lambda calculus the number(Church numeral) itself is an operation with some magnitude
you can also say that we subtract modules and write the sign of the greater number
– dogal Mar 27 '24 at 21:23