Can someone explain why B and C are true?
I just learnt that
- If A is reducible to B and B is Recursive language then A is also Recursive language.
- If A is reducible to B and B is Recursive Enumerable language then A is also Recursive Enumerable language.
- If A is reducible to B and A is not Recursive Enumerable language then B is also not Recursive Enumerable language.
But I don’t know the actual logic behind it and I also don't know that If P is polynomially reducible to Q then If P is Regular implies Q has to Regular or not?
If someone can explain the logic or just share some reference then it will be very helpful