set IT = { W where W is directed Walk of G : verum } ;
A1: now :: thesis: for e being object st e in { W where W is directed Walk of G : verum } holds
e in G .allWalks()
let e be object ; :: 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 the Element of 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