PCP Flashcards

1
Q

{<P>|there is a match using less than n cards}

A

determinable, We just try all finite number of possibilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

{<P>|there is a match using more than n cards}

A

Same as PCP, if there is some solution that there is solution with more than n because we can concat solutions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

{<P>|there is a match using an even number of cards}

A

Same as PCP, if there is some solution then we can just concat it with itself, giving us an even number of cards.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

{<P>|there is a match using an un-even number of cards}

A

Acceptable: We just test all the un-even options and if we find a solution we stop.
Non determinable: using reduction from PCP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

{<P>|the alphabet only has one character}

A

Determinable:
If in all cards the top is shorter than the bottom or the opposite we will return false. else return true, because there is some way to solve this.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

{<P>|there are no adjecent identical cards}

A

Acceptable: We just check all the options that satisfy the requirement.
Non-decidable: Reduction from PCP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

{<P>|there is a solution that uses all of the cards}

A

Acceptable: try all the options.
Non-decidable: proof by contraction. If this is solvable, then for the regular PCP problem you could just go over all the sub groups and send them to this problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

{<P>|there is no solution}

A

Not acceptable: using Post’s theorem. Since PCP is known to not be acceptable, PCP~ has to be as well.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly