Any cryptography text mentions that in brute force attack on Symmetric Algorithm there is 50 percent chance of finding the key after half of the attempt.
For e.g. DES with 56 bit key would have 50 percent chance of finding the key after first 2 to the power 55 attempts.
Why in a brute force attack against any symmetric encryption algorithm there is a 50 percent chance of finding the key after half of the attempts? What is the mathematical proof for it.