DanielLC comments on Open Thread: July 2009 - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (235)
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.