I am studying NP and I can't understand how can I solve the below questions. I would like to know the strategy that I should use to be able to solve this kind of problems.
The question is:
Assume A and B are specific decision problems and that f is a polynomial-time function for reducing A to B. Which statement is true and which is false?
- if A →f B and A ∈ P, then B ∈ P
- if A →f B and B ∈ NP, then A ∈ P
- if A →f B and A ∈ NPC, then B ∈ NPH
- if A →f B and B ∈ NPC, then A ∈ NPC
- if A →f B and B →f A, then A, B ∈ NPC
- if A →f B and B ∈ NPC, then B →f A
- if A →f B and A ∈ NPC, then B ∈ NPC
- if A →f B and A ∈ NPH, then B ∈ NPC
Thanks in advance.