Lukas' Notes

Home

❯

Knowledge

❯

Correctness Problem

Correctness Problem

Oct 22, 20251 min read

computation

Definition

Correctness Problem

The correctness problem is a decision problem that asks, for a given program Π and two strings I,O, whether Π halts on input I and outputs output O.

It is undecidable and semi-decidable.

Undecidable

The correctness problem is undecidable given that the problem statement implicitly asks whether Π halts on input I (implicit Halting Problem).


Graph View

  • Definition
  • Undecidable

Created with Quartz v4.4.0 © 2025

  • GitHub