This is a simple position:
Would you believe that not only it is a mate in 261, but there is only one winning move and all other moves draw.
These kind of secrets are unreachable through usual human reasoning ( and even engines fail to find the winning move ). Only exhaustive tree search can bring such hidden secrets to the surface.
This example just occured to me:
The halting problem of computers is unsolvable.
But wait, here is a program:
1. HALT
This will halt. I guarantee you. Have I solved the halting problem?
No. Unfortunately not.
Because I have proof for one specific simple program rather than a general algorythm which can tell for an arbitrary program whether it will halt or not.
Similarly, the fact that I can prove that you can win with a rook and king against a bare king, does not mean that I can 'solve' chess endgames in general.
The problem with proofs in chess that do not refer to exhaustive tree search is that there is a tradeoff between the complexity and generality of the positions in question. You can prove in general the outcome of certain endgames but those positions are trivial ( like a rook and a king against a king ). On the other hand there are complex positions for which you can prove that they are a fortress, but those positions are very specific. For positions that are both complex and general no such proofs exist.