8.2 Decidable predicates Flashcards
1
Q
What is the characteristic function of U
A
Outputs whether number is in the set or not
2
Q
What makes a predicate U decidable
A
Is possible to compute characteristic function - ie determine whether in set or not
3
Q
Create a while program to compute the characteristic function of
A
4
Q
What is the semi-characteristic function
A
Is allowed to run forever on non-‘yes’ inputs
5
Q
A