P!=NP seems to be a very hard question. But I didn't know whether anyone has quantified its hardness. So I ask the following question. Given a suitable formal system F, is finding a proof with less than n symbols for P != NP an NP-complete problem? (Asymptotic time of finding proof with respect to the proof length.)
It's clearly in NP since given a proof of length n, we can use rules in formal system F to determine whether each line follows from the above. However, it's not clear o me whether it should be NP-Complete.
If this problem is NP-Complete, then to prove that P != NP is practically impossible. The implication is that we can settle P != NP only if P = NP.