set IT = { W where W is DTrail of G : verum } ;
A1: now :: thesis: for e being object st e in { W where W is DTrail of G : verum } holds
e in G .allTrails()
let e be object ; :: thesis: ( e in { W where W is DTrail of G : verum } implies e in G .allTrails() )
assume e in { W where W is DTrail of G : verum } ; :: thesis: e in G .allTrails()
then ex W being DTrail of G st e = W ;
hence e in G .allTrails() ; :: thesis: verum
end;
G .walkOf the Element of the_Vertices_of G in { W where W is DTrail of G : verum } ;
hence { W where W is DTrail of G : verum } is non empty Subset of (G .allTrails()) by A1, TARSKI:def 3; :: thesis: verum