let FdSp be FanodesSp; for a, b, p, q, r being Element of FdSp st a <> b & a,b,p is_collinear & a,b,q is_collinear & a,b,r is_collinear holds
p,q,r is_collinear
let a, b, p, q, r be Element of FdSp; ( a <> b & a,b,p is_collinear & a,b,q is_collinear & a,b,r is_collinear implies p,q,r is_collinear )
assume that
A1:
a <> b
and
A2:
a,b,p is_collinear
and
A3:
a,b,q is_collinear
and
A4:
a,b,r is_collinear
; p,q,r is_collinear
A5:
a,b '||' a,p
by A2, Def2;
a,b '||' a,r
by A4, Def2;
then A6:
a,b '||' p,r
by A5, PARSP_1:53;
a,b '||' a,q
by A3, Def2;
then
a,b '||' p,q
by A5, PARSP_1:53;
then
p,q '||' p,r
by A1, A6, PARSP_1:def 12;
hence
p,q,r is_collinear
by Def2; verum