Given that Shor's algorithm can solve factorization in polynomial time on a quantum computer (BQP), if we prove that BQP is the same as P on a classical computer, won't factorization (which is an NP problem) be a counterexample to P != NP?
In other words, if that statement is true, isn't P != NP not true, because we can solve an NP problem (factorization) in P time?