let G2 be _Graph; :: thesis: for v being Vertex of G2
for e, w being object
for G1 being addAdjVertex of G2,v,e,w
for v1 being Vertex of G1 st v1 = v & not e in the_Edges_of G2 & not w in the_Vertices_of G2 holds
G1 .reachableFrom v1 = (G2 .reachableFrom v) \/ {w}

let v be Vertex of G2; :: thesis: for e, w being object
for G1 being addAdjVertex of G2,v,e,w
for v1 being Vertex of G1 st v1 = v & not e in the_Edges_of G2 & not w in the_Vertices_of G2 holds
G1 .reachableFrom v1 = (G2 .reachableFrom v) \/ {w}

let e, w be object ; :: thesis: for G1 being addAdjVertex of G2,v,e,w
for v1 being Vertex of G1 st v1 = v & not e in the_Edges_of G2 & not w in the_Vertices_of G2 holds
G1 .reachableFrom v1 = (G2 .reachableFrom v) \/ {w}

let G1 be addAdjVertex of G2,v,e,w; :: thesis: for v1 being Vertex of G1 st v1 = v & not e in the_Edges_of G2 & not w in the_Vertices_of G2 holds
G1 .reachableFrom v1 = (G2 .reachableFrom v) \/ {w}

let v1 be Vertex of G1; :: thesis: ( v1 = v & not e in the_Edges_of G2 & not w in the_Vertices_of G2 implies G1 .reachableFrom v1 = (G2 .reachableFrom v) \/ {w} )
assume A1: ( v1 = v & not e in the_Edges_of G2 & not w in the_Vertices_of G2 ) ; :: thesis: G1 .reachableFrom v1 = (G2 .reachableFrom v) \/ {w}
G2 is Subgraph of G1 by GLIB_006:57;
then A2: G2 .reachableFrom v c= G1 .reachableFrom v1 by A1, GLIB_002:14;
A3: e Joins v1,w,G1 by A1, GLIB_006:131;
v1 in G1 .reachableFrom v1 by GLIB_002:9;
then {w} c= G1 .reachableFrom v1 by A3, GLIB_002:10, ZFMISC_1:31;
then A4: (G2 .reachableFrom v) \/ {w} c= G1 .reachableFrom v1 by A2, XBOOLE_1:8;
now :: thesis: for x being object st x in G1 .reachableFrom v1 holds
x in (G2 .reachableFrom v) \/ {w}
let x be object ; :: thesis: ( x in G1 .reachableFrom v1 implies b1 in (G2 .reachableFrom v) \/ {w} )
assume x in G1 .reachableFrom v1 ; :: thesis: b1 in (G2 .reachableFrom v) \/ {w}
then consider W1 being Walk of G1 such that
A5: W1 is_Walk_from v1,x by GLIB_002:def 5;
set P1 = the Path of W1;
x is set by TARSKI:1;
then A6: the Path of W1 is_Walk_from v1,x by A5, GLIB_001:160;
then A7: ( the Path of W1 .first() = v1 & the Path of W1 .last() = x ) by GLIB_001:def 23;
per cases ( ( the Path of W1 is trivial & x <> w ) or not the Path of W1 is trivial or x = w ) ;
end;
end;
then G1 .reachableFrom v1 c= (G2 .reachableFrom v) \/ {w} by TARSKI:def 3;
hence G1 .reachableFrom v1 = (G2 .reachableFrom v) \/ {w} by A4, XBOOLE_0:def 10; :: thesis: verum