computation

Definition

Co-Decision Problem

A co decision problem of a decision problem is a decision problem that represents the complement (negation) of .

Example: SAT (decision problem) vs UNSAT (co decision problem)

Properties

Decidability

Decidability and

Trivially, if a decision problem is decidable if and only if is decidable, and vice versa.

Let be a program that decides . Then there exists a program that negates the output of , i.e. , and vice versa.

Dual Semi-Decidability

Dual Semi-Decidability and

Let and be semi-decidable. It follow that and thus are decidable.

A program can be constructed the aborts the respective infinite loop of or if the other one outputs.

Undecidability and Semi-Decidability

Let be undecidable (1) and semi-decidable (2). Then is not semi-decidable.

Indirect Proof: Assume that is semi-decidable, i.e. and are both semi-decidable. Then from this theorem follows that is decidable. This is a contradiction (1).