let n be Element of NAT ; :: thesis: TOP-REAL n is pathwise_connected
set T = TOP-REAL n;
let a, b be Point of (TOP-REAL n); :: according to BORSUK_2:def 3 :: thesis: a,b are_connected
set L = LSeg (a,b);
per cases ( a <> b or a = b ) ;
end;