Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why 1 + 0' = 1' #33

Open
bvssvni opened this issue Mar 22, 2022 · 0 comments
Open

Why 1 + 0' = 1' #33

bvssvni opened this issue Mar 22, 2022 · 0 comments

Comments

@bvssvni
Copy link
Contributor

bvssvni commented Mar 22, 2022

The reason 1 + 0' = 1':

1 + 2' = 1 + 0 = 1 = 3'

1 + n' equals the nth minus 1 prime in base 0, because 2' is the first prime.

So, 1 + 1' = 2'.

Notice that 1 is 3', so 3' + 1' = 2'.

This introduces the somewhat counter-intuitive idea that addition in Algexenotation can result in a smaller original number than any of the original arguments.

One can also write 1 + 1' = 0. Notice the similarity to 1 + (-1) = 0.

Other identities:

0 + 2' = 0    trivial, since `0 + 0 = 0`
0 + 1' = 1'   non-trivial, but fits with `1 + 1' = 2'`
0 + 0' = 0'   non-trivial, but fits with `0 + x = x` for all `x`

Now, think about these as corners of a square:

0 + 0' = 0'         1 + 0' = ?
0 + 1' = 1'         1 + 1' = 2'

It seems natural that ? is larger than 0' but smaller than 2'.
There is only one number with this property, which is 1'.

bvssvni added a commit to bvssvni/algexenotation that referenced this issue Mar 22, 2022
@bvssvni bvssvni mentioned this issue Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant