I want to show that a binary , narrow-sense BCH code of length $n=2^m-1 $ and designed distance $ \delta=2t+1 $ has minimum distance $ \delta$ , given that $ \sum_{i=0}^{t+1} \binom{2^m-1}{i}> 2^{mt} $.
We know that:
A BCH code with designed distance $ \delta $ has minimum distance at least $ \delta $.
So we have that $ d \geq \delta $.
In order to show that the minimum distance is $\delta $,we have to find a codeword with Hamming-weight $\delta $.
How can we use the given inequality in order to show the existence of such a codeword?
EDIT: Also how can we show that the distance of the code has to be odd?