I'm reading about Cover’s Function Counting Theorem and I want to prove that when $p/N = 2$ it is true that
$$\frac{C(p,N)}{2^p}=\frac12$$
as is shown in the plot in that same link.
In Hertz, Krogh & Palmer's Introduction to the Theory of Neural Computation it is stated that
It is actually easy to show from the symmetry ${{2n}\choose{n-m}}={{2n}\choose{n+m}}$ of binomial coefficients that $$C(2N,N)=2^{p-1}$$
That's exactly the result I want, as is just another way of writing the equality I wrote at the beginning. In sum, what I want to prove is that
$$2\sum\limits_{i=0}^{N-1}{{2N-1}\choose{i}}\stackrel{?}{=}2^{2N-1}$$
I don't know how to start, because the superior limit of the summation doesn't match the upper index of the binomial coefficient. According to the book I quoted, it appears that at some point the symmetry of binomial coefficients should be used, but I can't come up with any ideas.