An Undecidability Proof for the Plan Existence Problem
This paper proves that the plan existence problem in epistemic logic is undecidable, even under highly restricted conditions such as limited modal depth for action preconditions and the absence of postconditions.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
The Mystery of the Infinite Instruction Manual: An Explanation
Imagine you are playing a video game where you have to guide a character through a series of rooms to reach a treasure. This is a "planning problem." In most games, the rules are simple: "If you have a key, you can open the door."
But this paper is about a much more complex game called Epistemic Planning. In this game, the character isn't just moving through physical rooms; they are moving through states of mind. The goal isn't just to "be in the treasure room," but to "know that the treasure is in the treasure room" or "be certain that your teammate knows the secret code."
The paper proves something startling: Even if the rules for your actions are incredibly simple, the game can become impossible to solve.
The Core Problem: The "Knowledge" Maze
In standard planning, you deal with facts: The door is open.
In epistemic planning, you deal with beliefs: I believe the door is open, but I’m not sure if you believe it.
The researcher, Antonis Achilleos, looked at a specific version of this game. In this version:
- Simple Rules: The "preconditions" (the requirements to do something) are very basic. You don't need complex, nested logic like "I know that you know that I know..." You only need one level of depth: "I know X."
- No Changes to Reality: The actions don't actually change the physical world (like moving a chair); they only change what the characters know or believe (like telling a secret).
You might think, "If the rules are that simple and nothing in the physical world changes, surely a computer can eventually figure out a plan!"
The paper says: No. It is "undecidable." This means there is no master algorithm that can look at any given setup and guaranteed-ly say "Yes, a plan exists" or "No, a plan doesn't exist" in a finite amount of time.
The Analogy: The Infinite Lego Tower
To understand why this is so hard, let's use the Lego Tower Analogy.
Imagine you are given a set of Lego instructions. Each instruction is a "block" consisting of two different colored pieces (let's say a Red piece and a Blue piece). Your goal is to build two separate towers—one using only the Red pieces and one using only the Blue pieces—such that the two towers are exactly identical in height and pattern.
This is a famous mathematical puzzle called the Post Correspondence Problem (PCP). It is known to be impossible for a computer to solve for every possible set of blocks.
The researcher's "Magic Trick":
He proved that you can translate this Lego puzzle into the "Knowledge Game."
- The Red pieces become the character's "knowledge of the top sequence."
- The Blue pieces become the "knowledge of the bottom sequence."
- The Actions in the game act like adding a Lego block to the tower.
- The Goal is to reach a state where the character "knows" the two sequences are perfectly matched.
Because the Lego puzzle is impossible to solve with a universal formula, and because the Knowledge Game can perfectly mimic the Lego puzzle, the Knowledge Game must also be impossible to solve.
Why does this matter?
You might ask, "Why do we care if a computer can't solve a game about knowledge?"
This research is about the limits of Artificial Intelligence. As we build AI agents that need to coordinate with humans (like self-driving cars communicating with traffic lights, or robots working in a warehouse), they need to reason about what others know.
This paper serves as a "Warning Sign" on the map of computer science. It tells engineers: "Be careful. If you give your AI agents even a tiny bit of ability to reason about knowledge, you might accidentally create a problem that is mathematically impossible for them to ever fully master."
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.