let GX be non empty TopSpace; :: thesis: ( ( for x, y being Point of GX ex h being Function of I[01] ,GX st
( h is continuous & x = h . 0 & y = h . 1 ) ) implies GX is connected )

assume A1: for x, y being Point of GX ex h being Function of I[01] ,GX st
( h is continuous & x = h . 0 & y = h . 1 ) ; :: thesis: GX is connected
for x, y being Point of GX ex GY being non empty TopSpace st
( GY is connected & ex f being Function of GY,GX st
( f is continuous & x in rng f & y in rng f ) )
proof
let x, y be Point of GX; :: thesis: ex GY being non empty TopSpace st
( GY is connected & ex f being Function of GY,GX st
( f is continuous & x in rng f & y in rng f ) )

now
consider h being Function of I[01] ,GX such that
A2: h is continuous and
A3: ( x = h . 0 & y = h . 1 ) by A1;
( 0 in dom h & 1 in dom h ) by Lm1, BORSUK_1:83, FUNCT_2:def 1;
then ( x in rng h & y in rng h ) by A3, FUNCT_1:def 5;
hence ex GY being non empty TopSpace st
( GY is connected & ex f being Function of GY,GX st
( f is continuous & x in rng f & y in rng f ) ) by A2, TREAL_1:22; :: thesis: verum
end;
hence ex GY being non empty TopSpace st
( GY is connected & ex f being Function of GY,GX st
( f is continuous & x in rng f & y in rng f ) ) ; :: thesis: verum
end;
hence GX is connected by TOPS_2:77; :: thesis: verum