In his blog entry here, Lance Fortnow, suggests:
P = NP would also have big implications in mathematics. One could find short fully logical proofs for theorems but these fully logical proofs are usually extremely long. But we can use the Occam razor principle to recognize and verify mathematical proofs as typically written in journals. We can then find proofs of theorems that have reasonably length proofs say in under 100 pages. A person who proves P = NP would walk home from the Clay Institute not with one million-dollar check but with seven.
I am a bit perplexed about his statement. Does it imply that a positive solution to P?NP problem will lead to construct of a 'mechanical proof generator'? If yes, then how?
As far as I understand, the difficulty in construction of such a generator has already been laid out well by Godel and company.
The problem of deciding whether a string describes a valid proof of a given proposition $T$ in some logical system (say, ZFC) is in NP, since recognizing such a proof takes polynomial time in the size of the proof. If P = NP, it follows that this problem admits a polynomial-time solution, which means it is possible to find a proof of $T$ (if it exists) in time polynomial in the size of the shortest proof, not in the size of $T$.
On the other hand, the fact that the halting problem is unsolvable implies that the maximum length $L_n$ of the shortest proof of a proposition with $n$ symbols is not a computable function, so it eventually grows extremely quickly.