let PCPP be CollProjectiveSpace; :: thesis: for p, q, a, b, r being Element of PCPP 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 Element of PCPP; :: 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 ANPROJ_2:def 7; :: thesis: verum