let CLSP be proper CollSp; for a, b being Point of CLSP st a <> b holds
ex P being LINE of CLSP st
( a in P & b in P )
let a, b be Point of CLSP; ( a <> b implies ex P being LINE of CLSP st
( a in P & b in P ) )
assume
a <> b
; ex P being LINE of CLSP st
( a in P & b in P )
then reconsider P = Line (a,b) as LINE of CLSP by Def7;
take
P
; ( a in P & b in P )
thus
( a in P & b in P )
by Th10; verum