let n be Nat; for P being Subset of (TOP-REAL n)
for p1, p2, q1 being Point of (TOP-REAL n) st P is_an_arc_of p2,p1 & (LSeg (q1,p2)) /\ P = {p2} holds
(LSeg (q1,p2)) \/ P is_an_arc_of q1,p1
let P be Subset of (TOP-REAL n); for p1, p2, q1 being Point of (TOP-REAL n) st P is_an_arc_of p2,p1 & (LSeg (q1,p2)) /\ P = {p2} holds
(LSeg (q1,p2)) \/ P is_an_arc_of q1,p1
let p1, p2, q1 be Point of (TOP-REAL n); ( P is_an_arc_of p2,p1 & (LSeg (q1,p2)) /\ P = {p2} implies (LSeg (q1,p2)) \/ P is_an_arc_of q1,p1 )
assume that
A1:
P is_an_arc_of p2,p1
and
A2:
(LSeg (q1,p2)) /\ P = {p2}
; (LSeg (q1,p2)) \/ P is_an_arc_of q1,p1