let G be _Graph; for a, b being Vertex of G st a <> b & not a,b are_adjacent holds
for S being VertexSeparator of a,b holds S is VertexSeparator of b,a
let a, b be Vertex of G; ( a <> b & not a,b are_adjacent implies for S being VertexSeparator of a,b holds S is VertexSeparator of b,a )
assume that
A1:
a <> b
and
A2:
not a,b are_adjacent
; for S being VertexSeparator of a,b holds S is VertexSeparator of b,a
let S be VertexSeparator of a,b; S is VertexSeparator of b,a
A3:
not b in S
by A1, A2, Def8;
A4:
for G2 being removeVertices of G,S
for W being Walk of G2 holds not W is_Walk_from b,a
not a in S
by A1, A2, Def8;
hence
S is VertexSeparator of b,a
by A1, A2, A3, A4, Def8; verum