let CLSP be CollSp; :: thesis: for p, q, a, b, r being Point of CLSP st p <> q & a,b,p is_collinear & a,b,q is_collinear & p,q,r is_collinear holds
a,b,r is_collinear

let p, q, a, b, r be Point of CLSP; :: thesis: ( p <> q & a,b,p is_collinear & a,b,q is_collinear & p,q,r is_collinear implies a,b,r is_collinear )
assume that
A1: p <> q and
A2: ( a,b,p is_collinear & a,b,q is_collinear ) and
A3: p,q,r is_collinear ; :: thesis: a,b,r is_collinear
now end;
hence a,b,r is_collinear by Th7; :: thesis: verum