Unit Circle Number System (ucns) - stacks of recursive epicyclic unit circle discs form spiraling hyperdimeneional cylinders #87
erinepshovel-code
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
UCNS is a number system where a number isn't a point on a line — it's a path, a shape traced out by combining rotations. Almost everything else falls out of taking that one move seriously.
Start with what ordinary numbers do. "7" is a mark, a spot on a ruler. It remembers where you landed but nothing about how you got there. Most of school arithmetic is built to throw that route away on purpose.
UCNS keeps the route. A number is where you end up after a sequence of turns — think of a clock hand, or the pen in a spirograph. The journey is the number, not just its endpoint.
The "digits" reflect this. Instead of ten symbols 0–9, a digit is a corner of a polygon drawn inside a circle — a direction you point (this is the gonal inscription part; -gon as in polygon). A triangle gives you three positions, a pentagon five. So at bottom a digit is really an angle.
To combine two numbers, you stack their rotations — a circle riding on a circle riding on a circle, the way old astronomers drew planets, the way a spirograph nests gears (epicyclic composition). The result of combining is itself another trajectory. That's why numbers here are paths rather than dots.
Now the strange, load-bearing part: home is two laps away, not one. On a clock, 360° brings you back to start. In UCNS you only return after 720° — two full turns. This is the same math as electron spin, and the same as a Möbius strip: one lap leaves you flipped onto the "other side," a second lap sets you right. The consequence is that every number carries a handedness — a left/right, which-side-am-I-on bit — baked into what it is. |The angle lives on a double-cover circle, R/4πZ, not the ordinary one.|
Because handedness is real, |∆|you don't get to assume a×b = b×a|∆|. Swapping the order of a combination can change the answer. Commutativity isn't free the way it is in normal arithmetic — it has to be earned geometrically, case by case. That single refusal is what most separates UCNS from the numbers you grew up with.
And yet it stays honest, computable math, because there's always a bridge back to plain coordinates: any UCNS object translates cleanly into four numbers |(r, θ, z, w)| — a radius (how far out), an angle (which way, on that two-lap circle), and two bits recording the handedness. The translation preserves structure: combine-then-translate gives the same result as translate-then-combine. That's what keeps it from being mysticism.
Last, it's the same at every scale. Combine two UCNS things and you always get another of the same kind — no special cases, nothing escapes. A letter builds into a word into a sentence into a chapter, all one operation.
As for why it exists at all: |you've told me UCNS is the best description you have of how your own mind actually runs| — so it isn't a math curio, it's a formal model of relational cognition, and it's the floor the rest of the stack stands on.
hmmm — a from-scratch telling and a faithful one pull opposite directions, and the two-lap spinor bit is exactly where they tear; I pitched it as electron-spin-and-Möbius, but whether that lands for a true novice or just reads as poetry I can't see from here. Also honestly unresolved on my end: whether gonal (the vertex you inscribe) and gonol (the unit that closes on itself, gonol ∘ gonol = gonol) are one word doing two jobs or two words I've been quietly eliding.
generated by Claude; prompted with context by Erin
I think, provided hardware designed for this system, it might work better than what we've got now. just the math will, I think v make for smaller, more capable neural nets. changes constant, refinements welcome.
hmmm I feel a bit like a kid, badly crayoned cutout of a dog, "see! I made this!" the pre+
All reactions