let n be Element of NAT ; :: thesis: for P being Subset of (TOP-REAL n)
for Q being Subset of ((TOP-REAL n) | P)
for p1, p2 being Point of (TOP-REAL n) st P is_an_arc_of p1,p2 & Q = P \ {p1,p2} holds
Q is connected
let P be Subset of (TOP-REAL n); :: thesis: for Q being Subset of ((TOP-REAL n) | P)
for p1, p2 being Point of (TOP-REAL n) st P is_an_arc_of p1,p2 & Q = P \ {p1,p2} holds
Q is connected
let Q be Subset of ((TOP-REAL n) | P); :: thesis: for p1, p2 being Point of (TOP-REAL n) st P is_an_arc_of p1,p2 & Q = P \ {p1,p2} holds
Q is connected
let p1, p2 be Point of (TOP-REAL n); :: thesis: ( P is_an_arc_of p1,p2 & Q = P \ {p1,p2} implies Q is connected )
assume A1:
( P is_an_arc_of p1,p2 & Q = P \ {p1,p2} )
; :: thesis: Q is connected
then reconsider P' = P as non empty Subset of (TOP-REAL n) by TOPREAL1:4;
consider f being Function of I[01] ,((TOP-REAL n) | P') such that
A2:
( f is being_homeomorphism & f . 0 = p1 & f . 1 = p2 )
by A1, TOPREAL1:def 2;
reconsider P7 = the carrier of I[01] \ {0 ,1} as Subset of I[01] ;
A3:
( P7 <> {} & P7 is connected )
by Th48;
A4:
( f is continuous & f is one-to-one )
by A2, TOPS_2:def 5;
Q = f .: P7
hence
Q is connected
by A3, A4, TOPS_2:75; :: thesis: verum