You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Incorrect comments on Friendship is Optimal: A My Little Pony fanfic about an optimization process - Less Wrong Discussion

63 Post author: iceman 08 September 2012 06:16AM

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

Comments (145)

You are viewing a single comment's thread.

Comment author: Incorrect 09 September 2012 03:40:48AM *  0 points [-]

He's really wondering whether the voxel-space is a directed graph or whether up∘down=down∘up=identity (and for left/right too). Movement could be commutative with up∘down≠identity.

Consider

voxels = {a, b}
 
left(a)  = a
right(a) = a
up(a)    = a
down(a)  = a
 
left(b)  = a
right(b) = a
up(b)    = a
down(b)  = a
 
If f is in (left, right, up, down)
let g be the respective function in (right, left, down, up)
forall x in {a, b}
f(g(x))=g(f(x))=a
 
But
up(down(b))=a
whereas
identity(b)=b