In chapter 7 of Mitchell it states (paraphrasing):
The VC dimension of the set of hypotheses of the form $[a,b]$ and instance space $X = \mathbb{R}$ is 2. This is because no subset of size 3 can be shattered with such hypotheses.
The example given is that wlog, $S = {x_0, x_1, x_2}$ and $x_0<x_1<x_2$, we cannot have an interval shatter the dichotomy with $x_0, x_2$.
In the case of a straight line and points in the cartesian plane, the VC dimension is 3, even though if the points are colinear, we cannot shatter 3 points, we can shatter other cases of 3 points..
I am really confused about the difference here, why can't I say that because interval hypotheses can shatter the dichotomy with $x_0, x_1$ and $x_1, x_2$ that the VC dimension of interval hypotheses is 3?
Similarly, with hypotheses of straight lines and 4 points, clearly if we put 2 points on either side of a straight line, that is an example of shattering that particular case, yet it is in fact the case that 'no set of size 4 can be shattered by a straight line' -- is this example set not a set of size 4?