|
|
|
|
|
by greysphere
928 days ago
|
|
The final state in chess is a single* state which yes, then branches out to N checkmate configurations and then N*M one-move-from-checkmates, and so on. (*Technically it's won/lost/draw.) The equivalent final state in theorem proving is unique to each theorem so such a system would need to handle an additional layer-of-generalization. |
|