set S = (the_Vertices_of G) \ {a,b};
A2:
for e being set holds not e Joins a,b,G
by A1, Def3;
( a in {a,b} & b in {a,b} )
by TARSKI:def 2;
then A3:
( not a in (the_Vertices_of G) \ {a,b} & not b in (the_Vertices_of G) \ {a,b} )
by XBOOLE_0:def 5;
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});
:: thesis: for W being Walk of G2 holds not W is_Walk_from a,blet W be
Walk of
G2;
:: thesis: not W is_Walk_from a,b
assume A4:
W is_Walk_from a,
b
;
:: thesis: contradiction
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 39;
then
the_Vertices_of G2 = (the_Vertices_of G) /\ {a,b}
by XBOOLE_1:48;
then A5:
the_Vertices_of G2 = {a,b}
by XBOOLE_1:28;
then
for
x being
set holds
(
x in W .vertices() iff
x in {a,b} )
by A5;
then A7:
W .vertices() = {a,b}
by TARSKI:2;
reconsider W2 =
W as
Walk of
G by GLIB_001:168;
then
W2 .vertices() = {a,b}
by A7, TARSKI:2;
hence
contradiction
by A1, A2, Th22;
:: thesis: verum
end;
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; :: thesis: verum