1
Solutions To Problems of Chapter 11
11.1. Derive the formula for the number of groupings O(N, l) in Cover’s theo-
rem.
Hint: Show first the following recursion
O(N+ 1, l) = O(N, l) + O(N, l −1).
To this end, start with Npoints and add an extra one. Show that the
extra number of linear dichotomies is solely due to those, for the Ndata
point case, which could be drawn via the new point.
Solution: Let us assume that we start with Npoints in the l-dimensional
space, and we add an extra point P. Then, the O(N, l) old dichotomies
fall into either of the two categories.
Thus, the total number of dichotomies with the N+ 1 points will be
O(N+ 1, l) = O(N, l) + O(N, l −1).(1)
The second term is the number of dichotomies of Npoints in the l–
dimensional space that are constrained to pass through a specific point
Then, assume it is true for some k. We will show that it is also true for
k+ 1. We have that