Thought experiment:
Imagine that humans don't tell computers that a position with two kings and a bishop is a draw. How long does it take to find this out with the method engines use and with the method tablebases use?
The only way an engine can find out that such a position is a draw is by the 50 move rule. It is safe to say that there are at least 10 legal moves on average in such a position ( depending on which side is to move and how the pieces are placed the actual figure will change move by move ). Under the fifty move rule each side has to make 50 moves without capture, pawn advance or promotion ( that is 50 full moves, 100 halfmoves ) before a draw can be claimed. This means 10^100 possible games, which is astronomic.
Now, let's look at how a tablebase would find out that the position is a draw. A tablebase would first generate all positions with two kings and a bishop ( or less - that is two kings ). There are roughly 10^5 such positions ( a hundred thousand ). Generating 10^5 positions is nuts for today's computers. In the second step the tablebase generating software will look at all those positions to find out whether they are mate. This can also be done fairly quickly. Since it will soon become evident that no position involving two kings and a bishop ( or two kings ) is a mate, the tablebase will proudly announce after examining 10^5 positions that the position is a draw. At that time the engine will be still be struggling at depth 5 ( since at depth 5 there are already 10^5 possible games ) with its tree search ...
You have to note that not everything that is possible to compute mathematically is possible to compute in a physical sense as well. There are physical limits to what can be computed in what time and space. There are computational problems which you can't solve even if you turn the entire observable universe into a computer. It is safe to say that those problems are unsolvable.
While an engine and a tablebase may be equivalent in the final analysis in a purely mathematical sense, they are not equivalent in a physical sense. As far as we are beings limited by physics, we can safely say that they are not equivalent.
Sucking up to the boss isn't gonna help. Try sending him some money$$ Out of respect for the other members and the OP of THIS thread, I'll obey the rules and leave. Why don't you take up my invitation and come express your anger in MY THREAD?? Its dedecated to YOU.