let S be Graph-membered set ; :: thesis: ( S is vertex-disjoint & S is \/-tolerating implies S is edge-disjoint )
assume A4: ( S is vertex-disjoint & S is \/-tolerating ) ; :: thesis: S is edge-disjoint
let G1, G2 be _Graph; :: according to GLIB_015:def 19 :: thesis: ( G1 in S & G2 in S & G1 <> G2 implies the_Edges_of G1 misses the_Edges_of G2 )
assume A5: ( G1 in S & G2 in S & G1 <> G2 ) ; :: thesis: the_Edges_of G1 misses the_Edges_of G2
(the_Edges_of G1) /\ (the_Edges_of G2) = {}
proof end;
hence the_Edges_of G1 misses the_Edges_of G2 by XBOOLE_0:def 7; :: thesis: verum