All Numbers Exist Through Cycles

What is the basis for reason? And mathematics?

Moderators: AMod, iMod

Post Reply
Eodnhoj7
Posts: 8595
Joined: Mon Mar 13, 2017 3:18 am

All Numbers Exist Through Cycles

Post by Eodnhoj7 »

(1 --> 1) --> 2
(1 --> 2) --> 3
(1 --> 3) --> 4
Etc. As an expanding circle or spiral.

Or as evidenced by a number line where the point projects as a quantifiable line.
(0 --> 0) = 1.
(1 ---> 0) = (1/2, 2)
****where the line projecting to another 0d point results in the line divided in half as two lines.
(2 ---> 0) = (1/4, 4)
****where each line as projecting to another 0d point results in each line simultaneously halved and doubled.

A line resulting in a fraction results in each line, as individual lines, multiplied. Multiplication and division occur simultaneously in spatial phenomenon.
Last edited by Eodnhoj7 on Tue Apr 21, 2020 11:00 pm, edited 1 time in total.
Impenitent
Posts: 4330
Joined: Wed Feb 10, 2010 2:04 pm

Re: All Numbers Exist Through Cycles

Post by Impenitent »

unicycle
bicycle
tricycle

recycle

-Imp
alan1000
Posts: 313
Joined: Fri Oct 12, 2012 10:03 am

Re: All Numbers Exist Through Cycles

Post by alan1000 »

Are you perhaps thinking of the successor function S(), which plays an important part in the development of the natural number line? For the whole numbers, S() evaluates to a number which is 1 greater than the number given in the argument:

S(0) = 0 + 1 = 1
S(1) = 1 + 1 = 2
S(2) = 2 + 1 = 3
....

This is the protocol which allows us to develop the natural number line to infinity. It is certainly iterative, and I suppose one could describe it as "circular" or even "helical" in character, because with each iteration it recommences at a point 1 higher than the previous point.
Skepdick
Posts: 14364
Joined: Fri Jun 14, 2019 11:16 am

Re: All Numbers Exist Through Cycles

Post by Skepdick »

alan1000 wrote: Sat May 30, 2020 11:11 am ...
He is talking about ALL numbers (or integers anyway)

Which can be defined recursively (cycles).

If you have infinite memory, this recursor produces "all integers". It doesn't halt, but that's another matter.

Code: Select all

I = lambda x=0: I(x+1)
I()
This is the Kolmogorov complexity of the Integers.
Eodnhoj7
Posts: 8595
Joined: Mon Mar 13, 2017 3:18 am

Re: All Numbers Exist Through Cycles

Post by Eodnhoj7 »

alan1000 wrote: Sat May 30, 2020 11:11 am Are you perhaps thinking of the successor function S(), which plays an important part in the development of the natural number line? For the whole numbers, S() evaluates to a number which is 1 greater than the number given in the argument:

S(0) = 0 + 1 = 1
S(1) = 1 + 1 = 2
S(2) = 2 + 1 = 3
....

This is the protocol which allows us to develop the natural number line to infinity. It is certainly iterative, and I suppose one could describe it as "circular" or even "helical" in character, because with each iteration it recommences at a point 1 higher than the previous point.
No, I am thinking about the formation of numbers through the most basic method of counting, which is the line.

The line starts with point 0. This point zero projects to form the most basic quantifiable form: the line as 1 unit and -1 unit respectively (considering the line relativistically projects in both directions as one direction. The projection of 1 is the projection of -1 considering the line is relative in directions).

As the point projects again -2 and 2 results where -1/2 and 1/2 occurs simultaneously (this is considering 2 lines necessitates each line as 1/2 the original line).

The sequence continues as the line projects to another point as 3 and -3 and 1/3 and -1/3. For each projection of the point comes a projection of another line thus resulting in the number line as the projection of a point 0. All numbers, as x=x, originate with the projection of point 0 to another point 0 as (0 --> 0) and (0 <-- 0) as (0<-->0) or (0=0). The number line originates with 0.
Post Reply