I'm looking at arithmetic $\mod ω$ (where $ω := |**N**| = 1+1+1+... =$ Lim($n$) : n ∈ N).
Specifically, I'm trying to show that
$... + \frac 18 + \frac 14 + \frac 12 + 1 + 2 + 4 + 8 + ... ≡ 0 \mod ω$,
and hence that $1 + 2 + 4 + 8 + ... ≡ -1 \mod ω$.
I can't find any literature on this topic but it certainly feels like something worth studying; does anyone know how I could go about investigating this? I've been thinking about this for weeks now and still only have 2 ideas:
The fact that N is not the power set of any set seems to suggest that ω is not a power of 2, but c (:= |R| = 2^ω) is, and (I think) c is divisible by ω.
The "infinite binary tree" fractal over the interval (0,1) illustrates
- the fact that |R| = 2^ω (real numbers x : 0 < x < 1, expressed in binary)
- the fact that $\frac 12 + \frac 14 + \frac 18 + ... = 1$ (its width)
- and it has $1 + 2 + 4 + 8 + ... $ nodes.
This seems like a really important object for my purposes, but I can't find a way to link the number of nodes with the width.
Any help is very much appreciated, this has been driving me crazy.
EDIT: assume all multiplication is right-multiplication. I'm writing it like this for ease of reading; my apologies.