let CPS be CollProjectiveSpace; ( ex p, p1, r, r1 being Point of CPS st
for s being Point of CPS holds
( not p,p1,s are_collinear or not r,r1,s are_collinear ) implies ex M, N being LINE of (IncProjSp_of CPS) st
for q being POINT of (IncProjSp_of CPS) holds
( not q on M or not q on N ) )
given p, p1, r, r1 being Point of CPS such that A1:
for s being Point of CPS holds
( not p,p1,s are_collinear or not r,r1,s are_collinear )
; ex M, N being LINE of (IncProjSp_of CPS) st
for q being POINT of (IncProjSp_of CPS) holds
( not q on M or not q on N )
set M99 = Line (p,p1);
set N99 = Line (r,r1);
( p <> p1 & r <> r1 )
proof
assume
( not
p <> p1 or not
r <> r1 )
;
contradiction
hence
contradiction
by A2, A4;
verum
end;
then reconsider M9 = Line (p,p1), N9 = Line (r,r1) as LINE of CPS by COLLSP:def 7;
reconsider M = M9, N = N9 as LINE of (IncProjSp_of CPS) by Th1;
take
M
; ex N being LINE of (IncProjSp_of CPS) st
for q being POINT of (IncProjSp_of CPS) holds
( not q on M or not q on N )
take
N
; for q being POINT of (IncProjSp_of CPS) holds
( not q on M or not q on N )
thus
for q being POINT of (IncProjSp_of CPS) holds
( not q on M or not q on N )
verum