let S be IncSpace; for A, B being POINT of S st A <> B holds
ex L being LINE of S st
for K being LINE of S holds
( {A,B} on K iff K = L )
let A, B be POINT of S; ( A <> B implies ex L being LINE of S st
for K being LINE of S holds
( {A,B} on K iff K = L ) )
assume A1:
A <> B
; ex L being LINE of S st
for K being LINE of S holds
( {A,B} on K iff K = L )
consider L being LINE of S such that
A2:
{A,B} on L
by Def9;
take
L
; for K being LINE of S holds
( {A,B} on K iff K = L )
thus
for K being LINE of S holds
( {A,B} on K iff K = L )
by A1, A2, Def10; verum