let p1, p3, p4, p be Point of (TOP-REAL 2); :: thesis: for a, b, r being real number st p1 in circle a,b,r & p3 in circle a,b,r & p4 in circle a,b,r & p in LSeg p1,p3 & p in LSeg p1,p4 & p3 <> p4 holds
p = p1

let a, b, r be real number ; :: thesis: ( p1 in circle a,b,r & p3 in circle a,b,r & p4 in circle a,b,r & p in LSeg p1,p3 & p in LSeg p1,p4 & p3 <> p4 implies p = p1 )
assume A1: p1 in circle a,b,r ; :: thesis: ( not p3 in circle a,b,r or not p4 in circle a,b,r or not p in LSeg p1,p3 or not p in LSeg p1,p4 or not p3 <> p4 or p = p1 )
assume A2: p3 in circle a,b,r ; :: thesis: ( not p4 in circle a,b,r or not p in LSeg p1,p3 or not p in LSeg p1,p4 or not p3 <> p4 or p = p1 )
assume A3: p4 in circle a,b,r ; :: thesis: ( not p in LSeg p1,p3 or not p in LSeg p1,p4 or not p3 <> p4 or p = p1 )
assume A4: p in LSeg p1,p3 ; :: thesis: ( not p in LSeg p1,p4 or not p3 <> p4 or p = p1 )
assume A5: p in LSeg p1,p4 ; :: thesis: ( not p3 <> p4 or p = p1 )
assume A6: p3 <> p4 ; :: thesis: p = p1
per cases ( p1 = p3 or p1 = p4 or ( p1 <> p3 & p1 <> p4 ) ) ;
end;