Ondecideerbaar
Ondecideerbaar, or undecidable, is a term in computability theory used to describe decision problems for which no general algorithm can determine the correct answer for every possible input. More formally, a problem is ondecideerbaar if there exists no Turing machine that halts on all inputs and outputs the correct yes/no answer. If such a machine exists, the problem is decideerbaar (decidable). This distinction highlights the intrinsic limits of algorithmic computation.
Undecidability arises in many core problems within computer science and mathematical logic. The most famous example
Relation to semi-decidability is an important nuance. Some undecidable problems are semi-decidable (recursively enumerable): there exists
In logic, undecidability also appears in theories where there is no algorithm that decides all valid statements.
See also: decidable, semi-decidable, Turing machine, reduction, Rice’s theorem.