A Concept of Possibility for Real-World Events
arXiv:2510.02655v2 Announce Type: replace Abstract: This paper offers a new concept of {\it possibility} as an alternative to the now-a-days standard concept originally introduced by L.A. Zadeh in 1978. This new version was inspired by the original but, formally, has nothing in common with it other...
A recent update to a paper on arXiv (2510.02655v2) proposes a fundamental rethinking of how AI systems should model "possibility" for real-world events. The authors argue that the dominant framework—Lotfi Zadeh’s 1978 theory of possibility—is no longer sufficient for modern AI applications that must reason about uncertainty in physical environments.
What Happened
The paper introduces a new formal definition of possibility that, while inspired by Zadeh’s original concept, shares no formal mathematical structure with it. Zadeh’s possibility theory treated possibility as a fuzzy measure, where events have degrees of possibility between 0 and 1, often used in control systems and approximate reasoning. The new concept appears to ground possibility in a more operational, event-based framework—likely tied to causal constraints or physical realizability rather than subjective membership functions.
The authors explicitly state their version "has nothing in common" with Zadeh’s formalism, suggesting a clean break rather than an incremental refinement. This implies they are building a different mathematical foundation, possibly drawing from modal logic, probability theory, or causal modeling.
Why It Matters
This matters because possibility theory is quietly embedded in many AI systems—from planning algorithms that prune impossible action sequences to natural language systems that evaluate counterfactual statements. Zadeh’s framework was designed for a world of fuzzy sets and linguistic variables, not for the structured causal reasoning required in robotics, autonomous driving, or scientific discovery.
If this new concept gains traction, it could change how AI systems handle:
- Constraint satisfaction: Distinguishing between what is merely improbable versus genuinely impossible
- Causal reasoning: Modeling events that cannot occur due to physical laws versus those that are unlikely
- Safety verification: Proving that an AI agent will not take certain actions because they are impossible, not just risky
Implications for AI Practitioners
For engineers building decision-making systems, this research signals a potential shift in how to model uncertainty. Current best practices often treat possibility as a soft version of probability or ignore it entirely. If this new formalism matures, practitioners may need to:
- Revisit planning and search algorithms that currently use binary feasibility checks or fuzzy thresholds
- Adopt new reasoning layers that separate causal impossibility from statistical rarity
- Update verification tools to check for logical impossibility rather than just probabilistic risk
Key Takeaways
- A new arXiv paper proposes a formal concept of possibility that diverges entirely from Zadeh’s 1978 theory, aiming to better handle real-world event constraints
- The work addresses a critical gap: current AI systems often conflate impossibility with improbability, which can lead to unsafe reasoning in high-stakes applications
- For AI practitioners, the main implication is a potential future shift in how planning, causal reasoning, and safety verification are formalized
- The research is currently theoretical; practical impact depends on subsequent algorithmic development and integration into existing AI frameworks