After a rather interesting discussion in #math on freenode, I'm perplexed by the fact that there is no way to construct lines from points.
For example, I initially thought of constructing a line between 0 and 1 by repeatedly dividing into two smaller halves, eg:
0,1
0,0.5,1
0,0.25,0.5,0.75,1...