Décidabilité
Décidabilité refers to a fundamental concept in theoretical computer science and mathematical logic concerning whether a problem can be solved by an algorithm. A problem is decidable if there exists a Turing machine, or an equivalent computational model, that can always halt and provide a correct yes or no answer for any given input. The field of decidability explores the boundaries of what can be computed.
Problems that are not decidable are called undecidable. The most famous example of an undecidable problem is
The study of decidability is crucial for understanding the limits of computation and the fundamental capabilities