let n be Nat; for P being Subset of
for p1, p2, q1 being Point of 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 ; for p1, p2, q1 being Point of 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 ; ( 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