reconsider S = the_Source_of G as Relation ;
set T = the_Target_of G;
set E = the_Edges_of G;
set V = the_Vertices_of G;
for x being object st x in (S ~) * (the_Target_of G) holds
x in [:(the_Vertices_of G),(the_Vertices_of G):]
proof end;
hence ((the_Source_of G) ~) * (the_Target_of G) is Relation of (the_Vertices_of G) by TARSKI:def 3; :: thesis: verum