Assume that P1, P2,..., Pn are NP-class problems. PP1 and PP2 are unknown problems (i.e., we don't know whether they belong to the P or NP classes). If "P1, P2,...., Pn" problems can be reduced to PP1 in polynomial time, then PP1 can be reduced to PP2, and PP2 can be reduced to another NP problem in polynomial time.
What will be the classes of PP1 and PP2 ? In my opinion both PP1 and PP2 should be NP complete. As PP1 is reduced to NP problem and it can be as hard as Np so it should be NP Complete. PP2 is reduced from PP1 that means it can be as hard as PP1 so it will be NP Hard but now PP2 is also reduced to NP Problem. So it should as hard as NP so it should be NP complete. Tell Me if I am wrong.