let FdSp be FanodesSp; for a, b, c, d being Element of FdSp st a,b,c is_collinear & a,b,d is_collinear holds
a,b '||' c,d
let a, b, c, d be Element of FdSp; ( a,b,c is_collinear & a,b,d is_collinear implies a,b '||' c,d )
assume
( a,b,c is_collinear & a,b,d is_collinear )
; a,b '||' c,d
then
( a,b '||' a,c & a,b '||' a,d )
by Def2;
hence
a,b '||' c,d
by PARSP_1:35; verum