set S = (the_Vertices_of G) \ {a,b};
a in {a,b}
by TARSKI:def 2;
then A3:
not a in (the_Vertices_of G) \ {a,b}
by XBOOLE_0:def 5;
A4:
for e being set holds not e Joins a,b,G
by A2;
A5:
for G2 being removeVertices of G,((the_Vertices_of G) \ {a,b})
for W being Walk of G2 holds not W is_Walk_from a,b
proof
let G2 be
removeVertices of
G,
((the_Vertices_of G) \ {a,b});
for W being Walk of G2 holds not W is_Walk_from a,blet W be
Walk of
G2;
not W is_Walk_from a,b
assume A6:
W is_Walk_from a,
b
;
contradiction
reconsider W2 =
W as
Walk of
G by GLIB_001:167;
not
(the_Vertices_of G) \ ((the_Vertices_of G) \ {a,b}) is
empty
by A3, XBOOLE_0:def 5;
then
the_Vertices_of G2 = (the_Vertices_of G) \ ((the_Vertices_of G) \ {a,b})
by GLIB_000:def 37;
then
the_Vertices_of G2 = (the_Vertices_of G) /\ {a,b}
by XBOOLE_1:48;
then
the_Vertices_of G2 = {a,b}
by XBOOLE_1:28;
then
for
x being
object holds
(
x in W .vertices() iff
x in {a,b} )
by A7;
then
W .vertices() = {a,b}
by TARSKI:2;
then
W2 .vertices() = {a,b}
by A9, TARSKI:2;
hence
contradiction
by A1, A4, Th22;
verum
end;
b in {a,b}
by TARSKI:def 2;
then
not b in (the_Vertices_of G) \ {a,b}
by XBOOLE_0:def 5;
hence
ex b1 being Subset of (the_Vertices_of G) st
( not a in b1 & not b in b1 & ( for G2 being removeVertices of G,b1
for W being Walk of G2 holds not W is_Walk_from a,b ) )
by A3, A5; verum