let n be Element of NAT ; :: thesis: for p1, p2, q1, q2 being Point of (TOP-REAL n) holds
( not LSeg p1,p2 = LSeg q1,q2 or ( p1 = q1 & p2 = q2 ) or ( p1 = q2 & p2 = q1 ) )
let p1, p2, q1, q2 be Point of (TOP-REAL n); :: thesis: ( not LSeg p1,p2 = LSeg q1,q2 or ( p1 = q1 & p2 = q2 ) or ( p1 = q2 & p2 = q1 ) )
A1:
q1 in LSeg q1,q2
by RLTOPSP1:69;
A2:
q2 in LSeg q1,q2
by RLTOPSP1:69;
assume A3:
LSeg p1,p2 = LSeg q1,q2
; :: thesis: ( ( p1 = q1 & p2 = q2 ) or ( p1 = q2 & p2 = q1 ) )