let n be Nat; :: thesis: for p1, p2 being Point of (TOP-REAL n)
for g being Path of p1,p2 st rng g c= LSeg (p1,p2) holds
rng g = LSeg (p1,p2)

let p1, p2 be Point of (TOP-REAL n); :: thesis: for g being Path of p1,p2 st rng g c= LSeg (p1,p2) holds
rng g = LSeg (p1,p2)

let g be Path of p1,p2; :: thesis: ( rng g c= LSeg (p1,p2) implies rng g = LSeg (p1,p2) )
assume A1: rng g c= LSeg (p1,p2) ; :: thesis: rng g = LSeg (p1,p2)
A2: p2 = g . 1 by BORSUK_2:def 4;
A3: p1 = g . 0 by BORSUK_2:def 4;
now :: thesis: LSeg (p1,p2) c= rng gend;
hence rng g = LSeg (p1,p2) by A1; :: thesis: verum