now :: thesis: for x being object st x in meet (the_Edges_of S) holds
x in dom (meet (the_Target_of S))
let x be object ; :: thesis: ( x in meet (the_Edges_of S) implies x in dom (meet (the_Target_of S)) )
assume A6: x in meet (the_Edges_of S) ; :: thesis: x in dom (meet (the_Target_of S))
set G0 = the Element of S;
set y = (the_Target_of the Element of S) . x;
now :: thesis: for s being set st s in the_Target_of S holds
[x,((the_Target_of the Element of S) . x)] in s
end;
then [x,((the_Target_of the Element of S) . x)] in meet (the_Target_of S) by SETFAM_1:def 1;
hence x in dom (meet (the_Target_of S)) by FUNCT_1:1; :: thesis: verum
end;
then meet (the_Edges_of S) c= dom (meet (the_Target_of S)) by TARSKI:def 3;
hence meet (the_Target_of S) is total by PARTFUN1:def 2, XBOOLE_0:def 10; :: thesis: verum