Lukas' Notes

Decidable Decision Problem

May 01, 20261 min read

computation

Definition

Decidable Decision Problem

Let P=⟨D,Y⟩ be a decision problem and L[P,enc] its language over a finite alphabet Σ.

Then, P is called decidable if there is a Turing Machine that halts on every w∈Σ∗ (set of all strings) and accepts exactly those w∈L[P,enc].

Semi-Decidability

Given that semi-decidability is a weaker form of decidability, every decidable decision problem is semi-decidable.


Graph View

  • Definition
  • Semi-Decidability

Backlinks

  • 192.017 Theoretical Computer Science
  • Church-Turing Thesis
  • Co Decision Problem
  • Halting Problem
  • Many-One Reduction
  • Reachable Code Problem
  • Undecidable Decision Problem
  • Word Problem

Created with Quartz v4.4.0 © 2026

  • GitHub