699 views
2 votes
2 votes
Consider the following statements:

$S_{1}$ : For any two sets A and B, if A is uncountably infinite and B is countably infinite, then $A\cap B$ is countably infinite.

$S_{2}$ : For any two language A and B, if $A\subseteq B$, then $A$ is reducable to $B$.

The number of incorrect statement are _________________________

1 Answer

1 votes
1 votes

First one is right and second one is wrong.

IF we take intersection at most we will get the smaller set which will be countable.

https://www.math.ucla.edu/~tao/java/MultipleChoice/countable.txt

second - problem A is reducible to problem B if an algorithm for solving problem B efficiently (if it existed) could also be used as a subroutine to solve problem A efficiently."

https://en.wikipedia.org/wiki/Reduction_(complexity)

So A is a subset of B and B can't be used to solve A so we can't say A is reducable to B

edited by

Related questions

2 votes
2 votes
1 answer
1
srestha asked Jan 24, 2017
347 views
Consider the language L :L={<M | M is a Turing Machine and $L(M)\leq_{p}$$\left \{ 0^{p}.1^{2p}|p 0 \right \}$}where $\leq_{p}$ refers to polynomial time reducable.Which ...
0 votes
0 votes
1 answer
3