DanielLC comments on Open Thread: July 2009 - Less Wrong

3 [deleted] 02 July 2009 04:00AM

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

Comments (235)

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

Comment author: DanielLC 12 April 2011 09:41:41PM 0 points [-]

A simple example would be a psuedorandom number generator. For example, f(t) = f(t-1)^2 + 1. Thus, if f(0) = 0 (nothing at t=0), then f(1) = 1.

The only way to get out of boundary conditions is to define the whole universe in one step. For example, f(t) = t^3 + 3*t^2 + 1, in which case you wouldn't have causality at all.