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