set IT = { W where W is directed Walk of G : verum } ;
A1: now
let e be set ; :: thesis: ( e in { W where W is directed Walk of G : verum } implies e in G .allWalks() )
assume e in { W where W is directed Walk of G : verum } ; :: thesis: e in G .allWalks()
then ex W being directed Walk of G st e = W ;
hence e in G .allWalks() ; :: thesis: verum
end;
G .walkOf (choose (the_Vertices_of G)) in { W where W is directed Walk of G : verum } ;
hence { W where W is DWalk of G : verum } is non empty Subset of (G .allWalks()) by A1, TARSKI:def 3; :: thesis: verum