let G2 be _Graph; :: thesis: for V being set
for G1 being addLoops of G2,V
for W being Walk of G1 st W .edges() misses (G1 .loops()) \ (G2 .loops()) holds
W is Walk of G2

let V be set ; :: thesis: for G1 being addLoops of G2,V
for W being Walk of G1 st W .edges() misses (G1 .loops()) \ (G2 .loops()) holds
W is Walk of G2

let G1 be addLoops of G2,V; :: thesis: for W being Walk of G1 st W .edges() misses (G1 .loops()) \ (G2 .loops()) holds
W is Walk of G2

let W be Walk of G1; :: thesis: ( W .edges() misses (G1 .loops()) \ (G2 .loops()) implies W is Walk of G2 )
A1: G2 is Subgraph of G1 by GLIB_006:57;
assume A2: W .edges() misses (G1 .loops()) \ (G2 .loops()) ; :: thesis: W is Walk of G2
per cases ( V c= the_Vertices_of G2 or not V c= the_Vertices_of G2 ) ;
end;