I understand the complexity of the issue in the event that P = NP: in this case, we couldn't prove it "by example" - it's simply impossible to sort through all possible tasks. The proof that, for all NP-complete problems, checking a solution is not easier than finding it, apparently, should be very non-trivial. However, if P =/= NP, is it not possible to prove this by simply providing an example of a problem for which it's always "easier" to check the correctness of the solution than to find the solution itself?
Do we really not have a single example of a problem for which finding a solution would be more difficult than checking it? Are there at least heuristic arguments in favor of the existence of such problems?
Thanks in advance.