let X, Y be non empty TopSpace; for x being Point of X
for y being Point of Y
for V being a_neighborhood of x
for W being a_neighborhood of y holds [:V,W:] is a_neighborhood of [x,y]
let x be Point of X; for y being Point of Y
for V being a_neighborhood of x
for W being a_neighborhood of y holds [:V,W:] is a_neighborhood of [x,y]
let y be Point of Y; for V being a_neighborhood of x
for W being a_neighborhood of y holds [:V,W:] is a_neighborhood of [x,y]
let V be a_neighborhood of x; for W being a_neighborhood of y holds [:V,W:] is a_neighborhood of [x,y]
let W be a_neighborhood of y; [:V,W:] is a_neighborhood of [x,y]
( x in Int V & y in Int W )
by CONNSP_2:def 1;
then
[x,y] in [:(Int V),(Int W):]
by ZFMISC_1:87;
hence
[x,y] in Int [:V,W:]
by Th7; CONNSP_2:def 1 verum