The equation to be proved is: $\sum_{j=0}^n(-1)^j\dbinom{n}{j} = \dbinom{n}{0} - \dbinom{n}{1} + ... \pm \dbinom{n}{n}=0$
But if i take the base case ($n = 1$) i get
$\sum_{j=0}^n(-1)^j\dbinom{n}{j} = \dbinom{n}{0} - \dbinom{n}{1}$
But this evaluates to $\frac{n!}{0!n!} - \frac{n!}{1!(n-1)!}$
I don't think the above statement evaluates to zero. Could this be an error? The book is Spivak's Calculus and the problem is 2-3(e)(ii)