Hacker News new | ask | show | jobs
by gjulianm 1989 days ago
Yes, but it isn't useful. A conversation also has three outcomes (neutral, you like the person more, or less) and yet it doesn't make conversations similar to chess.
1 comments

Chess and math are both searches over countably infinite trees.
And a conversation is a search over a countably infinite tree too.

My point is that even though some things have technical similarities, in practice they are very different challenges.

Math and chess are both very easy to check. Proof checkers and chess rule checkers both exist. "Conversation checkers" do not.
chess is actually not very easy to check.

chess is in exp, the class of problems requiring exponential time to solve and exponential time to check. unlike p vs np we do know that exp \neq p.

It takes O(n) to check if a chess game follows the rules, and to check who wins. Same for checking a proof written in CoQ. What do you mean by "check?"