philiprdutton
- 120
- 0
ticking
Nested counting is where at each step of the count, the process starts again from "one."
x 1
xx 1,2
xxx 1,2,3
xxxx 1,2,3,4
xxxxx 1,2,3,4,5
etc.I am saying why waste so much effort? Just do this:
x 1
x 2
x 3
x 4
x 5
etc.
I had to put the numbers in there for visualization but I am saying that I just want a ticking system.
Anyway, Here is my focus:
I want to define a ticking system using the axiomatic method. But, I do not want the system to do anything except tick! No nesting. Can this be done with the axiomatic system or is it too flexible at it's core such that it can not make such limitations? This is a short side study on the nature of axiomatic systems.
But if the system is viewed as an algorithmic process, then how do you distinguish? Especially if we are talking about a system that only can only tick. How can we limit the expressiveness of an axiomatic system so that all you can do is "poke" it so that it "ticks". Can we have a one-to-one input/output system. Axiom systems like Peano have many ways to "input" your "statements" to make them "produce" an output. I do not know how the formal mathemticians talk about the "usage" of the axiomatic systems at this level of abstraction, but I see it with the input/output metaphor.Dodo said:I'm not sure of what you mean by "nested". I think you mean,
x, xx, xxx, xxxx... are numbersis "not nested", while
x is a number; also, if A is a number then Ax is a numberis "nested". I think most people here would say both are one and the same.
Nested counting is where at each step of the count, the process starts again from "one."
x 1
xx 1,2
xxx 1,2,3
xxxx 1,2,3,4
xxxxx 1,2,3,4,5
etc.I am saying why waste so much effort? Just do this:
x 1
x 2
x 3
x 4
x 5
etc.
I had to put the numbers in there for visualization but I am saying that I just want a ticking system.
Anyway, Here is my focus:
I want to define a ticking system using the axiomatic method. But, I do not want the system to do anything except tick! No nesting. Can this be done with the axiomatic system or is it too flexible at it's core such that it can not make such limitations? This is a short side study on the nature of axiomatic systems.