Taking a NP-Complete problem like vertex cover if we can find a reduction which is exponential and not polynomial and the reduction we do to a problem can be solved in Polynomial time, then what would be it's implications
Edit: Based on Yuval's answer, I wanted to throw this scenario into the place also.
IF we have a P problem which we can reduce in polynomial time to an NP-Complete problem for e.g vertex cover? what happens then