let G be _Graph; for a, b being Vertex of G st a <> b & not a,b are_adjacent & ( for W being Walk of G holds not W is_Walk_from a,b ) holds
{} is VertexSeparator of a,b
let a, b be Vertex of G; ( a <> b & not a,b are_adjacent & ( for W being Walk of G holds not W is_Walk_from a,b ) implies {} is VertexSeparator of a,b )
assume that
A1:
a <> b
and
A2:
not a,b are_adjacent
; ( ex W being Walk of G st W is_Walk_from a,b or {} is VertexSeparator of a,b )
assume A3:
for W being Walk of G holds not W is_Walk_from a,b
; {} is VertexSeparator of a,b
{} is Subset of (the_Vertices_of G)
by XBOOLE_1:2;
hence
{} is VertexSeparator of a,b
by A1, A2, A4, Def8; verum