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 st not e in the_Edges_of G2 & not w in the_Vertices_of G2 holds
G1 .componentSet() = ((G2 .componentSet()) \ {(G2 .reachableFrom v)}) \/ {((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 st not e in the_Edges_of G2 & not w in the_Vertices_of G2 holds
G1 .componentSet() = ((G2 .componentSet()) \ {(G2 .reachableFrom v)}) \/ {((G2 .reachableFrom v) \/ {w})}

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

let G1 be addAdjVertex of G2,v,e,w; :: thesis: ( not e in the_Edges_of G2 & not w in the_Vertices_of G2 implies G1 .componentSet() = ((G2 .componentSet()) \ {(G2 .reachableFrom v)}) \/ {((G2 .reachableFrom v) \/ {w})} )
set M1 = (G2 .componentSet()) \ {(G2 .reachableFrom v)};
set M2 = {((G2 .reachableFrom v) \/ {w})};
assume A1: ( not e in the_Edges_of G2 & not w in the_Vertices_of G2 ) ; :: thesis: G1 .componentSet() = ((G2 .componentSet()) \ {(G2 .reachableFrom v)}) \/ {((G2 .reachableFrom v) \/ {w})}
then A2: the_Vertices_of G1 = (the_Vertices_of G2) \/ {w} by GLIB_006:def 12;
then reconsider v9 = v as Vertex of G1 by XBOOLE_0:def 3;
A3: e Joins v,w,G1 by A1, GLIB_006:131;
now :: thesis: for x being object holds
( ( not x in G1 .componentSet() or x in (G2 .componentSet()) \ {(G2 .reachableFrom v)} or x in {((G2 .reachableFrom v) \/ {w})} ) & ( ( x in (G2 .componentSet()) \ {(G2 .reachableFrom v)} or x in {((G2 .reachableFrom v) \/ {w})} ) implies x in G1 .componentSet() ) )
let x be object ; :: thesis: ( ( not x in G1 .componentSet() or x in (G2 .componentSet()) \ {(G2 .reachableFrom v)} or x in {((G2 .reachableFrom v) \/ {w})} ) & ( ( x in (G2 .componentSet()) \ {(G2 .reachableFrom v)} or x in {((G2 .reachableFrom v) \/ {w})} ) implies b1 in G1 .componentSet() ) )
hereby :: thesis: ( ( x in (G2 .componentSet()) \ {(G2 .reachableFrom v)} or x in {((G2 .reachableFrom v) \/ {w})} ) implies b1 in G1 .componentSet() )
assume x in G1 .componentSet() ; :: thesis: ( x in (G2 .componentSet()) \ {(G2 .reachableFrom v)} or x in {((G2 .reachableFrom v) \/ {w})} )
then consider v1 being Vertex of G1 such that
A4: x = G1 .reachableFrom v1 by GLIB_002:def 8;
per cases ( v1 <> w or v1 = w ) ;
suppose v1 <> w ; :: thesis: ( x in (G2 .componentSet()) \ {(G2 .reachableFrom v)} or x in {((G2 .reachableFrom v) \/ {w})} )
end;
end;
end;
assume ( x in (G2 .componentSet()) \ {(G2 .reachableFrom v)} or x in {((G2 .reachableFrom v) \/ {w})} ) ; :: thesis: b1 in G1 .componentSet()
per cases then ( x in (G2 .componentSet()) \ {(G2 .reachableFrom v)} or x in {((G2 .reachableFrom v) \/ {w})} ) ;
end;
end;
hence G1 .componentSet() = ((G2 .componentSet()) \ {(G2 .reachableFrom v)}) \/ {((G2 .reachableFrom v) \/ {w})} by XBOOLE_0:def 3; :: thesis: verum