let FdSp be FanodesSp; :: thesis: for o, a, b, p, q being Element of FdSp st o <> a & o <> b & o,a,b is_collinear & o,a,p is_collinear & o,b,q is_collinear holds
a,b '||' p,q

let o, a, b, p, q be Element of FdSp; :: thesis: ( o <> a & o <> b & o,a,b is_collinear & o,a,p is_collinear & o,b,q is_collinear implies a,b '||' p,q )
assume that
A1: o <> a and
A2: o <> b and
A3: o,a,b is_collinear and
A4: o,a,p is_collinear and
A5: o,b,q is_collinear ; :: thesis: a,b '||' p,q
A6: now end;
now end;
hence a,b '||' p,q by A6; :: thesis: verum