Vladimir_Nesov comments on Rationality Quotes November 2009 - Less Wrong

8 Post author: Eliezer_Yudkowsky 29 November 2009 11:36PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (275)

You are viewing a single comment's thread. Show more comments above.

Comment author: Vladimir_Nesov 01 December 2009 05:43:02PM *  1 point [-]

Trace is something like a list of execution steps of a program, a list of what happens at each step, for all steps. When a program runs indefinitely, it'll be a potentially infinite list (or actually infinite if we know the program won't terminate). Finite dynamical system is something like a program (together with its current state) that is itself finite, and allows to compute data of the same kind (e.g. program + state) for the next step: this transition from the current step to the next step is the dynamic. Infinity appears in this process when we consider all the (future) steps, not just one, even though one step is enough to determine them all. Objectification as I used it is a concept from mathematics, when you are trying to capture some phenomenon as a certain kind of single mathematical object (as opposed to a thing with whistles, processes and hand-waving).

Comment author: RobinZ 01 December 2009 05:48:37PM 0 points [-]

Thanks - that's much clearer.