I believe that I have a misunderstanding in the P=NP problem while I was thinking of how can it be proved in a non-constructive manner.
We know that we can build an infinitely large text file with solutions for each of the solutions for every possible combination for that problem (in a similar manner of building a deterministic tree construction of proportional formulas in propositional logic) where then we know the retrieval of every solution for any instance can be just retrieved via polynomial searching.
My question is: Why isn't this a non-constructive proof that P=NP since it shows that they exists an infinite listing of text that allows getting solution to NPC problems?
I know this is most likely a fundamental error in my understating of the problem but I can't seem to get it so I'd appreciate the help.